I'm trying to use http streaming from an Ubuntu server 9.10 and I'm getting the video, but no sound.
On the server I run:
Code: Select all
vlc -d path_to_flv_file.flv --sout="#transcode{vcodec=FLV1,acodec=mp3,samplerate=44100}:std{access=http,dst=server_ip:8080/stream.flv}
If I run the command in a LAN, on a Windows machine, the sound is ok.
I installed vlc on Ubuntu with:
Code: Select all
apt-get vlc screen
Is it because of Ubuntu and codec problems? Thank you!