This is the vlc stream I am generating:
Code: Select all
cvlc -vvv --color "/nas/Videos/Capture.mpg" --sout '#transcode{venc=ffmpeg{keyint=1},vcodec=mp4v,vb=100k,acodec=mp4a,fps=10,ab=8k,channels=1,samplerate=44100}:rtp{mp4a-latm,dst=localhost,ttl=127,sdp=file:///usr/local/movies/movie.sdp}'
Code: Select all
]The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.
If I add "--sout-ffmpeg-strict -2" to the command line, I won't get this error, but when I try to display that stream in another vlc instance, and I get this error:
Code: Select all
live555 demux error: SETUP of'video/MP4V-ES' failed 400 Bad Request
FWIW: I am running on Fedora 19 64bit, with the stock version: "VLC media player 2.0.9 Twoflower"
Please, someone help!
TIA
ken