We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f4e4e commit 4bed624Copy full SHA for 4bed624
src/main/webapp/WEB-INF/red5-web.xml
@@ -75,6 +75,11 @@
75
<property name="appSettings" ref="app.settings" />
76
<property name="dataStoreFactory" ref="dataStoreFactory" />
77
<property name="streamAcceptFilter" ref="streamAcceptFilter"/>
78
+ <property name="streamPlaySecurityList">
79
+ <list>
80
+ <ref bean="token.service"/>
81
+ </list>
82
+ </property>
83
<property name="streamPublishSecurityList">
84
<list>
85
<ref bean="acceptOnlyStreamsInDataStore"/>
0 commit comments