In my post: viewtopic.php?t=16873 I describe my problem whith errors like.. "late picture skipped".
I have made a test. All on linux.
get a raw stream from DV Camera and convert do mpeg:
Code: Select all
dvgrab -|ffmpeg -f dv -i - -s 320x288 -b 200 -f mpeg -y - >test.mpeg&
now, I start vlc:
Code: Select all
vlc --ttl=12 -vvv test.mpeg --no-audio --sout '#transcode{vcodec=DIV3,scale=1,vb=200,fps=18}:std{access=mmsh,mux=asfh,url=:8081}'
It seems like my dv cam too slow sending raw signal, or vlc reading too fast. Is that possible?
I am really sorry about my english.. I hope so someone understand that.
thanks for help