How to improve my streaming of DVD ?
Posted: 28 Feb 2015 12:21
I am trying to stream from a PC to an enigma2 box with :
and to read it with http://sender.ip:8080
I seems to work (at least for 20 seconds). But my cpu is overloaded. So I want to transcode on disc.
I do not success to store it on disc with :
then stream it again with :
Is there some howto about that ?
Thank you in advance.
Code: Select all
cvlc dvdsimple:///dev/sr0 --sout='#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/}'
I seems to work (at least for 20 seconds). But my cpu is overloaded. So I want to transcode on disc.
I do not success to store it on disc with :
Code: Select all
cvlc dvdsimple:///dev/sr0 --sout='#transcode{vcodec=h264,acoc=mpga,ab=128,channels=2,samplerate=44100}:file{dst=ttt.ts}'
Code: Select all
cvlc ttt.ts --sout='#http{mux=ffmpeg{mux=flv},dst=:8080/}'
Thank you in advance.