Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kstru
Reel Rookie

[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!

0 Kudos
1 REPLY 1
kstru
Reel Rookie

Re: m3u8 files streaming in low quality

Update: The problem was solved! It was definetly a problem with the files

0 Kudos