Hardware Platform (Jetson / GPU) : Nvidia IGX Orin Holoscan Version : v2.2.0 Issue Type( questions, new requirements, bugs) : Questions
Hi there,
I have some questions about:
What operator in Holoscan supports capturing frames from RTSP?
What operator does Holoscan support to encode frames to create new RTSPs?
I use the Deepstream SDK, and it’s support for streaming pipelines is very good. But I don’t know if the Holoscan SDK can do it or not. Now, I am using Nvidia IGX Orin, and it refers to using Holoscan.
I too am interested in this question. I can use Holoscan to get a realtime viewer of my image capture, but I’d like to be able to stream this via RTSP (or really anything that works) to remote clients.
Does Holoscan have existing operators to do this? Or is it just DeepStream/GStreamer?
I’ve been attempting to do it based on google search results, but whereas the server code appears to run I cannot get any RTSP stream to show up in VLC or ffplay (even on the same computer).