-
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
Stream playing under Linux and Windows but not AndroidTV #1511
Comments
|
Yes, personally I can speak for Linux. The respective debug.log of inputstream.adaptive while playing the stream under Linux: |
has been cutoff all kodi core debug log from that log |
True. Now included: |
hmm i have not clear idea on how kodi core VP works its clear that stuck here i found this explanation on the web
that can explain why there is no SPS PPS on the init data one possibility to test should be try change on Kodi core VP (linked above), the line: and on ISA side inputstream.adaptive/src/Session.cpp Lines 793 to 795 in 31dc91e
on H264 condition add the missing fourcc OFC is needed build Kodi and also ISA with mentioned changes in order to test PS: or try remove only the line on kodi VP just to do a fast test to see what happens |
i builded kodi apk by removing forced extradata requirement http://mirrors.kodi.tv/test-builds/android/arm/kodi-20240328-56ded866-extradata_avc3-armeabi-v7a.apk |
Wow! Thank you. Yes, I can confirm that this Kodi Version plays the streams. |
i found a sample stream avc3 but since its without DRM play without problems on android so i still cant test by myself i will prepare the changes for kodi and ISA |
ok i have prepared the complete test fix Kodi builds: ISA builds: |
Tested and confirmed working. First did only the Kodi update. Does not work. Also not expected to work. From my side green light. Please go ahead. |
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
The leading German Streaming Provider is putting more customers on their 2.0 platform. Unfortunately one video addon and a PVR addon have been programmed but both show the same behaviour with inputstream.adaptive. Streams are being played under Windows and Linux but not under AndroidTV. Kodi seems to do something but the screen remains black - no audio as well.
As said under Linux and Windows the streams do not show any issues at all.
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Streams should also work under AndroidTV. Android itself is untested
Actual Behavior
Once a stream is selected Kodi tries to play it - there is no error message - but the screen remains black.
Possible Fix
No idea
To Reproduce
Steps to reproduce the behavior:
Debuglog
The debuglog can be found here:
https://paste.kodi.tv/ecidudaxoc.kodi
MPD/M3U8s/ISM
An example or copy of a manifest (or manifests for HLS - master and variants) can be found here:
https://svc45.main.sl.t-online.de/bpk-tv/das_erste_hd/DASH/index.mpd
Screenshots
Here are some links or screenshots to help explain the problem:
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
Your Environment
Used Operating system:
Android
iOS
tvOS
Linux
OSX
Windows
Windows UWP
Operating system version/name:
Kodi version: 21 RC
inputstream.adaptive version: 21.4.3
note: Once the issue is made we require you to update it with new information should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
The text was updated successfully, but these errors were encountered: