Open albfan opened 7 years ago
By now it can be workaround with:
$ GDK_BACKEND=x11 gstplayer
but there must be a proper fix, so I will keep this open
xid is the id for x11 so makes sense there's no such thing on Wayland.
Here are examples for same funcionality with new api:
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/tests/examples/gtk
gstsink should work with wayland (changing whatever neccesary)
Meanwhile migration to Wayland is done adding this to init scripts (see #89)
if [ -n "$DISPLAY" -a -z "$SSH_CLIENT" ]; then
xhost +si:localuser:root
fi
should work
https://github.com/albfan/miraclecast/blob/master/res/gstplayer#L171 https://github.com/albfan/miraclecast/blob/master/res/gstplayer#L184