View Single Post
  #17  
Old 12-13-2020, 02:13 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Smithsonian Channel


Well done, sysanin.


This is how it works:

Code:
$url="http://89.187.169.202:2200/EX/Smithsonian_FHD-uk/index.m3u8?token="
run('cmd.exe /c streamlink.exe --http-no-ssl-verify --player=mpv.exe hls://'& $url &' best & pause','',@SW_SHOW)
Code:
[cli][info] Found matching plugin hls for URL hls://http://89.187.169.202:2200/EX/Smithsonian_FHD-uk/index.m3u8?token=
[cli][info] Available streams: 1080p (worst, best)
[cli][info] Opening stream: 1080p (hls)
[cli][info] Starting player: mpv.exe
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...
Press any key to continue . . .
It is puzzling where from did you get index.m3u8.

This is from UK broadcast, different program than original US broadcast like on myustv.

https://tv24.co.uk/channel/smithsonian-channel-hd


Yeah, leave it puzzling. Let UK ( BBC ) TV licensing team look arround knocking on people's doors.

Last edited by j_cool : 12-13-2020 at 07:20 AM.
Reply With Quote