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

Screenwave: Generic plugin picks VOD playlist over simple video file #8694

Closed
ketsuban opened this issue Feb 29, 2016 · 1 comment
Closed

Screenwave: Generic plugin picks VOD playlist over simple video file #8694

ketsuban opened this issue Feb 29, 2016 · 1 comment

Comments

@ketsuban
Copy link

@ketsuban ketsuban commented Feb 29, 2016

Screenwave have recently added a VOD m3u8 playlist thing to their sources list, which the generic extractor picks over the simple mp4 video file due to it being the top entry on the list. I imagine everyone, including my processor, would be happier if the video file was preferentially chosen by default.

sources: [
    {file: 'http://' + thisObj.options.videoserver + '/vod/smil:' + playerVidId + '.smil/playlist.m3u8', 
        type: 'hls'},
    {file: 'http://' + thisObj.options.videoserver + '/vod/' + playerVidId + '_hd1.mp4',
        type: 'mp4', label:'720p HD1', "default":'true'},
    {file: 'http://' + thisObj.options.videoserver + '/vod/' + playerVidId + '_high.mp4',
        type: 'mp4', label:'360p High'},
    /* taken out to support new encoder
    {file: 'http://' + thisObj.options.videoserver + '/vod/' + playerVidId + '_med.mp4',
        type: 'mp4', label:'160p Med'},
    {file: 'http://' + thisObj.options.videoserver + '/vod/' + playerVidId + '_low.mp4',
        type: 'mp4', label:'144p Low'},
    */
]
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 29, 2016

This is already fixed in master.

@dstftw dstftw closed this Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.