Replies: 1 comment 2 replies
-
Take a look at to the samples on SDK repos. Each participant in conference is a broadcast in ant media server which means you can play participants with HLS using any HLS player on mobile. Its no different than playing a stream with HLS on mobile. Once stream is broadcasting state in ant media server it means you can play it from anywhere with any protocol. For webrtc play you need to utilize SDKs but for HLS play you can use other video player libraries such as: |
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
-
We are trying to build something like tiktok or instagram video or voice rooms where users can join and leave. But we want to make use of the mobile SDKs and then stream it to HLS. We can't find a very good tutorial for that on the docs page.
Please has anyone done this before or have an idea on how to go about it?
Beta Was this translation helpful? Give feedback.
All reactions