Tv() cipher issue #208
Unanswered
Nicholas-Ferguson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For people having issue with cipher, even though your cipher set up is ok (or was working before):
I was pulling my hair out trying to fix my issue with this. Tv() does not work with cipher server. If you want age restricted content with oauth you must still use tv(), but use a different client first to find the cipher.
I'm using Web() first, it works with cipher, but can't play certain videos.
Then I'm using tv() after to play the restricted videos with the found cipher.
Example:
YouTubeAudioSourceManager youtubeSource = new YoutubeAudioSourceManager(options, new Web(), new Tv())
Just make sure Tv() is not first in your list/code
All reactions