Precise build?

Anyone testing this under Precise?



I built it from git-- worked fine except that video playback didn’t happen. At all.



Uninstalled that and installed the deb from 7 months ago. Same deal-- menus/etc all fine, playback doesn’t happen. No errors on the console, just…


<br />
amorgan@whirlwind:~/Downloads$ pmc<br />
[0x34017d0] Processing content request in thread [127.0.0.1:32400/library/arts]<br />
Processing results from worker: 0 (context: 12000).<br />
[0x33b5cb0] Processing content request in thread [127.0.0.1:32400/channels/recentlyViewed?filter=video]<br />
Processing results from worker: 1 (context: 11002).<br />
[0x3efd3f0] Processing content request in thread [192.168.0.2:32400/library/sections/1/onDeck]<br />
[0x33b5cb0] Processing content request in thread [192.168.0.2:32400/library/sections/1/recentlyAdded?unwatched=1]<br />
[0x2f7cf90] Processing content request in thread [192.168.0.2:32400/library/sections/1/arts]<br />
Processing results from worker: 4 (context: 12000).<br />
[0x3efd3a0] Processing content request in thread [192.168.0.2:32400/library/sections/1/recentlyAdded?unwatched=1]<br />
[0x4189990] Processing content request in thread [192.168.0.2:32400/library/sections/1/arts]<br />
[0x41743a0] Processing content request in thread [192.168.0.2:32400/library/sections/1/onDeck]<br />
Processing results from worker: 7 (context: 12000).<br />
Processing results from worker: 6 (context: 11001).<br />
Processing results from worker: 5 (context: 11000).<br />
[0x4133bc0] Processing content request in thread [192.168.0.2:32400/library/sections/6/recentlyAdded?unwatched=1]<br />
[0x40915d0] Processing content request in thread [192.168.0.2:32400/library/sections/6/arts]<br />
Processing results from worker: 9 (context: 12000).<br />
[0x2d8ff10] Processing content request in thread [127.0.0.1:32400/library/arts]<br />
Processing results from worker: 10 (context: 12000).<br />
Exiting Plex Media Server queue...<br />
amorgan@whirlwind:~/Downloads$<br />



Any thoughts?

Nobody is working on this. PMC for linux is dead, unless developers step up to maintain it.



I suggest you run XBMC with the pleXBMC addon to access your PMS.

Got it working on Ubuntu 12.04 by editing the Makefile (around line 160) in xbmc/cores/dvdplayer/Codecs/



Adding the EXTRALIBS as specified here:

http://forum.xbmc.org/showthread.php?tid=41084



Might also work by doing what ZiGGiMoN mentioned in the build thread instead:


remove “–as-needed” from LDFLAGS, since it causes

undefined symbols at runtime:

/usr/lib/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so:

undefined symbol: NeAACDecOpen

unset LDFLAGS; LDFLAGS="-Wl,–hash-style=gnu"

http://vabs.archlinux-br.org/i686/community-testing/X/xbmc-10.1-9/PKGBUILD

I can get it working on a 64 bit machine, but I have two 32 bit machines and the video playback doesn’t work on those. Any ideas?