Is this correct
Posted: 01 Aug 2011 16:33
I am having a hard time streaming with the following commands. I could be dealing with network issues but before I go push that department for help, I would like to know if what I am doing should work.
vlc temp.wav :sout=#transcode{vcodec=none,vb=0,scale=0,acodec=mlaw,ab=16,channels=1,samplerate=32000}:rtp{dst=239.255.65.150,port=40000} :no-sout-rtp-sap :no-sout-standard-sap :ttl=64 :sout-keep --loop
vlc rtp://@239.255.65.150:40000
I know the first command is working but I have a decoder device I can configure to listen to it. However, the second command does not work. It brings of the VLC UI with the rtp address in the playlist and the play button changed to pause but I do not hear sound. Am I doing any thing wrong?
vlc temp.wav :sout=#transcode{vcodec=none,vb=0,scale=0,acodec=mlaw,ab=16,channels=1,samplerate=32000}:rtp{dst=239.255.65.150,port=40000} :no-sout-rtp-sap :no-sout-standard-sap :ttl=64 :sout-keep --loop
vlc rtp://@239.255.65.150:40000
I know the first command is working but I have a decoder device I can configure to listen to it. However, the second command does not work. It brings of the VLC UI with the rtp address in the playlist and the play button changed to pause but I do not hear sound. Am I doing any thing wrong?