Search found 1 match

Go to advanced search

by zakak
10 Dec 2010 18:21
Forum: General VLC media player Troubleshooting
Topic: Authenticating for HTTP stream
Replies: 5
Views: 19072

Re: Authenticating for HTTP stream

As a workaround, I create a new .m3u file with the user/pass in each URL: #!/bin/bash user=foo pass=bar #url=http://stream.magnatune.com/artists/albums/mit-diplomat/ogg_nospeech.m3u url=$1 function to_auth { while read line;do echo "$line" | sed "s/http:\/\//http:\/\/$user:$pass@/g&qu...

Go to advanced search