Skip to content

plugins.nownews: remove plugin #5961

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

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

bastimeyer
Copy link
Member

Closes #5960

DASH stream from their API response when a non-iphone UA header is set:

$ streamlink 'https://ewcdn103.nowe.com/session/10-655d72ea6b3a6d2809abecb5e4df2/Content/DASH_VOS3/Live/channel(VOS_CH332N)/manifest.mpd?token=b59a50dc5bdd807bbdaf0ff3462611f4_1713878658'
[cli][info] Found matching plugin dash for URL https://ewcdn103.nowe.com/session/10-655d72ea6b3a6d2809abecb5e4df2/Content/DASH_VOS3/Live/channel(VOS_CH332N)/manifest.mpd?token=b59a50dc5bdd807bbdaf0ff3462611f4_1713878658
error: https://ewcdn103.nowe.com/session/10-655d72ea6b3a6d2809abecb5e4df2/Content/DASH_VOS3/Live/channel(VOS_CH332N)/manifest.mpd?token=b59a50dc5bdd807bbdaf0ff3462611f4_1713878658 is protected by DRM

HLS stream from their API response when an iphone UA header is set:

$ streamlink 'https://ewcdn102.nowe.com/session/10-19b43486e8d7148f1718cbd82404a/Content/HLS_VOS1/Live/channel(VOS_CH332N)/index.m3u8?token=63003f17653a8084acda943c4780a9e8_1713878716' best
[cli][info] Found matching plugin hls for URL https://ewcdn102.nowe.com/session/10-19b43486e8d7148f1718cbd82404a/Content/HLS_VOS1/Live/channel(VOS_CH332N)/index.m3u8?token=63003f17653a8084acda943c4780a9e8_1713878716
[cli][info] Available streams: 270p (worst), 360p, 720p, 1080p (best)
[cli][info] Opening stream: 1080p (hls-multi)
[cli][info] Starting player: /usr/bin/mpv
[utils.named_pipe][info] Creating pipe streamlinkpipe-1084724-1-6202
[utils.named_pipe][info] Creating pipe streamlinkpipe-1084724-2-7510
[stream.hls][error] Failed to create decryptor: Unable to decrypt cipher SAMPLE-AES
[stream.hls][error] Failed to create decryptor: Unable to decrypt cipher SAMPLE-AES
^CInterrupted! Exiting...
[cli][info] Closing currently open stream...

@bastimeyer bastimeyer added plugin removal drm Requested stream is protected by DRM labels Apr 23, 2024
@bastimeyer bastimeyer merged commit e8689c4 into streamlink:master Apr 23, 2024
@bastimeyer bastimeyer deleted the plugins/nownews/remove branch April 23, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
drm Requested stream is protected by DRM plugin removal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins.NOWNEWS: They had changed the API
1 participant