I have problems to save a udp-Stream and mux it directly in an Mp4-Container via Vlc in dummy mode.
Code: Select all
vlc -Idummy udp://@<udp-adress>:<port> --sout=#transcode{vcodec=h264,vb=2000,fps=25,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}
:std{access=file,mux=mp4,dst=C:\rec\videoname.mp4}
The strange thing is that it works saving the stream via gui. So whats the difference between gui and cli commands?
(I looked up the gui-command in the log and it looks the same as mine)
I am working on a windows-machine (if this info is important) and i tested vlc-win32 version 0.8.6 , 0.9.9, 1.0.0, 1.1.0 and 1.1.4
Would be nice if somebody can help
Bye
matschkopp