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

Application name with "-" gives error #6419

Open yashtandon113 opened 2 weeks ago

yashtandon113 commented 2 weeks ago

The option to create applications with - like the name 1234-test does not work from the webinterface or the rest API; we get a reply like this

{
   "success": false,
   "message": "Application name is not alphanumeric. Please provide alphanumeric characters",
   "dataId": "",
   "errorId": 0
}

But from command line, it works if i run sudo ./create_app.sh -n 1234-test-p /usr/local/antmedia

mekya commented 1 week ago

Hi @yashtandon113,

Thank you for the issue. I've added to the backlog with low priority because it does not have a big impact.

Let me know if it's coming from any customer or if you think I'm wrong by giving low priority.

Cheers Oguz