Preload Live streams #1516
Replies: 1 comment 2 replies
-
Hello, Currently exoplayer can reproduce rtmp and rtsp stream so you can use this library to stream to a media server in that protocols and reproduce the stream using exoplayer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of livestreams that I play in a recyclerview where the user can scroll on stream at a time like it is done in tiktok. Right now, I have implemented it using webRtc, but the problem is that there is a loading time of 2-3 seconds for each stream. I want to know if I use this library can I preload the livestreams using exoplayer? So when i play the stream it is played instantly like tiktok
Beta Was this translation helpful? Give feedback.
All reactions