Skip to content
New issue

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

Cannot select the correct url according to the current bandwidth #11

Open
DeviLeo opened this issue Jun 9, 2017 · 0 comments
Open

Cannot select the correct url according to the current bandwidth #11

DeviLeo opened this issue Jun 9, 2017 · 0 comments
Assignees
Labels

Comments

@DeviLeo
Copy link
Owner

DeviLeo commented Jun 9, 2017

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
@DeviLeo DeviLeo added the bug label Jun 9, 2017
@DeviLeo DeviLeo self-assigned this Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant