-
Notifications
You must be signed in to change notification settings - Fork 245
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
[Android7] No audio in videwine content #775
Comments
Please upload a copy of the manifest and a full debug log. I suspect this is a duplicate of my issue here Oh wait, you say audio does work on Android 5 and windows 10 so maybe not the same issue |
@matthuisman Please give me a little bit of time, I need to make a test with an example material on my various devices. |
The same problem: |
@mtr81 thanks for the logs! Looks to be the same issue as reported in OP. Don't have time just right now to dive in but this is what the concern is:
1006 being the audio stream, audio streams aren't meant to use a secure path.... will have to find out why this is getting set this way. Something to note (for me) is that all streams (audio and video) are using the same PSSH/KID |
@glennguy |
Check again, the formatting is really messed up but there looks like one adp per representation |
oops! my text editor just highlighted the top and bottom and not the rest so looked like just 1. i should have done a search. |
Same device and other manifest - same result: |
Hey, Manifest: manifest.mpd.txt By the way, I got a bit new knowledge. I suspect this: Also, I would like to mention, this very stream plays well on the official provider application on the same device (so, the phone CAN decode DRM from audio stream) - but I prefer Kodi because it's one application combining all the streaming platforms I subscribe (consuming less space on the phone), also in Kodi I can combine TV channels from various streaming providers on one list in the IPTV manager. Maybe together we could find out more about that? |
The exception is being printed - to Android log: https://github.com/xbmc/xbmc/blob/6586a6c535b72896e00733f25fde93980d5f0cca/xbmc/cores/VideoPlayer/DVDCodecs/Audio/DVDAudioCodecAndroidMediaCodec.cpp#L536-L538 You should be able to see in logcat what the exception is, if you could get that and post back here it would be great, hopefully is easy enough to do on your TV. Thankfully this stream isn't geolocked, I've tested on my pixel3/android 12 and it plays fine with sound. |
How to get the Android log? |
You need to do similar to this. Also will need adb installed on whatever device you're using to remote into the tv. Like with this link I found below, just search 'how to install adb on x' |
My device is just a phone, not a smart tv. Wait a few minutes (maybe little more than few). Probably I've found a solution (to get Android log). According to what I've read all I need to get the log is to type adb logcat in the console when it is set in the folder {sdk-directory}/platform-tools. |
That may probably be this: android-log.txt
|
I'd say the problem is lack of support in your OS, can't be sure but I'm nearly 100% sure that it isn't to do with this add-on sorry |
@michael112 You can try to enable "Don't use secure decoder if possible" in Inputstream Adaptive settings to see if it helps. |
from the logcat seem we are providing an audio stream of 0 channels in the configuration
perhaps in the android versions > 7 are able to ignore the wrong value and the problem is hidden @michael112 are you still around here? can you try also with kodi v20, just to be sure that the problem still exists? |
Hey. I've just tried with K20 on that tablet and audio is still not working. (Also, because of tablet touch interface, I've wrongly closed the issue and then reopened. The problem still occurs.) If you need a debug log, please wait a bit. It's 3 at night in my time zone. |
@joseluismarti can you give some hints or (maybe) a kind of solution to this android problem? looks like we are sending 0 channels to android audio configuration from kodi core (see comments above), is possible? i have no idea what we could try to do |
@michael112 i found something but im not sure if can help for your case try install this InputStream test build to kodi 20: |
Is it possible to build inputstream.adaptive for x86 ABI to test on an Android 7 x86 image? |
maybe this old script could give you some hint https://github.com/CastagnaIT/inputstream.adaptive/blob/Matrix/build_scripts/build-isa.sh |
hi @michael112 i dont know if you have time |
just to inform that in the next Kodi 20 Nexus and 21 Omega releases has been add a fix |
I confirm - works fine on K20.2 + IS 20.3.9. Thanks! |
Thanks, working also for me! |
Hi,
since several months I have severe problem with playing DRM-encrypted materials - the video is playing properly, but there is no sound.
Usually I use Kodi 18.9 with latest InputStream Adaptive and InputStream Helper, but I tested this also with Kodi 19 - same problem.
The problem occur on two devices both operating Android 7 (system updates installed, which does not help).
I also tested this on another device with Android 5 - works fine, also on PC with Windows 10 works fine as well.
An excerpt of Kodi log which shows an error:
https://pastebin.com/MRumft7L (especially look at 3 last lines!)
May anyone help?
The text was updated successfully, but these errors were encountered: