Alcinoe icon indicating copy to clipboard operation
Alcinoe copied to clipboard

Caching of Video-Stream

Open GitUserMarkus opened this issue 3 years ago • 4 comments

I am using ALVideoPlayer to play hls (m3u8) videos. On Android the player (exoplayer) crashes quite often when the playback speed is larger than 1 (faster than original speed). To me it seems that there is a buffering/caching issue, i.e. the player seems to run out of data in case of faster playback, for the crashes do not occur if speed is the original one. I use a fast WLAN connection and an AWS S3 bucket for the video data thus with high probability it is not an issue of bandwidth of network or server. Any idea? Many thanks in advance!

GitUserMarkus avatar Sep 13 '21 15:09 GitUserMarkus

how to use TALvideoPlayerSurface? When i use it, always stuck on splash screen

dondonondon avatar Sep 23 '21 11:09 dondonondon

Did you add the Exoplayer libraries to your project? If I remember correctly I experienced the very same problems before adding the related java libraries.

GitUserMarkus avatar Sep 25 '21 05:09 GitUserMarkus

how to use TALvideoPlayerSurface? When i use it, always stuck on splash screen

I have the same problem. I have added jar files for exoplayer manualy, but still freeze on splash screen

gonzzzales avatar Mar 28 '23 13:03 gonzzzales

if it's freeze then try to look with the monitor the log (mine is located here: C:\SDKs\android\tools\monitor.bat) but it's look like you forget one jar, try to launch the alfmxcontrols demo

Zeus64 avatar Mar 28 '23 14:03 Zeus64