-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fire Stick #46
Comments
It seems app like Disney+ currently can't be detected via two of those ADB methods in Fire TV. |
Actually the sensor is always inactive even if I play a video with prime video |
I need to see audio and especially media_session output for Prime Video when play or pause to better understand the behaviors. |
Here are all the logs. All of them refers to Primevideo. |
Hi dwaan, the sensor is now working much more better. There is still a problem I noticed: if I open the youtube app on the Firestick the sensor becomes active and it remains active even if I close the app, restart the homebridge, turn off and on the FireStick. I tried to exclude the youtube app from the sensor on the configuration but the issue is still present... the config: Attached: Media_session and Audio both while Youtube app is playing or is paused |
The playback sensor don’t work with the new versions (v2 beta 1, v2 beta 2). It never become active even it the firestick is playing. |
Moved to issue #81 |
Prerequisite
adb -s DEVICE_IP_ADDRESS shell "dumpsys media_session"
copy paste the output to a text file called media_session.txtadb -s DEVICE_IP_ADDRESS shell "dumpsys audio"
copy paste the output to a text file called audio.txtdumpsys media_session
which is the preferable way to detect, but some apps (like Disney+, Cartoon Network) will appear indumpsys audio
Your Device
Fire Stick
App Name
Prime Video for the media session
Disney+ for audio session
Attachment
audio.txt
media_session.txt
The text was updated successfully, but these errors were encountered: