Closed hoschiho closed 5 months ago
Hello, yes it is a known issue, stream team is currently testing new live stream implementation and a fix is already done but not yet released.
A version 2.1.0 is currently in draft it should resolve the issue. But currently I have some issue due to kotlin 2.0.0.
If you experiment
java.lang.IllegalStateException: CompositionLocal LocalLifecycleOwner not present
It is due to lifecyle 2.8.1 dependency. To fix it you just have to exclude androidx.lifecyle
from Pillarbox-ui.
implementation(libs.pillarbox.ui){
exclude(group="androidx.lifecycle")
}
Version 2.1.0 fix this issue so I close it. Feel free to open it again if it is still not working.
Description of the problem
In the demo app (and also in our integration), the SRF 1 Live stream is not working. It's just showing "Unknown error. Tap to retry!" It seems to be some DRM issue.
Relevant stack trace or log output
Reproducibility
Always
Steps to reproduce
Library version
2
Operating system
Android 14
Code sample
No response
Is there an existing issue for this?