0
votes

so I know that you can get hololens 2 live video from https://Admin:[email protected]/api/..., I put it in VLC or opencv VideoCapture() it runs well. However, it seems that only 1 client at a time can get video this way.

If I'm understanding correctly, this is an HLS protocol with mp4 as container and H264 as codec. What is a viable way to make this video stream available to multiple clients? Should I look for writing some sort of media streaming server to transcode to RTSP? Or can i just run this transcode locally with ffmpeg?

much appreciated!