Releases: sul-dlss/dlss-wowza
Releases · sul-dlss/dlss-wowza
error reporting improvements
use Honeybadger to report errors for tracking and notification.
v0.4.4: add authorization for play() method
- add authorization of stacks token in "play" method (used with rtmp and flash player)
- remove authorization support for San Jose Streaming (Adobe HDS): videojs does not support Adobe HDS, and sul-embed uses videojs.
- error messages in logs improved
v0.4.4-beta: add authorization for Adobe HDS streaming
This release adds the ability to authorize Adobe HDS streams in the same way as we do it for Apple's HLS streaming and MPEG-Dash.
v0.4.3: add version badge
bump to 0.4.3 added version badge
v0.4.2
v0.4.1
improved user IP address retrieval and validation
- assume that the
x-forwarded-for
header is a comma separated list, and that the first value will be the user's actual IP address (subsequent values are machines through which the user's request was proxied). - more robust validation of user IP address
Revert CORS header
Trying to set the CORS header(s) in the Wowza plugin turned out to most likely be the wrong approach, so we're removing that.
v0.2.0
This release updates the Wowza plugin to set the correct CORS header value upon authorization of Dash requests.
authorize streaming requests by verifying stacks_token
- authorize streaming requests by verifying stacks_token
- deny streaming requests when stacks_token isn't verified
- gradle tasks added to create versioned jar