I have 3 problems left:
1. I am streaming more than one MP3 files (about 80) from my server, but the client will stop after playing 1 MP3 file. When I click on play button on client again, the client will play the stream without problem - but after playing 1 song it will stop again. The client I use is VLC.
2. I then tried to use Windows Media Player to play the stream, but it said it couldn't open the stream.
3. Although I applied transcoding module in my command, when I tried to view the media information, the media stream is still streaming music at original bitrate (eg. 128 kbps).
The command I executed on VLC (the streaming server) is:
Code: Select all
vlc Music/*.mp3 --random --sout '#standard{access=http,mux=ts,dst=192.168.8.20:8000}:transcode{acode=mp3,ab=32,channels=2}'
http://192.168.8.20:8000
My server is running Debian squeeze, VLC 0.9.9a installed.
Any suggestions?
Thanks in advance.