Transcoding not working

diverman

Vu+ Newbie
Hi, I have set up transcoding as the following:
Port: 8002
Encoder: 1
Auto set frame rate: yes
Resolution: 480p

Then tried the mobile icon in OpenWebif - it has oppened the VLC - but not showing any content.
I checked the underlying URL:

root@vuduo4k:~# ./test-stream.sh
--2020-12-07 21:46:55-- http://vuduo4k:8002/1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:
Resolving vuduo4k... 192.168.1.8
Connecting to vuduo4k|192.168.1.8|:8002... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Connection: Close
Content-Type: video/mpeg
Server: transtreamproxy
Length: unspecified [video/mpeg]
Saving to: '1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:.4'

1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:.4 [ <=> ] 102 169 B/s in 0.6s

2020-12-07 21:46:59 (169 B/s) - '1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:.4' saved [102]


It has downloaded only few bytes and exited. While normal streaming on port 8001 works - it runs until I kill it:

root@vuduo4k:~# ./test-stream.sh
--2020-12-07 21:48:34-- http://vuduo4k:8001/1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:
Resolving vuduo4k... 192.168.1.8
Connecting to vuduo4k|192.168.1.8|:8001... connected.
HTTP request sent, awaiting response...
HTTP/1.0 200 OK
Connection: Close
Content-Type: video/mpeg
Server: stream_enigma2
Length: unspecified [video/mpeg]
Saving to: '1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:.5'

1:0:1F:10C:2111:20CB:EEEE0000:0:0:0:.5 [ <=> ] 8.09M 765KB/s


Any ideas?
 
Last edited:
Top