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

Basic Video support #333

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

essboyer
Copy link

@essboyer essboyer commented Dec 11, 2024

Basic Video Support

This PR provides a working POC (proof-of-concept) demonstrating native video playback capabilities inside Linux Show Player. In the final phase it will provide a basic implementation of video support which should be good enough for many shows (and which should ultimately address issue #3).

In the POC Phase (Phase I) LSP uses the WaylandSink for full-sized video playback on the main display. The video can be set to play in fullscreen. In Phase II a choice of video sinks may be presented to suit the environment.

Code changes are entirely within the gst_backend plugin.

This is my first contribution to the project (and my first time contributing to a python project) and I hope it will spark some interest in further development in LSP as a capable rival to the likes of QLab.

What's working

  • add a video cue (right-click context menu)
  • add a video cue (drag & drop)
  • video playback on main display only
  • fullscreen playback on main display
  • seek/pause/etc
  • audio playback
  • audio pipeline (db meters, etc)
  • video duration

TODO

  • video playback on external monitor/projector
  • more robust video sink selection
  • hide mouse during playback
  • fade video opacity
  • adjust other video parameters (brightness, contrast, etc)
  • image transform (keystone)
  • video playback in a window (audition)
  • video thumbnail

@essboyer essboyer marked this pull request as ready for review December 11, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant