Releases: Eyevinn/warp-player
Releases · Eyevinn/warp-player
v0.5.0
Added
- Catalog format upgrade to MSF/CMSF v0
- Implemented draft-ietf-moq-msf-00 for catalog structure
- Implemented draft-ietf-moq-cmsf-00 for CMAF packaging
- Updated catalog parsing to support new format
- Navigation improvements
- External links now open in new tabs to preserve player interface
- Added proper security attributes (rel="noopener noreferrer") to all external links
Changed
- Standardized MOQ terminology throughout codebase
- Changed spelling from MoQ to MOQ in all documentation and code
- Removed "Media over QUIC" references, replaced with MOQ
- Updated "MOQ Spec" link to "MOQT Spec" for clarity
- Renamed
MoQObjectinterface toMOQObjectfor consistency
v0.4.0
Added
- Version display in UI header
- REQUESTS_BLOCKED message handling with logging and unit tests
- MAX_REQUEST_ID parameter to CLIENT_SETUP message
Changed
- Upgraded to MoQ Transport [draft-14][moqt-d14] compatibility
- Updated protocol implementation for draft-14 changes