Does the live stream option on the VST webpage use WebRTC?

I am running Jetson Platform Service-VST and can add the camera through the web interface ( http://[JETSON-IP]:30080/vst/). I can see the live stream. Is that a live stream WebRTC stream?

  1. If not, how to get that as a WebRTC stream with metadata?
  2. If yes, how to get the same WebRTC stream with metadata on a different network (IP) and port?

I am following this, but it seems to be incomplete documentation.

Yes, it is WebRTC stream. What is the mean of the same WebRTC stream with metadata on a different network (IP) and port? Do you mean you need remote access like this: VST Config — Jetson Platform Services documentation?. Can you share more about your use case?

@kesong Thanks for your response. Yes, we are looking for remote access for the same WebRTC stream (Live Stream).

I tried to understand the same documentation that you shared, but did not get much insight about remote access WebRTC.

And with metadata means the same video stream with deepstream and analytics service running, get bounding boxes/tripwires on remote access video.