Page 1 of 1

How to improve my streaming of DVD ?

Posted: 28 Feb 2015 12:21
by pcouderc
I am trying to stream from a PC to an enigma2 box with :

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/}'
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 :

Code: Select all

cvlc dvdsimple:///dev/sr0 --sout='#transcode{vcodec=h264,acoc=mpga,ab=128,channels=2,samplerate=44100}:file{dst=ttt.ts}'
then stream it again with :

Code: Select all

cvlc ttt.ts --sout='#http{mux=ffmpeg{mux=flv},dst=:8080/}'
Is there some howto about that ?

Thank you in advance.

Re: How to improve my streaming of DVD ?

Posted: 01 Mar 2015 15:00
by Jean-Baptiste Kempf
Don't use flv, use ts.