Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/server/internal/capture
tt2468 b1ce755210
Add glib main loop to capture manager (#383)
The gstreamer documentation is not particularly amazing on whether or
not this is necessary, but it's clear that some gstreamer events will
not be delivered to their handlers without a running glib loop. This
runs one loop for all pipelines, which should be more than enough.

Disclaimer: This may conflict in demodesk/neko with the dragdrop
feature. Anyone backporting this bug fix to that repo should
investigate whether the loop created by `gtk_main()` will conflict with
this one before blindly porting.

Fixes #380
Fixes #284
2024-03-27 21:35:04 +01:00
..
gst Add glib main loop to capture manager (#383) 2024-03-27 21:35:04 +01:00
broadcast.go gst: move sample channel to AttachAppsink. 2023-01-29 20:31:00 +01:00
manager.go Add glib main loop to capture manager (#383) 2024-03-27 21:35:04 +01:00
pipelines.go update nvenc pipeline. 2023-04-01 22:59:39 +02:00
streamsink.go gst: move sample channel to AttachAppsink. 2023-01-29 20:31:00 +01:00