YouTube is not working

SS IPTV App for LG Smart TV discussion
Post Reply
pintassilgo
Ensign
Ensign
Posts: 2
Joined: 30 May 2021, 06:20
TV Model: UN58MU6120
Brazil

YouTube is not working

Post 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.

andkiko
Senior Lieutenant
Senior Lieutenant
Posts: 71
Joined: 29 Feb 2020, 05:31
TV Model: lg
Has thanked: 1 time
Been thanked: 1 time
Brazil

Re: YouTube is not working

Post 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

XloverX
Ensign
Ensign
Posts: 4
Joined: 07 Oct 2021, 06:20
TV Model: LG-Smart
Guatemala

Re: YouTube is not working

Post 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.

mayorjurko
Ensign
Ensign
Posts: 10
Joined: 22 Mar 2022, 00:28
TV Model: Samsung
United States of America

Re: YouTube is not working

Post by mayorjurko »

cool

Post Reply