-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
srtdroid on API 19+ #30
Comments
Hi, Yes, the minimal SDK version is set to 21 for srtdroid. |
I can't upgrade my minSdk, my app is being used in countries where my users (~300 000) are still using KitKat (API 19) Thanks in advance |
Hum, not sure anymore. I truied with branch https://github.com/ThibaultBee/srtdroid/tree/feat/android-19-support but unfortunatly, it seems that libsrt itself does not build for Android < 21. (See https://github.com/ThibaultBee/srtdroid/actions/runs/3918612479/jobs/6699102675) The compile failed with issue:
I can't do anything on |
Okay thank you ! I'll do that and link this issue to their repo |
Turns out I need to recompile srt lib with a special argument for Android 19. Thanks for your help |
I can add the flag in the project. Could you make a PR about it? |
Hello,
I'm trying to use your library with minSdk 19 to do that I've cloned the repo change the minSdk of the lib to 19. Everythings works great for API 21+ but it crashs on API 19 with the following stacktrace:
with
SrtLiveStreamDataSourceFactory
being:Do you have any idea how I could fix this ?
The text was updated successfully, but these errors were encountered: