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.16k stars 618 forks source link

Ability in Ant Media Server to select the profile when adding camera with ONVIF #6259

Open yashtandon113 opened 3 months ago

yashtandon113 commented 3 months ago

Is your feature request related to a problem? Please describe.**

If there are multiple profiles in a single ONVIF URL with different camera angles, then by default only the first profile is fetched, and there is no option to change the profile on the fly.

We would like the ability in Ant Media Server to select the profile when creating the ONVIF stream.

We are looking at implementing a video wall from our devices so if we have multiple PTZ cameras attached to our device, we can create a stream based on the profile and call PTZ operations.

Update: It turns ut that we need to change the method that returns profiles in the ONVIF Camera in Ant Media Server

mekya commented 2 months ago

Hi @yashtandon113,

There is a way to do that progmmatically. We may think of doing on the frontend.

Let's discuss in one of the daily-standup meeting

Cheers Oguz

mekya commented 2 months ago

It turns ut that we need to change the method that returns profiles in the ONVIF Camera