ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.22k stars 618 forks source link

Proxy Rtsp Support for H264 and H265 RTSP #3491

Open Prakash2101 opened 3 years ago

Prakash2101 commented 3 years ago

As I'm working on AI product and for that I require rtsp(mandatory). If I use direct camera rtsp then I would be consuming more bandwidth of my camera for multiple task. So it would be a great help if you add a proxy rtsp feature in your product because through proxy rtsp we are not going to consume camera bandwidth directly.

mekya commented 3 years ago

Hi @Prakash2101 ,

Thank you for the issue. I'm not sure about proxy RTSP feature. I may provide two workarounds for you

  1. What do you think about developing a kind of plugin to run your all AI? Do you need to have separate streams from the same camera for your AI product?
  2. You can use two Ant Media Servers and second Ant Media Server can use the first one as a kind of proxy rtsp.

Let me know your thoughts.