TC Rocket Posted November 3, 2021 Share Posted November 3, 2021 Hi Ant, User can download video on VOD. How to prevent it like Youtube? Thanks, Link to comment Share on other sites More sharing options...
0 Tahir Posted November 4, 2021 Share Posted November 4, 2021 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 More sharing options...
Question
TC Rocket
Hi Ant,
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Nov 3
1
Nov 4
1
Top Posters For This Question
Tahir 1 post
TC Rocket 1 post
Popular Days
Nov 3 2021
1 post
Nov 4 2021
1 post
1 answer to this question
Recommended Posts