Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Very basic VLC streaming question

Started 1 month, 3 weeks ago by TimUK
I am using VLC on a pair of machines, a PC and a Mac, each contains a music collection. i want to stream their output audio using UDP to a third, always-on machine which is connected to my stereo amplifier/speakers. I am puzzled as to how to configure the satellite based VLC such that, by default, any track that I load into or try to play it automatically channels its way thought to the VLC ...
Site: The VideoLAN Forums  The VideoLAN Forums - site profile
Forum: VLC stream-output (sout)  VLC stream-output (sout) - forum profile
Total authors: 4 authors
Total thread posts: 10 posts
Thread activity: no new posts during last week
Domain info for: videolan.org

Other posts in this thread:

Rémi Denis-Courmont replied 1 month, 3 weeks ago
On the senders: Code: Select all vlc --sout '#transcode{acodec=s16b,channels=2,samplerate=4410 0}:rtp{dst=IP,port-audio=5004}' where IP is the address of the receiver. On the receiver: Code: Select all vlc rtp://@:5004

TimUK replied 1 month, 3 weeks ago
Thanks, I am not getting this to work yet and appreciate if you could identify what I'm getting wrong here? On the sending PC's I have defined a shortcut's target as described earlier : Code: Select all "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout #transcode{acodec=s16b,channels=2,samplerate=44100 }:rtp{dst=192.168.1.2,port-audio=5004} On the receiver's shortcut, I have the shortcut...

Rémi Denis-Courmont replied 1 month, 3 weeks ago
Works fine here. No ideas.

TimUK replied 1 month, 3 weeks ago
Can anybody suggest a method by which I can check the RDP streaming functionality of the RX and the TX ends. I might get somewhere if I can identify the failed end of the chain - I hope both are not ill-configured! Is there some web address I can pick-up an RDP stream from? Or somewhere I can try and send a test stream?

vlcNiko replied 1 month, 3 weeks ago
hi, I also had problems to receive a stream because the firewall blocked the transfers. After allowing access by the firewall I can send and receive streams. vlcNiko

TimUK replied 1 month, 3 weeks ago
Thanks, but I am definitely not experiencing a firewall issue. The TX and RX VLC's are on the same LAN and communicate with each other with other networking apps quite freely. I just don't know where to start checking this operating mode of VLC

kdh replied 1 month, 3 weeks ago
try this: "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout '#transcode{acodec=s16b,channels=2,samplerate=4410 0}:rtp{dst=192.168.1.2,port-audio=5004}' I know forgetting the " ' " in linux will cause it to not work.

TimUK replied 1 month, 3 weeks ago
kdh wrote: try this: "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout '#transcode{acodec=s16b,channels=2,samplerate=4410 0}:rtp{dst=192.168.1.2,port-audio=5004}' I know forgetting the " ' " in linux will cause it to not work. ok, Have tried this but sadly still no success. Tell me, on the streaming source VLC should I see any indicator displaying the, albeit fruitless, progress of the track....

kdh replied 1 month, 3 weeks ago
I'm not really doing much with rtp. I do know adding a -vvv to my vlc command turns on level 2 debugging. I know that helps me a lot. Try that and see if it gives you something else to go on. Is there a *must* for rtp? You could try this: On your server with your MP3s run this command: vlc -vvv *.mp3 --sout='#transcode{acodec=mp3,ab=96,channels=2,sam plerate=44100}:std{access=udp,mux=ts,dst=...

 

Top contributing authors

Name
Posts
TimUK
5
user's latest post:
Very basic VLC streaming question
Published (2009-11-12 19:28:00)
kdh wrote: try this: "C:\Program Files\VideoLAN\VLC\vlc.exe" --sout '#transcode{acodec=s16b,channels=2,samplerate=44100}:rtp{dst=192.168.1.2,port-audio=5004}' I know forgetting the " ' " in linux will cause it to not work. ok, Have tried this but sadly still no success. Tell me, on the streaming source VLC should I see any indicator displaying the, albeit fruitless, progress of the track. By...
Rémi Denis-Courmont
2
user's latest post:
Very basic VLC streaming question
Published (2009-11-07 21:06:00)
Works fine here. No ideas.
kdh
2
user's latest post:
Very basic VLC streaming question
Published (2009-11-12 19:48:00)
I'm not really doing much with rtp. I do know adding a -vvv to my vlc command turns on level 2 debugging. I know that helps me a lot. Try that and see if it gives you something else to go on. Is there a *must* for rtp? You could try this: On your server with your MP3s run this command: vlc -vvv *.mp3 --sout='#transcode{acodec=mp3,ab=96,channels=2,samplerate=44100}:std{access=udp,mux=ts,dst=mydestinationserver.com:5004}' And then...
vlcNiko
1
user's latest post:
Very basic VLC streaming question
Published (2009-11-07 23:53:00)
hi, I also had problems to receive a stream because the firewall blocked the transfers. After allowing access by the firewall I can send and receive streams. vlcNiko

Related threads on "The VideoLAN Forums":

Related threads on other sites:

Thread profile page for "Very basic VLC streaming question" on http://forum.videolan.org. This report page is a snippet summary view from a single thread "Very basic VLC streaming question", located on the Message Board at http://forum.videolan.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity