http-streaming icon indicating copy to clipboard operation
http-streaming copied to clipboard

HLS, DASH, and future HTTP streaming protocols library for video.js

Results 168 http-streaming issues
Sort by recently updated
recently updated
newest added

See https://github.com/videojs/http-streaming/pull/736#discussion_r379157353

bug

## Description A segment that has multiple differing PMTs can cause a false positive `illegalMediaSwitch` to occur. The setup is a muxed stream where each segment contains more than one...

bug

## Description Due to a recent bug #392 it may be possible that using middleware to handle seeks does not make sense. We should investigate if switching away from middleware...

enhancement
needs: research

## Description Issues like #506 would have been caught if unit tests were run on additional browsers. This ticket is a task to fix up the tests so they can...

chore

## Description Right now we rely mostly on unit tests to catch bugs and changes in the code. I think we should have integration tests that run in all the...

enhancement
chore

## Description ## Sources I do not have a webhost I could use to the demo files I am currently using. The demo I am using with just 4 camera...

enhancement

## Description When seeking to a time just before the end of a segment, that segment will be downloaded, and playback will start. of course, once the seek to the...

bug

## Description Hi ;) i am trying to move my existing setup over to this individual setup http-streaming for DASH and HLS. My previous setup using npm was as follows...

bug

## Description Right now VHS tries to play HLS Fairplay content when it can't, like on Chrome. We should detect this and skip using the source handler.

bug

## Description In IE11/Edge with mixed DRM multiperiod content whenever the video is in the DRM period the video data is corrupted. This is still apparent even when setting up...

bug