nextav/src
tigeren d94fed7e01 feat(player): add autoplay support and prioritize H.264 direct streaming
- Add autoplay prop to ArtPlayerWrapper, UnifiedVideoPlayer, and related components
- Implement autoplay logic with graceful handling of browser restrictions in ArtPlayerWrapper
- Set default autoplay to true in artplayer configuration and expose helper functions to create configs
- Enhance video and stream API to parse codec info with codec and container details
- Implement H.264 codec detection to prioritize direct streaming over transcoding
- Update video-viewer and stream route to override transcoding flag for H.264 codec videos
- Add MIME type to ArtPlayer to select appropriate player type (mpegts, webm, ogg, mp4)
- Extend video format detector to serve MPEG Transport Stream (.ts) files directly without transcoding
- Improve logging with detailed codec, container, and transcoding decision information
2025-09-20 17:00:49 +00:00
..
app feat(player): add autoplay support and prioritize H.264 direct streaming 2025-09-20 17:00:49 +00:00
components feat(player): add autoplay support and prioritize H.264 direct streaming 2025-09-20 17:00:49 +00:00
db feat: enhance video streaming and transcoding capabilities 2025-08-31 14:56:23 +00:00
lib feat(player): add autoplay support and prioritize H.264 direct streaming 2025-09-20 17:00:49 +00:00