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.
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.
Please make sure you're running build 790. There's no need to install drivers: they're embedded in the image.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.

And not only device dependant, but also different results on the application used.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.
And not only device dependant, but also different results on the application used.
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;
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