We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DLGPlayer can not auto select the url of the highest resolution stream when the bandwidth reaches 2048000 as the following stream url: http://cntv.hls.cdn.myqcloud.com/asp/hls/main/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/main.m3u8?maxbr=2048&minbr=400
m3u8 content:
#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=204800, RESOLUTION=320x180 /asp/hls/200/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/200.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=460800, RESOLUTION=480x270 /asp/hls/450/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/450.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=870400, RESOLUTION=640x360 /asp/hls/850/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/850.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=2048000, RESOLUTION=1280x720 /asp/hls/2000/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/2000.m3u8
The text was updated successfully, but these errors were encountered:
DeviLeo
No branches or pull requests
DLGPlayer can not auto select the url of the highest resolution stream when the bandwidth reaches 2048000 as the following stream url:
http://cntv.hls.cdn.myqcloud.com/asp/hls/main/0303000a/3/default/4ec8c6c1bdd941b0b11280769b036e8b/main.m3u8?maxbr=2048&minbr=400
m3u8 content:
The text was updated successfully, but these errors were encountered: