Android-YouTube-Background-Player icon indicating copy to clipboard operation
Android-YouTube-Background-Player copied to clipboard

Playback Failed

Open lamp5 opened this issue 7 years ago • 12 comments

Hi. I want to report that app not working. After select my google account, nothing shown in tabs, after search anything, when i want to start playing video, only message shown "Playback Failed". It will be great to fix this errors. Best regards

lamp5 avatar Mar 08 '18 14:03 lamp5

I fixed it, please check if works

smedic avatar May 09 '18 12:05 smedic

Hi still the same issue it says video playback failed . Also could you not remove video thumbnail and use Spotify api to get album covers

jsmith2194 avatar May 18 '18 20:05 jsmith2194

Why would I do that? You are free to add that and make PR.

smedic avatar May 18 '18 22:05 smedic

Issue with playback is related to a small library that I use for extracting RTSP link from YT page (with video id). That's the way how I get URLs for playback.

smedic avatar May 18 '18 22:05 smedic

Still not working

harshit-joshi avatar May 21 '18 05:05 harshit-joshi

Still an issue

tristanneumann1 avatar Aug 01 '18 07:08 tristanneumann1

yea this is still not working.

boredomdenied avatar Sep 09 '18 19:09 boredomdenied

This is an open source project, so please fill to contribute. It's not a production ready application tested on wide range of devices. I tested on S7 and S8 and it works good. On Huawei P9 Lite I have seen some playback failures. If you have issue, leave more information about device and Android version, so maybe I/someone could fix that in the future.

smedic avatar Sep 10 '18 01:09 smedic

Not working in Android Nougat

saurabhpal007 avatar Sep 19 '18 15:09 saurabhpal007

I don't understand what exactly you mean with the popup window. And I don't see any clear correlation between music videos and the videos that have playback issues with this app.

@smedic do you have any ideas on how to fix this? Could you describe how you fixed it last time, perhaps someone of us could could possibly handle it, if you are too busy at the moment.

harut2005 avatar Nov 06 '18 08:11 harut2005

@harut2005 @WormyGels I use a library for extracting RTSP link from youtube page https://github.com/HaarigerHarald/android-youtubeExtractor As you can see, YouTube constantly changes things so that app is not capable of extracting links from YT page. I must check what changes developer has added, and update the library.

You know already that YT forbids logic that I used here, so they change stuff to disable workarounds like this. I ll take a look these days, I promise.

Thanks for a constructive chat, I am glad you find this usable :)

smedic avatar Nov 06 '18 15:11 smedic

Hi, I am a beginner in the field of development, I tried your project and it is something worth of a gem. But as others have mentioned above, I am also facing the same issue. I just want to ask a silly question and that is "Is it possible to feed the raw URL to mediaplayer as data source instead of getting URL in two chunks i.e a standard https://youtube.com/blahblahblah and video id separately?" By the way thanks for the project.

doctorbhatti avatar Apr 18 '20 17:04 doctorbhatti