videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.85k stars 7.43k forks source link

Video js mpeg dash audio only manifest not playing #5719

Closed asadmalik3 closed 5 years ago

asadmalik3 commented 5 years ago

Description

I am not able to play mpegdash audio only manifest in video js. Error in console says VIDEOJS: ERROR: TypeError: Cannot read property 'attributes' of undefined at isLowestEnabledRendition (video.js:39370) at DashPlaylistLoader. (video.js:53781) at DashPlaylistLoader.data.dispatcher (video.js:1818) at trigger (video.js:1954) at DashPlaylistLoader.EventTarget.trigger (video.js:2432) at video.js:48509 at ZoneDelegate.invokeTask (zone.js:421) at Zone.runTask (zone.js:188) at ZoneTask.invokeTask (zone.js:496) at ZoneTask.invoke (zone.js:485)

Steps to reproduce

I have prepared a sample where i have implemented both video and audio samples. I am successfully able to play video but not audio. Preview Link: https://angular-mpd-videojs.stackblitz.io Code edit link: https://stackblitz.com/edit/angular-mpd-videojs

Results

Expected

Working mpeg dash audio in video js

welcome[bot] commented 5 years ago

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

mister-ben commented 5 years ago

Unfortunately audio only DASH is not currently supported

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.