How to extract video stream URL from URS to play it using other video player app?

I have implemented Unity Render Streaming to live stream my Unity game. I can also access the localhost page and play the video stream preview. However, I don’t find a way to extract the URL of the video stream only.

How can I extract the URL of the video stream (HLS/DASH/etc), so I can input the video URL using other video player application such as VLC player? Thank you.

For that you need a server for HLS/DASH/etc.

How do you host the video stream from Unity Render Streaming to the server? As a comparison, using OBS live stream, you can choose service and server (e.g. Bitmovin, etc) to host the stream. But I am not sure how to do it with URS

I think the name “Unity Render Streaming” is somewhat misleading. The purpose of this asset is to stream using WebRTC, which is a P2P connection.
If you use a WebRTC-enabled streaming service such as Wowza, you can host and distribute live streaming with Wowza.

Sample of distributing to Wowza using WebRTC for Unity
https://github.com/gtk2k/Unity_WowzaStreaming_Sample