Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop and restart server when gstreamer window is closed (missing callback is added) #263

Closed
wants to merge 7 commits into from

Commits on Aug 11, 2021

  1. step 1: add needed infrastructure, but dont change rpiplay behavior

    "sleep(1)" in the loop checking "running" after start_server(..)
    is moved to a new video renderer function
       video_renderer->funcs->listen(video_renderer)
    fduncanh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4bcb717 View commit details
    Browse the repository at this point in the history
  2. implemented video_renderer_gstreamer_listen wih callback from GstBus

    This required gstreamer feature was not implemented in antimof's
    original code.   It is needed to stop the server when the GStreamer
    window is closed.  The behavior after this event is now  to relaunch the
    AirPlay server.   (for gstreamer renderer only)
    
    As before, rpiplay itself is stopped with ctrl-C in the terminal window.
    fduncanh committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    413ea80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f00d4e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    c08e5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    3fc53b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    8b8e04f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    79e8e1d View commit details
    Browse the repository at this point in the history