Coder Social home page Coder Social logo

Comments (7)

abdelaziz-mahdy avatar abdelaziz-mahdy commented on August 24, 2024

Yes, for now the web implementation doesn't allow playing hls, will try to add it in next release

from flutter_meedu_videoplayer.

AnonymHK avatar AnonymHK commented on August 24, 2024

Thank you very much for your reply. Using m3u8 on the web is a very common requirement, and I look forward to adding this feature in the next version. I will try to replace "better_video_player" with your component.

from flutter_meedu_videoplayer.

AnonymHK avatar AnonymHK commented on August 24, 2024

A suggestion, I think you should add a TikTok slide up and down playback example and put it at the top of the example, and add TikTok and other logo guides in the introduction of pub.dev. This will increase the number of developers trying to use it, because when I chat in the "better_video_player" developer group, most people enter by watching its scrolling examples But now 'better_video_player' is no longer maintained, and many issues cannot be resolved.

from flutter_meedu_videoplayer.

abdelaziz-mahdy avatar abdelaziz-mahdy commented on August 24, 2024

A suggestion, I think you should add a TikTok slide up and down playback example and put it at the top of the example, and add TikTok and other logo guides in the introduction of pub.dev. This will increase the number of developers trying to use it, because when I chat in the "better_video_player" developer group, most people enter by watching its scrolling examples But now 'better_video_player' is no longer maintained, and many issues cannot be resolved.

The list view example is the closest to it, since It caches videos, but will try to improve it to look like TikTok (no promises I only work on package in free time)

from flutter_meedu_videoplayer.

abdelaziz-mahdy avatar abdelaziz-mahdy commented on August 24, 2024

for m3u8 web support

Add to pubspec.yaml

    video_player_web_hls:
      git: https://github.com/zezo357/video_player_web_hls

Add

   <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"  type="application/javascript"></script>

in index.html above

 <script src="main.dart.js" type="application/javascript"></script>

or

 <script src="flutter.js" defer></script>

can you test and let me know? i will not publish it, until video_player_web_hls accepts my pull request

from flutter_meedu_videoplayer.

AnonymHK avatar AnonymHK commented on August 24, 2024

video_player_web_hls has accepted Pull and released a new version!

from flutter_meedu_videoplayer.

abdelaziz-mahdy avatar abdelaziz-mahdy commented on August 24, 2024

Yes will update the package readme,

The only thing changing is instead of using git in pubspec

You will use the version

from flutter_meedu_videoplayer.

Related Issues (20)

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.