VLC sout no sound ubuntu server 9.10
Posted: 20 Jan 2010 18:46
Hello,
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:
I have a browser with a JWPlayer in, which gets the stream from http://server_ip:8080/stream.flv, and shows the movie into the browser. I get the video, but no sound. The server has a public IP address.
If I run the command in a LAN, on a Windows machine, the sound is ok.
I installed vlc on Ubuntu with:
Is it because of Ubuntu and codec problems? Thank you!
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!