Jump to content


Photo

YouTube is down


  • Please log in to reply
48 replies to this topic

Re: YouTube is down #41 dudule22

  • Senior Member
  • 309 posts

+4
Neutral

Posted 11 April 2020 - 20:11

Return after using the new youtube plugin with the YouTube.key" file.

 Now, i can see European videos but it is impossible to see for example US videos.

This API key seems to be limited.

Is there a way to have full option by using the Api Key like we had before.



Re: YouTube is down #42 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 12 April 2020 - 20:39

I don't think that the keys are limited by region.
Check which region is specified in the plugin settings.
I think this can affect the result and addition your IP address region.
 
In any case, or you can show a specific example what you can not see. Then I can test this by myself.


Re: YouTube is down #43 dudule22

  • Senior Member
  • 309 posts

+4
Neutral

Posted 12 April 2020 - 22:17

It works fine now, with the new youtube plugin release (11/04) :)



Re: YouTube is down #44 dudule22

  • Senior Member
  • 309 posts

+4
Neutral

Posted 26 April 2020 - 08:32

On DUO 4k using Youtube if i stop the video and i play again, i lost the sound. To recover the sound it is necessary to do a new search and play again the video.



Re: YouTube is down #45 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 26 April 2020 - 17:02

https://github.com/T...utube/issues/57

Youtube actively used DASH MP4 format witch used two streams. One for video, the other for audio.

I implement in enigma suburi parameter to play parallel both of these streams with gstreamer in enigma2.

However, this implementation does not work properly in all cases because it uses for audio stream parameter which in gstreamer is intended for subtitles.

You can install plugin serviceapp, choose exteplayer as the default enigma player and then sound should work after pause and rewinding.

 

By the way I've got api key authentication from google and plugin from the openpli feed should work without using your own keys.

However, I recommend using your api keys in any case.

Edited by Taapat, 26 April 2020 - 17:03.


Re: YouTube is down #46 dudule22

  • Senior Member
  • 309 posts

+4
Neutral

Posted 26 April 2020 - 20:07

Thanks it works fine with serviceApp and i use my api keys. :)



Re: YouTube is down #47 arin66

  • Senior Member
  • 26 posts

0
Neutral

Posted 18 June 2020 - 17:47

 

- simple shell script to change the api key directly inside of the file:

#!/bin/sh

KEY_OLD='AIzaSyCyIlbb0FIwoieEZ9RTShMVkRMisu-ZX0k'    # original YoutubeDL key
KEY_NEW='AIza_NewKey_NewKey_NewKey_NewKey_NewKey'    # new generated key - use YOUR OWN NEW generated API KEY
sed -i -e "s/$KEY_OLD/$KEY_NEW/I" /usr/lib/enigma2/python/Plugins/Extensions/YouTube/YouTubeUi.pyo

- or single line:

sed -i -e 's/AIzaSyCyIlbb0FIwoieEZ9RTShMVkRMisu-ZX0k/AIza_NewKey_NewKey_NewKey_NewKey_NewKey/I' /usr/lib/enigma2/python/Plugins/Extensions/YouTube/YouTubeUi.pyo

 

Openpli crashes when I run youtube plugin from the GUI



Re: YouTube is down #48 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 18 June 2020 - 19:35

ROFL. Sorry, but this is no longer the case. Youtube plugin has been updated. The following applies for now:

https://forums.openp...-2#entry1181496

...and...

https://forums.openp...-2#entry1181960



Re: YouTube is down #49 arin66

  • Senior Member
  • 26 posts

0
Neutral

Posted 20 June 2020 - 15:36

Thank you. I solved installing the addon from http://taapat.ho.ua/...plugin-youtube/ and then setting YouTube.key.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users