• Hardware Platform (Jetson / GPU) Jetson Orin Nano
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version 8.6.2
I made a program following this example deepstream_python_apps/apps/deepstream-rtsp-in-rtsp-out/deepstream_test1_rtsp_in_rtsp_out.py at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub in order to read rtsp streams and output rtsp stream so my client can view it. There is a need to make a web app in which they want to include the streams but we are having trouble finding good web components that render rtsp streams directly. So we have 2 choices:
- Convert rtsp stream to webrtc format (or other suitable format) using another program
- Modify the rtsp-in rtsp-out example to output the format we need directly avoiding extra programs
I wonder which solution is easier and leads to less complexity and more perfomance.
Any recommendations, suggestions or materials that might help we solve our problem?
Obs: I altered bounding box colors and put some displays texts using nvosd and pyds (not sure if it matters but I thought I should point it out)