I want to stream video over internet :
When I run
Code: Select all
vlc -vvv /volume1/Download/Cash.avi --sout='#duplicate{dst=std{access=http,mux=ts,dst=192.168.0.10:7000}}'
So I try to run
Code: Select all
vlc -vvv /volume1/Download/Cash.avi --sout='#transcode{vcodec=mp4v,scale=0.8,vb=800,fps=30.0}:duplicate{dst=std{access=http,mux=ts,dst=192.168.0.10:7000}}'
Code: Select all
[00000351] stream_out_transcode stream out debug: late picture skipped (3416)
[00000351] stream_out_transcode stream out debug: drift is too high, resetting master sync
[00000361] main mux warning: late buffer for mux input (8070)
Why i have the message "late buffer for mux" ?
Is it possible to change it ?
Thanks for help