Releases: AxisCommunications/locomote-video-player
Releases · AxisCommunications/locomote-video-player
1.1.5
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
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
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
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
Changes:
- Bumped bower version to be the same as the rest of the product (and now automatically handled).
v0.2.0
New features:
- Supports seeking in HTTP and RTMP streams.