Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Releases: AxisCommunications/locomote-video-player

1.1.5

17 Feb 12:03
Compare
Choose a tag to compare

New License!

Decided to change the license from GPL to BSD 3-clause.

Dist folder is included and no longer gitignored due to problems
with npm installs ignoring the dist folder for releases.

v1.0.0

15 Dec 13:13
Compare
Choose a tag to compare

Changes:

  • MJPEG Buffer
  • Video data flow control (frameByFrame)
  • RTSP over HTTP(S) without socket policy (hap)
  • AAC audio synced with video
  • Re-written audio transmit API
  • HTTP Auth

Fixes:

  • Loads of RTSP fixes
  • Lots of general fixes

v0.5.0

03 Dec 06:46
Compare
Choose a tag to compare

Changes:

  • Support for MJPEG over HTTP (multipart/x-mixed-replace).
  • duration now available from streamStatus (if it is known).

Fixes:

  • Less resize-calculations (Solves #97)

v0.4.0

28 Nov 15:36
Compare
Choose a tag to compare

Changes:

  • RTMP client now may take an object instead to allow setting connect and streamName. See RTMP spec for more details.
  • Added destroy action to remove the locomote player.

Fixes:

  • #97 Video resize when metadata change.

v0.3.0

22 Oct 15:13
Compare
Choose a tag to compare

Changes:

  • Bumped bower version to be the same as the rest of the product (and now automatically handled).

v0.2.0

22 Oct 15:08
Compare
Choose a tag to compare

New features:

  • Supports seeking in HTTP and RTMP streams.