Replies: 1 comment
-
Using a video loopback device should work, however, UxPlay crashes (GStreamer error: Internal data stream error) and restarts with: -vs "v4l2sink device=/dev/video8" where I created /dev/video8 with sudo modprobe v4l2loopback |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of displaying on a Raspberry Pi 5 screen, I would like the video output of UxPlay to feed alexxit/go2rtc (running as a docker container) in order to restream an AirPlay screen mirror to multiple users.
Or maybe I don't even need go2rtc to achieve that? I'm currently using go2rtc to share streams from hdmi inputs, and would like the option to use AirPlay screen mirroring as an input.
Is the GStreamer webrtcsink all I need (and if so an example of using with UxPlay please)?
FYI go2rtc can except pipes or GStreamer but I need examples of how to set up on in both UxPlay and go2rtc.
Beta Was this translation helpful? Give feedback.
All reactions