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

Mirror Stream to H264 V4L2 device #26

Open
br33333 opened this issue Dec 7, 2020 · 3 comments
Open

Mirror Stream to H264 V4L2 device #26

br33333 opened this issue Dec 7, 2020 · 3 comments

Comments

@br33333
Copy link

br33333 commented Dec 7, 2020

Would like to forward the mirror stream to an application which accepts h264 streams only from V4L2 devices.

Perhaps UxPlay -> v4l2loopback via gstreamer ?

Or is gstreamer not necessary as middleman ?

Would appreciate any help and/or insight as to how either of these could be accomplished (setting up the V4L2loopback device and configuring GST to sending the stream to it or sending stream directly to a V4L2loopback device).

Thanks!

@antimof
Copy link
Owner

antimof commented Dec 7, 2020

gstreamer v4l2sink is your friend....

@Bob2345de
Copy link

Bob2345de commented Dec 7, 2020

Yes, got that. Have no clue what I am doing in this space. Haven’t understood how/where to configure uxplay/gstreamer to send the mirror stream to a device or even what the default device it sends the streams to is.
Any further help would be very much appreciated.

@fduncanh
Copy link
Contributor

fduncanh commented Aug 5, 2021

its not a current option, but you could probably easily modify the gstreamer pipeline that is created in
UxPlay/lib/video_renderer_gstreamer.c after reading the first few of the gstreamer tutorials

(There is an updated UxPlay at pr #58 )

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

No branches or pull requests

4 participants