You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app in flutter that reproduces online videos through streaming. The server side is NGINX. All works great on Android, however, iOS does not reproduce streams. iOS works perfect on local videos.
I'm not attaching code, since the App works as expected and better player (on Android) also... Maybe I'm missing some iOS configuration for online playback?
Please help...
The text was updated successfully, but these errors were encountered:
Hi! Just for the record, the problem with stream reproduction on iOS is a
problem with the video_player plugin on which better_player is based on.
This is not a problem on better_player itself (chewie has the same issue,
for instance).
I don't have the reference now, but it's a know fact... The only solution I
found was to change the better_player plugin for a different one NOT based
on video_player (Fijkplayer or VLC player).
Regards.
Hi! Thank you for this amazing plugin!
I have an app in flutter that reproduces online videos through streaming. The server side is NGINX. All works great on Android, however, iOS does not reproduce streams. iOS works perfect on local videos.
I'm not attaching code, since the App works as expected and better player (on Android) also... Maybe I'm missing some iOS configuration for online playback?
Please help...
The text was updated successfully, but these errors were encountered: