-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Checklist
- This is a plugin issue and not a different kind of issue
- I have read the contribution guidelines
- I have checked the list of open and recently closed plugin issues
- I have checked the commit log of the master branch
Streamlink version
Latest build from the master branch
Description
I am trying tpa television plugin.
I am getting this error.
D:/scrap/streamlink/streamlink.py https://www.rtpa.es/tpa-television best --loglevel trace --output test.ts
[17:42:34.455479][cli][debug] OS: Windows 10
[17:42:34.455479][cli][debug] Python: 3.8.9
[17:42:34.455479][cli][debug] Streamlink: 0+unknown
[17:42:34.455479][cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.2.1)
[17:42:34.455479][cli][info] Found matching plugin tpatelevision for URL https://www.rtpa.es/tpa-television
[17:42:36.389367][utils.l10n][debug] Language code: en_US
[17:42:37.479791][utils.l10n][debug] Language code: en_US
error: No playable streams found on this URL: https://www.rtpa.es/tpa-television
But I am getting correctly this m3u8 url from the site.
These lines are the response of the m3u8 request.
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:21215
#EXT-X-DISCONTINUITY-SEQUENCE:0
#EXTINF:11.08,
media-uaac0k3vl_b1500000_21215.ts
#EXTINF:9.16,
media-uaac0k3vl_b1500000_21216.ts
#EXTINF:10.0,
media-uaac0k3vl_b1500000_21217.ts
I can play the video with the above m3u8 URL.
You can test this.
I am very happy if you can notice me for that.
Thanks
Debug log
C:\Python\Python38\python.exe D:/scrap/streamlink/streamlink.py https://www.rtpa.es/tpa-television best --loglevel trace --output test.ts
[17:42:34.455479][cli][debug] OS: Windows 10
[17:42:34.455479][cli][debug] Python: 3.8.9
[17:42:34.455479][cli][debug] Streamlink: 0+unknown
[17:42:34.455479][cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.2.1)
[17:42:34.455479][cli][info] Found matching plugin tpatelevision for URL https://www.rtpa.es/tpa-television
[17:42:36.389367][utils.l10n][debug] Language code: en_US
[17:42:37.479791][utils.l10n][debug] Language code: en_US
error: No playable streams found on this URL: https://www.rtpa.es/tpa-television