-
Notifications
You must be signed in to change notification settings - Fork 12
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
Crash app when download video hasn't data in manifest #57
Comments
Please explain the case when a manifest doesn't have an m3u8 URL (give an example). |
#EXTM3U Created with Broadpeak BkS350 Origin Packager(version=1.9.5)AUDIO groups#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aacl-128",NAME="Vietnamese",LANGUAGE="vi",AUTOSELECT=YES,DEFAULT=YES,CHANNELS="2" SUBTITLES groups#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="textstream",NAME="Vietnamese",LANGUAGE="vi",AUTOSELECT=YES,DEFAULT=YES,URI="player_test-textstream_vie=1000.m3u8" variants#EXT-X-STREAM-INF:BANDWIDTH=452000,CODECS="mp4a.40.2,avc1.4D4029",RESOLUTION=426x240,FRAME-RATE=30,AUDIO="audio-aacl-128",SUBTITLES="textstream",CLOSED-CAPTIONS=NONE Example a manifest of me, it isn't enough m3u8 url field in audio group |
Now my manifest formats EXT-X-VERSION version 7 |
If I get this right, the issue is that this line:
Doesn't have a URI (because it's the default, built-in audio stream). If you want, you can create a pull request, this will speed things up. |
I give you link nondrm to test |
I get 404 when I try to request this URL. Please provide a working URL. |
Vietnam VPN -> can play stream |
Or Can you also give me your region? |
@sangnhh I'm sorry it takes a long time to respond. These are crazy times. Since you can easily reproduce the issue, it would help a lot if you can open a pull request and contribute the fix. Just make sure to sign the Kaltura CLA, otherwise we can't accept the code. |
Describe the bug
A clear and concise description of what the bug is.
When check audio manifest hasn't m3u8URL then crash app
To Reproduce
Download a video has multi audio and subtitle
Manifest file hasn't m3u8URL
App is crashed
Expected behavior
Check nil with a serveral cases hasn't data
Logs and Screenshots
If applicable, add log and/or screenshots to help explain your problem.
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: