Skip to content

Disable WebRTC playback in Ant Media Server #5219

Answered by Mohit-3196
yashtandon113 asked this question in FAQs
Discussion options

You must be logged in to vote

By default, AMS allows WebRTC playback.
To disable WebRTC playback for your Ant Media Server application, follow these steps:

  1. Navigate to the specific application settings directory. For example:
    cd /usr/local/antmedia/webapps/LiveApp/WEB-INF
  2. Open the red5-web.properties file for editing:
    `sudo vim red5-web.properties'
  3. Locate the settings.webRTCEnabled property and set it to false:
    settings.webRTCEnabled=false
  4. Save the changes and exit the editor.
  5. Restart your Ant Media Server for the changes to take effect:
    sudo service antmedia restart

After following these steps, the WebRTC playback feature will be disabled in your Ant Media Server application.

If you are using AMS in cluster mode, y…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yashtandon113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants