GithubHelp home page GithubHelp logo

Comments (14)

hoshsadiq avatar hoshsadiq commented on September 28, 2024 1

from bravia-youview-player-launchers.

glacieruk avatar glacieruk commented on September 28, 2024 1

I have a similar problem with BBC iPlayer. It works fine when YouView is enabled, but it just hangs on the loading screen if I disable it.

TV: Sony KD-43XH8505BU
Android: v9

No problem if we need to have YouView enabled, but you may want to update your README :-)

This does also mean you can disable YouView and still enjoy these player apps.

I mentioned a similar issue at the start of this thread, but this version worked for me without needing Youview enabled https://www.apkmirror.com/apk/media-applications-technologies-for-the-bbc/bbc-iplayer-android-tv-2/bbc-iplayer-android-tv-2-0-4-3-release/bbc-iplayer-android-tv-0-4-3-android-apk-download/

from bravia-youview-player-launchers.

hoshsadiq avatar hoshsadiq commented on September 28, 2024

None of these apps should work with the YouView app disabled (as in, if you disable/uninstall it when you go to your apps settings). If it's YouView that's simply not set up, then it should work. If it still doesn't work, please post logcat and I can have a look.

from bravia-youview-player-launchers.

glacieruk avatar glacieruk commented on September 28, 2024

It's Youview disabled so that i can record from Sony freeview and not depend on a slow Youview app. There were a few forums advocating your launchers work without needing Youview and most of the apps are fine, just not All4 when it's disabled.

from bravia-youview-player-launchers.

hoshsadiq avatar hoshsadiq commented on September 28, 2024

Please post logs so I can try and investigate.

from bravia-youview-player-launchers.

glacieruk avatar glacieruk commented on September 28, 2024

Thanks. I've attached adb logcat output performing the following to show before and after enabling YouView:
all4.zip

Open ITV Hub -> working
Open All4 -> not working
Enable Youview App
Open All4 -> working
Disable Youview App
Open All4 -> not working
Open ITV Hub -> working

Hopefully it helps.

from bravia-youview-player-launchers.

hoshsadiq avatar hoshsadiq commented on September 28, 2024

Re-reading your original issue makes me believe that they may have added some protection around this. I find it odd that you cannot view videos but navigation else works. The biggest difference I see is the URL, though opening the possibly broken URL on my computer seems to simply redirect to the seemingly working URL. Anyway, can you try the below two adb commands and let me know if either work as expected?

adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp//"
adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp/index.html"

Could you also repost all of those scenarios but separate out the logs for each scenario? I don't care about the ITV ones, just the All4 ones. One for the apps provided, and one from YouView. Reason is that I'm struggling to follow what's what within the logs. Separating them out will be very much helpful.

from bravia-youview-player-launchers.

Fredurai avatar Fredurai commented on September 28, 2024

Hi, same problem here. All4 and itv hub apps work normally, even play ads, but wont play the shows.
Anything i can send to help work out what's going on?
Fred

from bravia-youview-player-launchers.

glacieruk avatar glacieruk commented on September 28, 2024

Re-reading your original issue makes me believe that they may have added some protection around this. I find it odd that you cannot view videos but navigation else works. The biggest difference I see is the URL, though opening the possibly broken URL on my computer seems to simply redirect to the seemingly working URL. Anyway, can you try the below two adb commands and let me know if either work as expected?

adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp//"
adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp/index.html"

Could you also repost all of those scenarios but separate out the logs for each scenario? I don't care about the ITV ones, just the All4 ones. One for the apps provided, and one from YouView. Reason is that I'm struggling to follow what's what within the logs. Separating them out will be very much helpful.

I tried both adb commands but they had the same result, All4 opens and I can navigate but not play any content.

I've attached 2 sets of logs as requested, one with All4 and Youview disabled (not playing) and one with All4 and Youview enabled (content plays). I've just outputed the full logcat, so let me know if you want me to do any commands to filter / format if it's still difficult to follow.
all4_not_playing.zip
all4_youview_enabled_now_playing.zip

from bravia-youview-player-launchers.

mattwills avatar mattwills commented on September 28, 2024

I have a similar problem with BBC iPlayer. It works fine when YouView is enabled, but it just hangs on the loading screen if I disable it.

TV: Sony KD-43XH8505BU
Android: v9

No problem if we need to have YouView enabled, but you may want to update your README :-)

This does also mean you can disable YouView and still enjoy these player apps.

from bravia-youview-player-launchers.

mattwills avatar mattwills commented on September 28, 2024

Ah ok. Thanks for your response 👍

from bravia-youview-player-launchers.

glacieruk avatar glacieruk commented on September 28, 2024

Re-reading your original issue makes me believe that they may have added some protection around this. I find it odd that you cannot view videos but navigation else works. The biggest difference I see is the URL, though opening the possibly broken URL on my computer seems to simply redirect to the seemingly working URL. Anyway, can you try the below two adb commands and let me know if either work as expected?

adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp//"
adb shell am start -a com.sony.dtv.intent.action.LAUNCH_HBBTV -n com.sony.dtv.hbbtvplayer/.HbbTvPlayerActivity -d "https://yvweb.channel4.com/yvwebapp/index.html"

Could you also repost all of those scenarios but separate out the logs for each scenario? I don't care about the ITV ones, just the All4 ones. One for the apps provided, and one from YouView. Reason is that I'm struggling to follow what's what within the logs. Separating them out will be very much helpful.

I tried both adb commands but they had the same result, All4 opens and I can navigate but not play any content.

I've attached 2 sets of logs as requested, one with All4 and Youview disabled (not playing) and one with All4 and Youview enabled (content plays). I've just outputed the full logcat, so let me know if you want me to do any commands to filter / format if it's still difficult to follow.
all4_not_playing.zip
all4_youview_enabled_now_playing.zip

@hoshsadiq Did the logs help at all?

from bravia-youview-player-launchers.

hoshsadiq avatar hoshsadiq commented on September 28, 2024

Sorry still haven't had a chance to look at things. Will hopefully do it soon.

from bravia-youview-player-launchers.

Ryan14411 avatar Ryan14411 commented on September 28, 2024

nice thanks

from bravia-youview-player-launchers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.