Audio-sync and multicast
Posted: 19 Nov 2010 13:41
I'm not able to synchronize Audio streaming http out an UDP multicast input. Actual command is:
vlc.exe --quiet -I dummy --no-quiet-synchro --udp-caching=30000 udp://@239.255.100.101:7003 :sout=#transcode{vcodec=h264,scale=0.5,vb=768,ab=64,acodec=mp3,samplerate=44100,deinterlace,high-priority,audio-sync}:std{access=http,dst=0.0.0.0:8090/stream.flv}
Stream out begin synchronized, then lost synchronization. My question is: is it possible use ffmpeg A/V synchronization parameters like this (it seems does nothing):
vlc.exe --quiet -I dummy --no-quiet-synchro --udp-caching=30000 udp://@239.255.100.101:7003 :sout=#transcode{vcodec=h264,scale=0.5,vb=768,ab=64,acodec=mp3,samplerate=44100,deinterlace,high-priority}:std{access=http,mux=ffmpeg{mux=flv,vsync=1},dst=0.0.0.0:8090/stream.flv}
Alberto
vlc.exe --quiet -I dummy --no-quiet-synchro --udp-caching=30000 udp://@239.255.100.101:7003 :sout=#transcode{vcodec=h264,scale=0.5,vb=768,ab=64,acodec=mp3,samplerate=44100,deinterlace,high-priority,audio-sync}:std{access=http,dst=0.0.0.0:8090/stream.flv}
Stream out begin synchronized, then lost synchronization. My question is: is it possible use ffmpeg A/V synchronization parameters like this (it seems does nothing):
vlc.exe --quiet -I dummy --no-quiet-synchro --udp-caching=30000 udp://@239.255.100.101:7003 :sout=#transcode{vcodec=h264,scale=0.5,vb=768,ab=64,acodec=mp3,samplerate=44100,deinterlace,high-priority}:std{access=http,mux=ffmpeg{mux=flv,vsync=1},dst=0.0.0.0:8090/stream.flv}
Alberto