Thread: i24NEWS Live
View Single Post
  #5  
Old 06-22-2018, 10:21 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: i24NEWS Live


Streamlink plays this url: "http://play.tv/live-tv/908/i24-news-english/"

[cli][info] Found matching plugin playtv for URL http://play.tv/live-tv/908/i24-news-english/
[cli][info] Available streams: 300k (worst), 800k (best)
[cli][info] Opening stream: 800k (hls)
[cli][info] Starting player: mpv.exe

This is how plugin starts:

class PlayTV(Plugin):
FORMATS_URL = 'http://playtv.fr/player/initialize/{0}/'
API_URL = 'http://playtv.fr/player/play/{0}/?format={1}&language={2}&bitrate={3}'

and I don't get json output in browser with these urls:

"http://playtv.fr/player/play/i24-news-english/?format=hls&language=en&bitrate=800"

"http://play.tv/player/play/i24-news-english/?format=hls&language=en&bitrate=800"

message "Une erreur est survenue. Veuillez réessayer un peu plus tard."
Reply With Quote