chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 586 forks source link

streamlink issues #1676

Open bachoo786 opened 4 years ago

bachoo786 commented 4 years ago

Hi guys

So i installed livestreamer on my raspberry pi using this command: sudo apt-get install livestreamer

I try to stream a http link which requires authentication, I suppose it uses icecast. Here is my command line on my raspberry pi:

streamlink --http-proxy "http://bachoo786:XXXXXXXXXXXXX@XXX.X.XX.XX:8080/tv4.nsv"

it returns the following with nothing been played:

usage: streamlink [OPTIONS] <URL> [STREAM]

Use -h/--help to see the available options or read the manual at https://streaml                                                                          ink.github.io

I can play the link on VLC but on VLC I have to input my username and password everytime I try to play the link.

Can anyone help please?

Thanks.