videojs-contrib-dash icon indicating copy to clipboard operation
videojs-contrib-dash copied to clipboard

Video.js plugin for supporting the MPEG-DASH playback through a video.js player

Results 62 videojs-contrib-dash issues
Sort by recently updated
recently updated
newest added

## Description Briefly describe the issue. Include a [reduced test case](https://css-tricks.com/reduced-test-cases/). ## Steps to reproduce Explain in detail the exact steps necessary to reproduce the issue. 1. 2. 3. ##...

## Description As mentioned in the video js MPEG dash file, I have implemented the following scenarios in my player.component.ts file. #player.component.ts:- import videojs from '../../../../assets/js/play.es.js'; import '../../../../assets/js/dash.all.min.js'; import '../../../../assets/js/videojs-dash.es.js';...

## The dependency [video.js](https://github.com/videojs/video.js) was updated from `7.5.3` to `7.5.4`. 🚨 [View failing branch](https://github.com/videojs/videojs-contrib-dash/compare/master...videojs:greenkeeper%2Fvideo.js-7.5.4). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi, can you please confirm that there is no way to use MP4Box to add a webvtt file straight into a dash file without first converting it to an MP4...

## Description "no compatible source was found for this media" error on virtual host. ## Steps to reproduce I have implemented player as the article below: https://radek350.wordpress.com/2017/10/29/dash-encrypting-and-playing-video-with-clearkey-videojs/ Video is playing...

Hi, if I try to play source with multiple language tracks in MS Edge, some unknown default audio tracks are created in the audio player list. The other tracks are...

## The devDependency [videojs-generate-karma-config](https://github.com/videojs/videojs-generate-karma-config) was updated from `5.2.0` to `5.3.0`. 🚨 [View failing branch](https://github.com/videojs/videojs-contrib-dash/compare/master...videojs:greenkeeper%2Fvideojs-generate-karma-config-5.3.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## Description I could not find a way to implement videojs with widevine DRM. When I use code given in repository just a black screen shows nothing happens

## The dependency [global](https://github.com/Raynos/global) was updated from `4.3.2` to `4.4.0`. 🚨 [View failing branch](https://github.com/videojs/videojs-contrib-dash/compare/master...videojs:greenkeeper%2Fglobal-4.4.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi everyone, I would like to add extra http header while requesting mpd source like in curl option such custom header problem is the link is mpd not hls and...