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

Start UxPlay as a Service #92

Closed
monomycelium opened this issue Jun 5, 2022 · 3 comments
Closed

Start UxPlay as a Service #92

monomycelium opened this issue Jun 5, 2022 · 3 comments

Comments

@monomycelium
Copy link

I am quite the newbie when we're at desktop environments in Linux. I envision a seamless future where I could start UxPlay remotely, preferably using a Linux service or SSH. Nothing appears on the desktop environment, PIXEL on a Raspberry Pi 4, when I run this through SSH:

uxplay -n Mycelium -nh

Instead, my Macintosh disconnects from the AirPlay server. I know this is because the command was not meant to be run remotely. This is an extract of the output:

GStreamer error: GStreamer encountered a general resource error.
Removing connection for socket 32
Destroying connection
Open connections: 1
raop_rtp_mirror->running is no longer true
Removing connection for socket 34
Destroying connection

I would appreciate it if you would render me support to start UxPlay without accessing the desktop environment.

If you wondered why I did not use the -rpi option, the streaming is laggier than without using the option.

@fduncanh
Copy link
Contributor

fduncanh commented Jun 6, 2022

see #91

ssh user@raspberrypi
export DISPLAY=:0
nohup uxplay  [options] &

https://github.com/FDH2/UxPlay/issues/#98

@monomycelium
Copy link
Author

monomycelium commented Jun 6, 2022

Thank you for that swift response. It works just like I wanted it to. Is there a way I can start UxPlay as a Linux service or start it automatically?

Edit:

Sorry for not noticing the link there.

@fduncanh
Copy link
Contributor

fduncanh commented Jun 6, 2022

See issue #59 on the new UxPlay site mentioned above

FDH2#59

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

2 participants