Skip to content
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

.m3u8 files freezing in Android browser (Chrome, Brave) #773

Open
Fathomed opened this issue Oct 31, 2023 · 2 comments
Open

.m3u8 files freezing in Android browser (Chrome, Brave) #773

Fathomed opened this issue Oct 31, 2023 · 2 comments
Labels

Comments

@Fathomed
Copy link

Fathomed commented Oct 31, 2023

My Fluid Player setup is working well except in one particular use case:
When playing .m3u8 files on any Android browser, the picture freezes with the first few seconds while the audio keeps playing.
Video are served from Cloudflare Stream.
I've tested with other open source players with no issues (except they don't provide Vast support 😀). I'd be grateful for any help.
Here's my implementation:
<video id="hls-video" style="width: 100%; height: auto;" preload="false"> <source src="https://customer-*********cloudflarestream.com/***********/manifest/video.m3u8" type="application/x-mpegURL" /> </video>
<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script> <script async> fluidPlayer('hls-video', { layoutControls: { primaryColor: "#1d395a", // Customize the primary color preload: "false", // Default 'auto' fillToContainer: true, autoPlay: false, // Set to true if you want to auto play the video playbackRateEnabled: true, allowTheatre: false, controlBar: { autoHide: true, autoHideTimeout: 3, animated: true, posterImage: 'customer-***********.cloudflarestream.com/*************/thumbnails/thumbnail.jpg?time=6m16s', posterImageSize: 'cover' // Default contain }, }, vastOptions: { vastTimeout: 5000, // Milliseconds to wait for VAST to load adList: [ { roll: "preRoll", // preRoll, midRoll, postRoll vastTag: "https://servedby.revive-adserver.net/fc.php?script=apVideo:vast2&zoneid=17205&skipoffset=10", }, ], }, }); </script>

@mcorbelli
Copy link

mcorbelli commented Jan 24, 2024

Any update? What other opensource libraries have you used?

@sergiomcsousa
Copy link

sergiomcsousa commented Feb 28, 2024

(#770) I think this could be the same issue. I have opened an internal ticket mentioning both of these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants