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 582 forks source link

403 Client Error - Need assistance #1511

Open rayzqas opened 7 years ago

rayzqas commented 7 years ago

Hi,

New to this and trying to stream from a website. I am getting the following error. Appreciate some assistance to guide me through:

livestreamer "hlsvariant://http://tv3iossecure-i.akamaihd.net/hls/live/225715/ios/tv3ios_sp/master1002.m3u8" best [cli][info] Found matching plugin stream for URL hlsvariant://http://tv3iossecure-i.akamaihd.net/hls/live/225715/ios/tv3ios_sp/master1002.m3u8 error: Unable to open URL: http://tv3iossecure-i.akamaihd.net/hls/live/225715/ios/tv3ios_sp/master1002.m3u8 (403 Client Error: Forbidden)

More information on the stream: Web address: http://www.tv3malaysia.net/2010/06/tv3-malaysia-online-streaming.html

I have also tried the various protocols available but no luck.

Appreciate assistance from anyone or if there are any parameters or info missing.

Thanks!

ghost commented 7 years ago

Authentication parameters are required.

livestreamer "hlsvariant://http://tv3iossecure-i.akamaihd.net/hls/live/225715/ios/tv3ios_sp/master.m3u8?hdnea=st=1476021191~exp=1476021281~acl=/hls/live/225715/ios/tv3ios_sp/*~hmac=1a4df55b1d5613b9f232fb08ec6d48bcc2a038f9374732844d7923dba9961e3e" best -p "C:\Program Files (x86)\Video\MPC-HC\MPC-HC.exe"
[cli][info] Found matching plugin stream for URL hlsvariant://http://tv3iossecure-i.akamaihd.net/hls/live/225715/ios/tv3ios_sp/master.m3u8?hdnea=st=1476021191~exp=1476021281~acl=/hls/live/225715/ios/tv3ios_sp/*~hmac=1a4df55b1d5613b9f232fb08ec6d48bcc2a038f9374732844d7923dba9961e3e
[cli][info] Available streams: 475k (worst), 1390k (best)
[cli][info] Opening stream: 1390k (hls)
[cli][info] Starting player: C:\Program Files (x86)\Video\MPC-HC\MPC-HC.exe
Video: MPEG4 Video (H264) 720x540 (1821:1250) 25fps [V: h264 high L3.0, yuv420p, 720x540]
Audio: AAC 44100Hz stereo 64kbps [A: aac he-aac, 44100 Hz, stereo, 64 kb/s]
rayzqas commented 7 years ago

Thanks for your help. Truly appreciate it.

I understand that you have included several lines in. Can I know what where can I get more information on the authentication parameters for a better understanding.

Thanks again.