This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

How to read a DVD with VLC stream ?

parfia

Vu+ Newbie
I read very well an HTTP stream from my PC with :

cvlc my_freebox_stream --sout '#http{mux=ffmpeg{mux=flv},dst=:8080/}'

With in my userbouquet :

#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//192.168.163.10%3a8080: HTTP 8080
#DESCRIPTION HTTP 8080

But I do not success with :

dvdsimple:///dev/sr0

cvlc dvdsimple:///dev/sr0 --sout '#http{mux=ffmpeg{mux=flv},dst=:8080/}'

I have tried with UDP stream too, but I do not success to read it on VU+ uno.
cvlc my_freebox_stream --sout=#udp{dst=destination.ip:1234}


Thank you for any help.
 
Last edited:
Back
Top