You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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
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!
The text was updated successfully, but these errors were encountered: