This shows you the differences between two versions of the page.
dwsc:publishing:protection [2013/04/01 17:06] ivan |
dwsc:publishing:protection [2013/04/01 17:08] (current) ivan |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Stream protection ====== | + | ====== Stream publishing protection ====== |
===== RTMP, RTSP ===== | ===== RTMP, RTSP ===== | ||
Line 58: | Line 58: | ||
</code> | </code> | ||
- | ===== Stream playback protection (RTMPE - Application.xml) ===== | ||
- | |||
- | Related URL: http://www.wowza.com/forums/content.php?51 | ||
- | |||
- | <code> | ||
- | <Property> | ||
- | <Name>secureTokenSharedSecret</Name> | ||
- | <Value>mysecret</Value> | ||
- | </Property> | ||
- | </code> | ||
- | |||
- | Secure token in flash client: | ||
- | <code> | ||
- | _connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "mysecret")); | ||
- | </code> | ||