With WebRTC we need to expose http_api to public.
Why there isn't any access control for http_api?
User can send HTTP to /rtc/v1/play/ - which is OK.
But... there is also /api/v1/streams/ /api/v1/clients/ accessible for everyone in internet...
We need to setup reverse-proxy between client and SRS server?
1条答案
按热度按时间f2uvfpb91#
And... everyone can publish?