Type
Live Streaming
What is the issue you’re encountering
I am developing a live stream application in Flutter. When I get liveViewers during the live stream, it sometimes temporarily counts a larger number of viewers than the actual number of viewers. (actual viewers: 3, liveViewers: 27) Please let us know the possible causes. liveViewers: Get live viewer counts | Cloudflare Stream docs
What are the steps to reproduce the issue?
We are implementing the player screen by passing HLS (https://customer-xxx.cloudflarestream.com/xxx/manifest/video.m3u8) paid out from Cloudflare to better_player. We have implemented a retry process that makes multiple requests to the HLS when the communication environment of the device is bad. Is there a possibility that more liveViewers will be counted for multiple requests from the same device?
better_player: better_player | Flutter package