oskar456/rtp2httpd

Can not find the output service address format

Closed this issue · 3 comments

I have add my program information on conf
test MUDP 224.10.10.1 5000
and try some address and it's not working

just try some formats on the vlc http://serverip:port/udp/224.10.10.1:5000, i don't know if the format is correct

sorry , i have worked out, modified the conf file and change to
test /udp/224.10.10.1:5000
and use VLC play the address http://serverip:port/udp/224.10.10.1:5000

Close issue

If you put a line like this into the config file:

test MUDP 224.10.10.1 5000

then the content should be reachable on URL http://server:port/test

Using http://serverip:port/udp/224.10.10.1:5000 is actually UDPxy compatibility mode. For using this mode you don't have to put anything into the config file as everything is already included in the URL. Hope this helps.