I've got -6, -6023, -17001 issues with no luck
Search Criteria
Package Details: parsec-bin 150_97c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/parsec-bin.git (read-only, click to copy) |
---|---|
Package Base: | parsec-bin |
Description: | Remotely connect to a gaming pc for a low latency remote computing experience |
Upstream URL: | http://parsec.app |
Keywords: | parsec remote streaming |
Licenses: | custom |
Provides: | parsec |
Submitter: | sdellysse |
Maintainer: | DXC-0 |
Last Packager: | DXC-0 |
Votes: | 54 |
Popularity: | 0.41 |
First Submitted: | 2017-08-10 02:44 (UTC) |
Last Updated: | 2025-03-27 22:29 (UTC) |
Dependencies (9)
- ffmpeg4.4
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libglvnd (libglvnd-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- openssl-1.1
- pipewire-alsa (pipewire-full-alsa-gitAUR, pipewire-alsa-gitAUR)
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR) (optional) – For hardware accelerated decoding
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »
Enelar commented on 2018-09-25 17:44 (UTC)
kachunkachunk commented on 2018-09-19 00:28 (UTC) (edited on 2018-09-22 19:55 (UTC) by kachunkachunk)
Edit: Had a redundant response that tadly and test0 already shared from 08/16 and 08/17, so here's a better comment and content. Someone more versed could suggest a better service file, though.
1) Create a systemd service file in /usr/lib/systemd/user/parsecd.service
- working content example: https://pastebin.com/raw/4MJS3nx2 (updated 09/22 with a network-online dependency).
2) Reload systemd with sudo systemctl daemon-reload
(you may need to do systemctl --user daemon-reload
as well, if you're making changes/updates).
3) Enable the newly-created user service: systemctl --user enable parsecd.service
4) Start the user service: systemctl --user start parsecd.service
5) Confirm your daemon can communicate with the parsecgaming.com interface.
ky7pxrp2 commented on 2018-08-18 01:50 (UTC) (edited on 2018-08-18 12:06 (UTC) by ky7pxrp2)
Can connect but only receiving audio--no video. i7-8550U/UHD 620 with libva-intel-driver installed. Any suggestions?
tadly commented on 2018-08-17 09:58 (UTC)
Just to make sure, if a systemd service should be added, it should be a user service (installed to /usr/lib/systemd/user/parsecd.service)
test0 commented on 2018-08-16 21:35 (UTC)
Hi, can you add a systemd support for daemon (ex : "sudo systemctl enable/start parsecd" , for "parsec app_daemon=1" command ) ? There is no GUI anymore on Linux, we have choice between CLI or Webpage on any browser, then connecting us with the parsec daemon. :)
E5ten commented on 2018-08-14 20:48 (UTC) (edited on 2018-08-14 20:49 (UTC) by E5ten)
I'm not sure I understand the problem, for me uninstalling parsec and deleting the cache of it etc. and then installing it cleanly works, and after running it and going to https://ui.parsecgaming.com it detects the running daemon. EDIT: Maybe it's possibly related to your AUR helper if you use one, if you do which one do you use?
SuperNegativeP commented on 2018-08-14 01:53 (UTC) (edited on 2018-08-14 01:54 (UTC) by SuperNegativeP)
I think I found out what that file too short error is. The file it's talking about is totally empty. I fixed it by unpacking the .deb and coping the file of the same name out of it. I think that something copied over wrong when it was installed...
Other than that it worked perfect!
erkexzcx commented on 2018-08-13 17:31 (UTC) (edited on 2018-08-13 17:31 (UTC) by erkexzcx)
/home/erikas/.parsec/parsecd-147-9.so: file too short
After fixing PKGBUILD - I ended up with this error. :) Not working or what?
wibru commented on 2018-08-13 14:01 (UTC)
with Intel GPU, the things to do to make it works with the last released version (147-9): install libva-intel-driver (HW acceleration)
in pkgbuild: change the md5sums of package to e4baa31eb9a2f5aaad28148014165626 change version from 147-6 to 147-9
amaura commented on 2018-08-10 13:55 (UTC)
Something fun I noticed while trying to build this package again this morning is the parsecd.so changes its name every update to the version of the update. An extra line to update in the PKGBUILD.
Pinned Comments
tadly commented on 2020-06-10 06:09 (UTC) (edited on 2020-06-10 06:10 (UTC) by tadly)
!!! Please do NOT flag the package out of date just because a new version has been release. !!!
Parsec self-updates and as long as the package still installs (no sha256 mismatch), there is no reason to update it in the AUR as the .deb actually is an older version.