Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Solo2] Transcoding problem from build 760 onwards

  • Thread starter Thread starter AzZ
  • Start date Start date
is not available for transcoding only 8002 - 9999

Andy, think there's a mis-understanding, I was referring to the web interface port which is by default 80. I have mine currently set to 85 and it doesn't stream over the net.
 
Andy, think there's a mis-understanding, I was referring to the web interface port which is by default 80. I have mine currently set to 85 and it doesn't stream over the net.

ok, thought you meant transcode port.
 
I am having the same issue as you guys changed over from openpli to openvix as ondemand plugin works on openvix but. When I transcode on my android device keep getting error I no my setup is fine because I could stream fine on openpli will their be a fix soon? I have also installed the new drivers vuplus-dvb-modules-vusolo2-3.3.8-4.4.3-20131106.tar still no joy.
 
Last edited:
I am having the same issue as you guys changed over from openpli to openvix as ondemand plugin works on openvix but. When I transcode on my android device keep getting error I no my setup is fine because I could stream fine on openpli will their be a fix soon? I have also installed the new drivers vuplus-dvb-modules-vusolo2-3.3.8-4.4.3-20131106.tar still no joy.
Please make sure you're running build 790. There's no need to install drivers: they're embedded in the image.
 
Just checked mate I am on build 790 still cant stream live tv but can stream movies off my harddrive
 
Same here... On 790...
Recordings fine.
Live TV transcoding - nothing...

Rob did the 790 drivers work when testing transcoding ?
 
Got the same with transcoding here aswell, I can get live tv (not transcoded) working but not transcoding.
 
Yes it seems the problem is still present. Recordings can be transcoded but live TV will not work. Running latest VIX build.
 
Same here guys realley hope this gets fixed miss my tv on the go could not go back to openpli it would feel like one step backwards.
 
Results seem to be depending on the device used: PC/Android/Ipod all give different results. so it is important to mention the device used and it's also worth trying different settings.
 
Rob any idea on what devices / apps that work 100%.
Im not having any success with PC (VLC) or android phone or tablet (with any streaming program).

David

And not only device dependant, but also different results on the application used.
 
Please make sure that in the Open WEB-IF configuration the last line has been set to 'no'.
Windoes-PC using VLC & MediaPlayerClassis work fine here.

But again: try different settings in the transcoding plugin to see it that makes any difference.
 
Yes it works with OpenWebif port set to 80, but on any other port, it's still broken.
It seems to me that transtreamproxy opens a connection to Openwebif somehow, and doesn't look at OpenWebif port settings. It just tries to connect to port 80, regardless of what you set OpenWebif port to.
Take a look at line 108 in "streamproxy.c" port seems like it's hardcoded to 80

Code:
 106   struct sockaddr_in sin;
 107         sin.sin_family = AF_INET;
 108         sin.sin_port = htons(80);
 109         sin.sin_addr.s_addr = inet_addr("127.0.0.1");
 110         if (connect(upstream, (struct sockaddr*)&sin, sizeof(struct sockaddr_in)))
 111         {
 112                 reason = "Upstream connect failed.";
 113                 goto bad_gateway;
 114         }
 115 
 116         snprintf(upstream_request, sizeof(upstream_request), "GET /web/stream?StreamService=%s HTTP/1.0\r\n%s%s\r\n", service_ref, xff_header, authorization);
 117 
 118         if (write(upstream, upstream_request, strlen(upstream_request)) != strlen(upstream_request))
 119                 goto bad_gateway;

The weird thing is, the regular stream on port 8001 works fine, but transcoded on port 8002 does not
 
Last edited:
I got it working I flashed blackhole and the openvix did not use backup done full install transcodeing fine on andriod 790 updated to 791 via update pannel works very well thanks guys
 
I got it working I flashed blackhole and the openvix did not use backup done full install transcodeing fine on andriod 790 updated to 791 via update pannel works very well thanks guys

Makes absolutely no sense, can you please repost with readable English for other users with the same issue.
 
On my duo 2 on build 793, I can get live tv to stream (not transcoded) and also recorded content (transcoded). Trying live tv transcoded on both vlc and mpc hc I get Your input can't be opened:VLC is unable to open the MRL and failed to render file respectively.
 
Readable english judge ViX Beta Tester Flash your vu solo2 box with blackhole image which is in the download section then flash vu solo2 with openvix-3.0.793-vusolo2_usb.zip


Makes absolutely no sense, can you please repost with readable English for other users with the same issue.
Let me guess I am thick as shit
 

OpenViX Feeds Status

Back
Top