<@U084APK40NS> when listing egress that's streamin...
# ask-ai
r
@millions-hair-24956 when listing egress that's streaming to rtmp servers i want to display the plain stream url and stream keys
g
To list egresses streaming to RTMP servers and display the plain stream URL and stream keys, you can use the
listEgress
method from the LiveKit API. This method will provide you with details about active egresses, including their output configurations. However, the specific extraction of stream URLs and keys from the egress information is not explicitly detailed in the provided data sources. You would typically need to parse the output configuration of each egress to extract these details. Would you like more detailed guidance on how to implement this using the LiveKit API? Sources: - https://docs.livekit.io/home/egress/room-composite/ - https://docs.livekit.io/home/egress/outputs/ 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.