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

Rework playlist-selectors

Open forbesjo opened this issue 7 years ago • 0 comments

Description

Playlist selectors like https://github.com/videojs/http-streaming/blob/master/src/playlist-selectors.js#L260 are somewhat difficult to follow because they rely on properties from the source handler instance (https://github.com/videojs/http-streaming/blob/master/src/videojs-http-streaming.js#L404), the code can be more straightforward and easier to follow.

forbesjo avatar Oct 05 '18 19:10 forbesjo