FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.94k stars 353 forks source link

lib/video_renderer_gstreamer.c: detect close of video window. #292

Closed fduncanh closed 2 years ago

fduncanh commented 2 years ago

Added a bus to listen for a window-closing event, and a callback-loop to then stop server. "sleep(1)" is moved into callbacks for dummy and rpi video renderers. Missing "static" attribute is also added to gstreamer renderer functions.

fduncanh commented 2 years ago

Features incorporated into UxPlay: no need to modify RPiPlay