Skip to content

Commit 4bed624

Browse files
authored
Update red5-web.xml
1 parent 71f4e4e commit 4bed624

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/webapp/WEB-INF/red5-web.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
<property name="appSettings" ref="app.settings" />
7676
<property name="dataStoreFactory" ref="dataStoreFactory" />
7777
<property name="streamAcceptFilter" ref="streamAcceptFilter"/>
78+
<property name="streamPlaySecurityList">
79+
<list>
80+
<ref bean="token.service"/>
81+
</list>
82+
</property>
7883
<property name="streamPublishSecurityList">
7984
<list>
8085
<ref bean="acceptOnlyStreamsInDataStore"/>

0 commit comments

Comments
 (0)