Damianonymous / streamlink-plugins

88 stars 42 forks source link

Camsoda plugin can't open stream #22

Closed CosminC3 closed 2 years ago

CosminC3 commented 2 years ago

Hi,

I have the same problem as in https://github.com/Damianonymous/streamlink-plugins/issues/15 I noticed nobody commented or tried to find a fix... Clipboard02

Late edit

Question: "==" from the end of the link might have something to do with this problem?

joss39 commented 2 years ago

hello, replace the code

HLS_URL_VIDEO_EDGE = "https://{server}/{stream_name}_h264_aac_720p/index.m3u8?token={token}" for HLS_URL_VIDEO_EDGE = "https://{server}/{stream_name}_v1/index.m3u8?token={token}"

CosminC3 commented 2 years ago

It works fine now. Thank you very much.

Looks like they changed the url... If it happens again where I can find this url - so I can change it in the plugin?