ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.72k stars 5.28k forks source link

feat: option to disable rtmp play #3985

Closed jinleileiking closed 3 months ago

jinleileiking commented 3 months ago

What is the business background? Please provide a description. Currently, the option to disable RTMP pull is not available. I want to push with RTMP and pull with HLS, but RTMP pull cannot be disabled.

Describe the solution you'd like There is a configuration setting to toggle RTMP playback on or off.

TRANS_BY_GPT4