kstru
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2019
01:56 PM
[SOLVED] m3u8 files streaming in low quality
Hi everyone!
I'm having a problem with the video quality when comes to reproduce a m3u8 file. For some reason the stream bitrate it's fixed to 128kbps
But when I reproduce a video segment of that m3u8, the video quality just seems like it has to be.
I'm kind of lost with about how to solve this problem.
There's a way that I can change some configuration in the code to fix this? Or maybe It is something that I have to change in the m3u8 file?
Here is a sample about how a m3u8 file that I have to use looks like...
#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:8 #EXTINF:7.553933, hls_192plus_00000.ts #EXTINF:3.753744, hls_192plus_00001.ts #EXTINF:3.753733, hls_192plus_00002.ts #EXTINF:7.507489, hls_192plus_00003.ts #EXTINF:3.753744, hls_192plus_00004.ts [...] #EXTINF:3.753733, hls_192plus_01458.ts #EXTINF:3.753744, hls_192plus_01459.ts #EXTINF:7.507489, hls_192plus_01460.ts #EXTINF:3.753733, hls_192plus_01461.ts #EXTINF:3.545200, hls_192plus_01462.ts #EXT-X-ENDLIST
I'm using SGDEX to develop the app.
Thanks by advance!
1 REPLY 1
kstru
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019
08:17 AM
Re: m3u8 files streaming in low quality
Update: The problem was solved! It was definetly a problem with the files