Skip to content

Releases: sul-dlss/dlss-wowza

error reporting improvements

12 Sep 21:44
Compare
Choose a tag to compare

use Honeybadger to report errors for tracking and notification.

v0.4.4: add authorization for play() method

15 Aug 23:45
Compare
Choose a tag to compare
  • 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

08 Aug 21:24
Compare
Choose a tag to compare

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

27 Jul 20:58
Compare
Choose a tag to compare
bump to 0.4.3

added version badge

v0.4.2

22 Jul 00:14
Compare
Choose a tag to compare

add gradle distTar task to allow additional jars to be bundled into a single tar for puppet deployment via jenkins build artifacts.

v0.4.1

18 Jul 21:15
Compare
Choose a tag to compare

Fixes url encoding of path vs. query params for stacks token authentication

improved user IP address retrieval and validation

15 Jul 17:50
Compare
Choose a tag to compare
  • 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

12 Jul 22:07
Compare
Choose a tag to compare

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

08 Jul 18:54
Compare
Choose a tag to compare

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

24 May 22:11
Compare
Choose a tag to compare
  • authorize streaming requests by verifying stacks_token
  • deny streaming requests when stacks_token isn't verified
  • gradle tasks added to create versioned jar