dd-center / obs-streamlink

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

OBS Freezing #4

Closed ibob92 closed 2 years ago

ibob92 commented 4 years ago

OBS freezing when loading up a streamnlink source

cqjjjzr commented 2 years ago

It's normal because part of Streamlink is currently running in the main thread. However, when the loading is complete, the video is fetched on a separate thread so it won't freeze forever (unless your network connection is failing)