Open rudrasharma2 opened 1 year ago
Brother can you help me out i am unable to play the m3u8 streaming links provided by zoro it was playing on my mobile but not on my laptop, ive tried using hls.js, videojs, shaka player, none works can you help me out please
If you are using flutter for mobile app then i would recommend flickPlayer as its the only one that worked with m8u3 link that i know of. also check if it is supported on windows last time i checked it wasnt. Here is a exmple setup for it: https://github.com/humamchoudhary/Vwatch/blob/main/Frontend/vwatch/lib/page/video.dart
the error you have quoted means that the URL has no data. However, this error can also be due to the player not supporting the m8u3 file format. And for me all the extensions work but I mostly use gogoanime or 9Anime
FijkPlayer supports m3u8 for flutter. https://github.com/Dovakiin0/animeworldz-flutter/blob/master/lib/Screens/watch.dart
Brother can you help me out i am unable to play the m3u8 streaming links provided by zoro it was playing on my mobile but not on my laptop, ive tried using hls.js, videojs, shaka player, none works can you help me out please
if you want to play on web browser then use video.js or hls.js and for some reason zoro does not supports the any web video player. The only one that works with web is the flixhq use they also have animes so it isnt a problem. Note if you are using flutter to make the web or desktop app there is any video player supported for it the last time i checked so you will have to make a work around or i would suggest using nextjs or reactjs for it.
Describe the bug
All the provider except zoro are not working with flutter
Steps to reproduce
These are parts of code of a project
Expected behavior
This code should play videos from most of the providers as their implementation are same.
Actual behavior
The video player is playing videos with zoro provider but any other provider are throwing error:
PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, , null)
Additional context
This is full project