Help setting up a simple stream (RTP)
Posted: 28 Apr 2012 23:38
Alright, I went through the wiki, as well as searched google and these forums a bit, but couldn't find much. Hopefully, what I am trying to set up is pretty simple.
Server: Windows 7 running VLC 2.0.1 (192.168.1.202)
Client: Arch Linux running VLC 2.0.1 (192.168.1.209)
What I want to achieve:
Basically, stream an audio file (flac or mp3) from my windows box (in my bedroom) to the linux box (in my living room, outputting to the stereo).
What I did:
On the windows box, Media>stream and set it up according to the wiki article, no transcoding. The resulting output string is as follows:
on the linux box, from console, I then run the following
And then nothing happens. VLC starts, I get some messages about the interface, but no sound.
Troubleshooting I've already tried
I can play local files (sound) on the linux box with vlc. So I can confirm that sound works, alsa is set up properly, etc.
Then, I tried to set up the same stream on windows but set the dst to 192.168.2.202, ie. the same machine. I then open another instance of vlc, and try to open rtp://@:5004. Same problem: no sound, nothing.
The computers are able to ping each other.
I'm pretty much stumped right now, so I was hoping you guys could help me set this up. Much thanks in advance!
Server: Windows 7 running VLC 2.0.1 (192.168.1.202)
Client: Arch Linux running VLC 2.0.1 (192.168.1.209)
What I want to achieve:
Basically, stream an audio file (flac or mp3) from my windows box (in my bedroom) to the linux box (in my living room, outputting to the stereo).
What I did:
On the windows box, Media>stream and set it up according to the wiki article, no transcoding. The resulting output string is as follows:
Code: Select all
:sout=#rtp{dst=192.168.1.209,port=5004,mux=ts,ttl=6} :sout-all :sout-keep
Code: Select all
$cvlc rtp://@:5004
Troubleshooting I've already tried
I can play local files (sound) on the linux box with vlc. So I can confirm that sound works, alsa is set up properly, etc.
Then, I tried to set up the same stream on windows but set the dst to 192.168.2.202, ie. the same machine. I then open another instance of vlc, and try to open rtp://@:5004. Same problem: no sound, nothing.
The computers are able to ping each other.
I'm pretty much stumped right now, so I was hoping you guys could help me set this up. Much thanks in advance!