2 questions from the last 7 days
1
vote
0
answers
33
views
How do I accurately track user viewing time of an HLS live stream in Clappr player? [closed]
We are using Clappr to play an HLS live stream.
We need to track the viewing time and only allow users to view the stream for a certain amount of minutes.
We have this "sort of" working in ...
0
votes
0
answers
33
views
Flutter video_player on iOS (AVFoundation) hls stream has very bad resolution
I am using the video_player package in Flutter to play hls streams (m3u8). I am using GCORE as a video streaming provider.
Here is the basic part of my code:
late final VideoPlayerController ...