Code Monkey home page Code Monkey logo

Comments (8)

bharadwajpro avatar bharadwajpro commented on May 22, 2024

I haven't tested it on iOS but I think it works there too. Since this web app is served over https, browser may block http streams saying it as insecure. In Google Chrome desktop, we can just allow unsafe scripts by clicking on the right of address bar. Do let me know if it works or not.

from m3u8-player.

Kenner-G avatar Kenner-G commented on May 22, 2024

No, it does not work.

Also, I am noticing for live streams it takes around 10-15 seconds to load it up. Is there any way this can be decreased? My internet is fine.

from m3u8-player.

Kenner-G avatar Kenner-G commented on May 22, 2024

I am using a Chrome extension "Play HLS M3u8" and it literally loads a stream in milliseconds.

from m3u8-player.

Kenner-G avatar Kenner-G commented on May 22, 2024

Hello?

from m3u8-player.

bharadwajpro avatar bharadwajpro commented on May 22, 2024

Hi. Thank you for your feedback. I just changed the domain name to something random 😜. I think the delay is because of https. Not sure but can you check now whether you have any speed issue? I am not noticing any delay now. If you still experience a delay, please share the m3u8 link and I will try debugging.

I will be testing it on iOS too. Right now, I don't have an iOS device lying around.

from m3u8-player.

Kenner-G avatar Kenner-G commented on May 22, 2024

I have it on my own domain as well. I mean is there any way you could make it faster by an update to the code or?

from m3u8-player.

bharadwajpro avatar bharadwajpro commented on May 22, 2024

Since iOS natively supports hls streaming. I added this part of code

else if (video.canPlayType('application/vnd.apple.mpegurl')) { video.src = 'https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8'; video.addEventListener('canplay',function() { video.play(); }); }
as given here.
Check now. I think it should work now on iOS.
Regarding speed issue, I will work on it and get back to you.

from m3u8-player.

bharadwajpro avatar bharadwajpro commented on May 22, 2024

Closing as the issue seems to be fixed.

from m3u8-player.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.