AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

Stream from experimental Niconama #34

Closed AlexAplin closed 5 years ago

AlexAplin commented 5 years ago

http://site.nicovideo.jp/nicocas/pc/ https://live.nicovideo.jp/recent?tab=nicocas

Nico is experimenting with additional live features. As part of this, the live infrastructure seems to have moved to DMC.

Page URL: https://cas.nicovideo.jp/user/[user_id]/[live_id] API root URL: https://api.cas.nicovideo.jp/v1/services/live/programs/[live_id]

General flow seems to be:

AlexAplin commented 5 years ago

The PUT request is required to keep playlist URLs active, but it doesn't ever seem to change. We need a better solution for streaming to external players rather than work with the assumption that the URLs are constant.

AlexAplin commented 5 years ago

Added basic support in https://github.com/AlexAplin/nndownload/commit/88fe817cd00ea72c61712c969b1d0efa67ff5f95. I'll continue to improve it.