Search found 5 matches

Go to advanced search

by Cyntrox
30 Nov 2010 21:37
Forum: General VLC media player Troubleshooting
Topic: Authenticating for HTTP stream
Replies: 5
Views: 19071

Re: Authenticating for HTTP stream

Actually, VLC is able to get and parse the playlist file - further research has, in fact, shown that VLC does send the username and password with the first request (the one getting the .m3u), but when it tries to get the tracks from the playlist, it doesn't authenticate itself. Just to be clear, thi...
by Cyntrox
29 Nov 2010 18:38
Forum: General VLC media player Troubleshooting
Topic: Authenticating for HTTP stream
Replies: 5
Views: 19071

Re: Authenticating for HTTP stream

Thank you for the suggestion, however, unless I'm missing some way to encode the username and password in the URL, it doesn't work. This: vlc http://user:pass@stream.magnatune.com/artists/albums/mit-diplomat/ogg_nospeech.m3u --sout '#transcode{acodec=mpga}:std{mux=wav,access=http,dst=10.0.0.1:8000}'...
by Cyntrox
28 Nov 2010 23:45
Forum: General VLC media player Troubleshooting
Topic: Authenticating for HTTP stream
Replies: 5
Views: 19071

Authenticating for HTTP stream

Hey, I'm trying to listen to a HTTP stream requiring authentication - and I can't get VLC to sent the username and password. Here's what I'm trying: vlc http://stream.magnatune.com/artists/albums/mit-diplomat/ogg_nospeech.m3u --sout-http-user *username* --sout-http-pwd *password* --sout '#transcode{...
by Cyntrox
28 Nov 2010 23:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.1.5 silent stream & libSM errors
Replies: 3
Views: 1312

Re: VLC 1.1.5 silent stream & libSM errors

Oh, I see. I got it working - for reference, using the following command:

Code: Select all

vlc /usr/music/test.wav --sout '#transcode{acodec=mpga}:std{mux=wav,access=http,dst=10.0.0.1:8000}'
by Cyntrox
28 Nov 2010 18:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.1.5 silent stream & libSM errors
Replies: 3
Views: 1312

VLC 1.1.5 silent stream & libSM errors

Hello, I am trying to stream a file over HTTP using VLC. I invoke using the following command: vlc -vvv /usr/music/test.wav --sout '#std{mux=wav,access=http,dst=10.0.0.1:8000}' I then get the following output: VLC media player 1.1.5 The Luggage (revision exported) [0x804caec] main libvlc debug: VLC ...

Go to advanced search