Git Product home page Git Product logo

Comments (3)

fduncanh avatar fduncanh commented on August 25, 2024

On a headless pi

without a "head", (video monitor) of course no video will show using kmssink framebuffer video on the Pi. You can only render audio. ????? what is your issue exactly?

use option -vs 0 for audio-only rendering on a headless system.

If kmssink is rendering video, with no attached monitor, it is probably going to /dev/null !

from uxplay.

fduncanh avatar fduncanh commented on August 25, 2024

If by "headless" you mean you want to use X11 forwarding to display video on a remote terminal, you need to be running X11 on the pi, so kmssink will not do this.

https://linuxconfig.org/how-to-enable-x11-forwarding-on-raspberry-pi

I suppose you could set up X11 forwarding and experiment with -vs xvimagesink or -vs ximagesink

use -vs xvimagesink

*(unfortunately ximagesink is broken on Pi for Gstreamer 1.22.0 - 1.22.9, if you need it, it needs a tiny patch to fix a missing initialization that crept in when it was upgraded to touchscreen support. Without the patch it segfaults on starting. See https://github.com/FDH2/UxPlay/wiki/patches-for-(1)-broken--videoflip-method-and-(2)-broken-ximagesink---in-GStreamer-1.22.0

from uxplay.

fduncanh avatar fduncanh commented on August 25, 2024

I tested X11 forwarding. Yes uxplay works: video on the ssh client (but the sound is not forwarded, and still comes from the Pi)

I also tested uxplay -vs xvimagesink so it doesnt need the ximagesink (which is patched on my system)

use just ssh <user@raspberrypi> -X uxplay

you need a Pi running X11 (not "lite") (perhaps it will work on lite if you install X11)

from uxplay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.