Hi there,
I'm trying to capture udp stream using vlc in batch.
the test go ok
I use the following command :
vlc udp://@233.60.75.2:2000 :udp-caching=800 :sout=#transcode{vcodec=mp2v,vb=3072,fps=25,scale=1,acodec=mpga,ab=128,channels=2,samplerate=48000}:std{access=file,mux=ps,dst=d:\\tvmonitor\\Journaal_16u00_dagelijks.mpg} --run-time 600 vlc://quit
the problem that I have is when playing the capurted file I see sometimes a second or 2 of "garbidge" : misformed picture and sound !
I though that it may had to do with the delay in UDP stream, but that is not the case , when playing the stream and not captring no problems to be seen.
Please your help.
Nour