mpgv/mpga live ts stream encoding in flv
Posted: 19 Feb 2009 15:53
Hello,
I'm trying since past few days to stream out an FLV from an mpeg2 video/audio TS with win32 vlc 0.9.8a.
command lines are:
all I get is frames skipped or buffer underruns/overruns and the swf container can't even start playing the content.
can please anyone give advices?
thank you very much
b.
I'm trying since past few days to stream out an FLV from an mpeg2 video/audio TS with win32 vlc 0.9.8a.
command lines are:
Code: Select all
vlc -I dummy -vvv http://192.168.10.106:8001/1:0:1:2:1770:110:820000:0:0:0: :sout=#transcode{acodec=mp3,vb=1024,ab=128}:std{access=http,mux=ts,dst=0.0.0.0:8002/stream.ts}
Code: Select all
vlc -I dummy -vvv http://localhost:8002/stream.ts :sout=#transcode{vcodec=FLV1}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8003/stream1.flv}
can please anyone give advices?
thank you very much
b.