Hello,
I have the need to be able to transcode an audio file and then stream it via G.711 u-law. Searching these forums I found a post stating that starting from version 0.9.0 VLC can stream G.711 over RTP, however I'm unable to determine the correct sequence of commands to do so.
I've downloaded and installed VLC, version vlc-0.9.0-git-20080425-0003-win32.exe, and have tried the following from Windows XP command line:
vlc -vvv test.wav --sout "#transcode{acodec=ulaw,samplerate=8000,channels=1}:duplicate{dst=rtp{,dst=:1234}}"
vlc -vvv test.wav --sout "#transcode{acodec=ulaw,samplerate=8000}:duplicate{dst=rtp{,dst=:1234}}"
vlc -vvv test.wav --sout "#transcode{acodec=ulaw,rate=8000}:duplicate{dst=rtp{,dst=:1234}}"
None result in the transcoding and streaming of the file, VLC just sits idle. Could anyone provide some more information on how correctly configure VLC to stream G-711 u-law? Any help would be appreciated.
Thanks!