Page 1 of 1

YouTube is not working

Posted: 10 Sep 2021, 23:01
by pintassilgo
Searching through the forum, it seems that SS IPTV should be able to stream YouTube URLs, but it's not working, I guess it wasn't updated since last change made by Google in July.

For instance, the channel with the 2nd highest TV ratings in Brazil uses YouTube as the platform to stream in the internet, but I can't watch it using SS IPTV.

Currently working example to retrieve the HLS manifest (.m3u8) from any public YouTube video:

POST request to

Code: Select all

https://youtubei.googleapis.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8
With this body:

Code: Select all

{
 "context": {
   "client": {
    "hl": "en",
    "clientName": "WEB",
    "clientVersion": "2.20210721.00.00",
    "mainAppWebInfo": {
        "graftUrl": "/watch?v=ABVQXgr2LW4"
    }
   }
  },
  "videoId": "ABVQXgr2LW4"
}
Of course you need to replace ABVQXgr2LW4 by the desired videoId (youtube.com/watch?v={videoId}). After parsing the response (JSON), the final URL (.m3u8) is in object.streamingData.hlsManifestUrl.

Re: YouTube is not working

Posted: 07 Oct 2021, 06:39
by andkiko
Eu utilizo desta forma: https://www.youtube.com/watch?v=cTycyMhBPY8 = cTycyMhBPY8

#EXTINF:-1 type="video" tvg-logo="" , Ratinho - Meu pé meu querido pé
https://youtu.be/embed/cTycyMhBPY8

Re: YouTube is not working

Posted: 07 Oct 2021, 07:04
by XloverX
andkiko wrote: 07 Oct 2021, 06:39 Eu utilizo desta forma: https://www.youtube.com/watch?v=cTycyMhBPY8 = cTycyMhBPY8

#EXTINF:-1 type="video" tvg-logo="" , Ratinho - Meu pé meu querido pé
https://youtu.be/embed/cTycyMhBPY8
if you copy your youtube direction to the SSiptv external playlist, it works.

Re: YouTube is not working

Posted: 17 Aug 2023, 14:53
by mayorjurko
cool