-
Notifications
You must be signed in to change notification settings - Fork 214
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
Window has no title #7
Comments
I've the same issue. I had a look at the code but could not find an easy solution to simply pass a title. According to this email from the gstreamer list, a possible solution is to embed the video sink into another window as explained here. But I don't have time to try this (and don't have any X-programming experience so far). @anschuetz As a work around for sharing the uxplay window from a browser you can manually set the title using |
I don't even get a window. I'm using pantheom. |
I've been able to select it by creating an XDG Desktop Entry and launching via that:
|
@thalesmaoa I found that the video window didn't show up until I ran: Other than that minor hiccup, this project works great! |
Nice @dougg3! Submitted a pull request. |
For Desktop entry in Ubuntu 20.04 you also need to enable Terminal. My entry that works perfectly
|
The gstreamer window is missing the I've implemented a horrible hack in my repo. I will make a PR but I don't expect this thing to be merged in its state. |
this is integrated in the updated UxPlay PR #58 |
@fduncanh I tried your branch but it seems that this does not fix the problem mentioned here. As far as I understood one should be able to set the name using the -n option. If I use this option it changes the server name shown on the ios device, but the window name is still empty. This happens on Debian buster with kde/plasma on X.org. |
This should really be posted as an issue at http://github.com/FDH2/UxPlay No idea why its not working for you the calling program is uxplay I made two fixes. (2) if the cmake is run with -DZOOMFIX=ON, this name is made visible to screen-sharing apps. If you dont see any name at all in the gstreamer title bar, it may be because gstreamers "autovideosink" The latest UxPlay 1.33 at http://github.com/FDH2/UxPlay try it with |
There may be an issue that zoom sees the window only the first time a window is opened. The new UxPlay |
@cgraeser |
@fduncanh: I compiled with enabled ZOOMFIX and tried running with and without setting the name with Fortunately, when switching the video sink to |
Hello :)
Since the Airplay-showing window has no Title it is impossible to share this window within a BigBlueButton-session (probably other video-conferencing-tools, too)
I'm afraid that I don't understand the sourcecode deep enough to figure out where the window is created to set an apropriate name.
It would be GREAT if you could add this.
sincerely,
Jesko
The text was updated successfully, but these errors were encountered: