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

Playback broken on Fedora 32 #91

Closed
romainrbr opened this issue Oct 25, 2020 · 5 comments
Closed

Playback broken on Fedora 32 #91

romainrbr opened this issue Oct 25, 2020 · 5 comments

Comments

@romainrbr
Copy link

Hello,

The playback of any file is currently broken on the latest Fedora.
To reproduce :

git clone https://github.com/MediaBrowser/emby-theater-electron.git
cd emby-theater-electron
npm install
npm start

The app itself works fine, but trying to play any file ends up with a spinning circle on top of the media's art.
Nothing is logged, appart from the app trying to access the file locally (I've tried creating the file locally, but it doesn't play either) :

emby-theater-electron on  HEAD [!] is 📦 v3.0.12 via ⬢ v12.16.3 via 🐍 v3.8.0 (romain) took 5s 
❯ npm start

> [email protected] start /tmp/emby-fix-fedo/emby-theater-electron
> electron main.js

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397
Initializing cec-client...

{
  cecExePath: 'cec-client',
  cecEmitter: EventEmitter {
    _events: [Object: null prototype] {},
    _eventsCount: 0,
    _maxListeners: undefined
  }
}
UDP Client listening on 0.0.0.0:47149
starting udp receive timer with timeout ms: 1000
cec-client exited with code 1
timer expired 0 servers received
[]
fs access result for path: Error: ENOENT: no such file or directory, access '/data/tvshow/Malcolm in the Middle/Malcolm in the Middle - 3x20 - Jury Duty.avi'

Playing a file still works in branch 3.0.11, but the GUI on top of MPV is having issues (turning black when moving the mouse, etc ..)
I've also noticed that doing the following :

git checkout 3.0.11
npm install
git checkout 3.0.12
npm install

Doesn't fix the issue, but instead of a spinning wheel on top of the media art, we get an empty player GUI :
image

The same issues happens when building an AppImage (#90) , and running it on any platform.

@romainrbr
Copy link
Author

romainrbr commented Oct 29, 2020

Some additional information :

I managed to have the app working (and playing video) by grabbing libmpv.so from a debian system, and replacing my /usr/lib64/libmpv.so.1.107.0.
The debian lib is ~25mo as opposed to 2 on Fedora32.

After that, a npm start at least works.

@finfa
Copy link

finfa commented Feb 10, 2021

I have exactly the same issue and output with Ubuntu 18.04. No matter if I install the deb or checkout or substitute the libmpv in the directory of the program. I also installed libmpv-dev.

3.0.11 works, but as soon as you mouse over, the screen turns black permanently.

@LukePulverenti
Copy link
Member

Hi, can you please try downloading the .deb again and see how that compares? Thanks.

@likecreep
Copy link

same problem on macOS

@LukePulverenti
Copy link
Member

Hi, please try our new Emby Theater Linux packages:
https://emby.media/emby-theater-linux.html

Please feel free to re-open if you're still having an issue. Thanks.

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

4 participants