Search found 4 matches

Go to advanced search

by bradvido
20 Jul 2012 15:12
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming synchronized raw audio to multiple clients
Replies: 4
Views: 9574

Re: Streaming synchronized raw audio to multiple clients

Raw audio is s16b at 44100Hz. Anything else requires an SDP.
Thanks for your quick reply.

So would I modify my command like so?

Code: Select all

vlc.exe --demux=rawaud --rawaud-channels=2 --rawaud-samplerate=44100 - --sout "#rtp{dst=239.255.12.42,port=5004,ttl=1}"
by bradvido
20 Jul 2012 14:12
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming synchronized raw audio to multiple clients
Replies: 4
Views: 9574

Re: Streaming synchronized raw audio to multiple clients

I am now using RTP, but I need a little help getting it correct. Any suggestions for an ideal music streaming sout command would be greatly appreciated! The command I'm using to stream the audio is: vlc.exe --demux=rawaud --rawaud-channels=2 - --sout "#transcode{vcodec=none,acodec=mpga,ab=128,c...
by bradvido
19 Jul 2012 21:18
Forum: VLC stream-output (sout)
Topic: VLC 2.0.1 does not stream with UDP (legacy) ?
Replies: 15
Views: 13053

Re: VLC 2.0.1 does not stream with UDP (legacy) ?

I'm also having an issue with UDP Streaming not working on 2.0.2: viewtopic.php?f=14&t=102733&p=347013#p347013
by bradvido
19 Jul 2012 18:56
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming synchronized raw audio to multiple clients
Replies: 4
Views: 9574

Streaming synchronized raw audio to multiple clients

I'm using VLC 2.0.2 win32. I'm attempting to stream audio from a VLC instance (server) to multiple different VLC clients. This is raw audio only (no video). The server and all clients are Windows7. I believe that UDP will give me the best synchronization, but it's not currently working for me. Here ...

Go to advanced search