Cannot read property 'streamInfo' of null
Created by: dburianov
Hi All I convert video to mp4. ffmpeg -i dashdemo.flv -r 25 -g 25 -codec:v libx264 -codec:a libvo_aacenc -b:v 500k dashdemo.mp4
next I convert to dash format: MP4Box -dash 4000 -profile live --out dashdemo.mpd dashdemo.mp4
I have example files: https://drive.google.com/folderview?id=0B5smZ2Z013Y3ZFBVY2hVczNKeDA&usp=sharing
I use code from example here or from https://github.com/videojs/videojs-contrib-dash and have next error: Uncaught TypeError: Cannot read property 'streamInfo' of null d @ dash.all.js:2H @ dash.all.js:7b.System.notify @ dash.all.js:1notify @ dash.all.js:4h @ dash.all.js:4j @ dash.all.js:4b.System.notify @ dash.all.js:1notify @ dash.all.js:4e @ dash.all.js:4b.System.notify @ dash.all.js:1notify @ dash.all.js:4n @ dash.all.js:8l @ dash.all.js:8n @ dash.all.js:8l @ dash.all.js:8k @ dash.all.js:8resolveManifestOnLoad @ dash.all.js:8g @ dash.all.js:4
But I can open and view this DASH video with bitdash