changing streamed data from video to audio?
Posted: 19 Jun 2011 18:38
Hello,
I have been successfully streaming tv media from my home pc to my pocket pc, using VLC. I control the channel I want to watch from the http interface using my mobile's browser, but now, If I select an mp3 file from the media library in the http interface, VLC seems to be streaming, I hit play on my mobile client, but no actual sound is being heard.
Any ideas what could be the problem?
Here is a demo code of the cmd file I use to start the stream:
I have been successfully streaming tv media from my home pc to my pocket pc, using VLC. I control the channel I want to watch from the http interface using my mobile's browser, but now, If I select an mp3 file from the media library in the http interface, VLC seems to be streaming, I hit play on my mobile client, but no actual sound is being heard.
Any ideas what could be the problem?
Here is a demo code of the cmd file I use to start the stream:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --ttl 12 D:\Temp\tv.xspf --sout=#transcode{vcodec=DIV3,vb=200,width=213,height=160,acodec=mp3,ab=96,channels=2,samplerate=44100}:gather:http{mux=asf,dst=:8081/} --no-sout-rtp-sap --no-sout-standard-sap --sout-keep