Jump to content
  • 0

Prevent Download on VOD


TC Rocket
 Share

Question

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0

Hi,

The stream security tokens are securing the streams/* folder also as you can see and change under /usr/local/antmedia/webapps/<app_name>/web.xml;

<filter>
<filter-name>TokenFilter</filter-name>
<filter-class>io.antmedia.filter.TokenFilterManager</filter-class>
<async-supported>true</async-supported>
</filter>
<filter-mapping>
<filter-name>TokenFilter</filter-name>
<url-pattern>/streams/*</url-pattern>
</filter-mapping>

 

Here is the guide for stream security: https://github.com/ant-media/Ant-Media-Server/wiki/Stream-Security-Documentation

Thanks

Link to comment
Share on other sites

 Share

×
×
  • Create New...