dd-center / obs-streamlink

OBS source plugin to receive stream using streamlink.
GNU General Public License v3.0
255 stars 23 forks source link

支持mac #24

Closed Jade2121 closed 2 years ago

Jade2121 commented 2 years ago

大大您好,请问可以做一个mac os适配吗?

cqjjjzr commented 2 years ago

duplicate of #19 #2 #18

目前看来不太可行,现在加载FFmpeg和Python的DLL的方法比较Windows-Specific,需要先把所有的这两组组件的调用方法全部改成完全动态(dlopen/dlsym)才可能上其它平台