prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
684 stars 20 forks source link

Videos are not playing at all #331

Open xd003 opened 3 months ago

xd003 commented 3 months ago

This is my very first time using Jellyplayer. No video seem to be getting played with Jellyplayer. When i click on play button, it just keeps on loading infinitely. Morever, at this point, even the back button on top left doesn't work. i have directly exit the app altogether. The video playback is working perfectly fine on every other client - browser, jellyfin official android app/findroid & even on the jellyfin media player for desktop

pypp commented 3 months ago

can you include the logs from the console tab and the network tab ?

xd003 commented 3 months ago

can you include the logs from the console tab and the network tab ?

Sorry but how can i access the console and network tab within JellyPlayer ? Or do you meant that inside the browser itself ? I can do that surely

prayag17 commented 3 months ago

Ctrl + Shift + i opens devtools, Network tab should be present there

xd003 commented 3 months ago

Ctrl + Shift + i opens devtools, Network tab should be present there

Weirdly enough, that doesn't seem to open devtools for me when inside JellyPlayer. i guess maybe edge webview2 runtime is not present on my system ? But doen't jellyPlayer install them in case its not found. Is there a way to confirm the presence of weview runtime ?

pypp commented 3 months ago

Ctrl + Shift + i opens devtools, Network tab should be present there

Weirdly enough, that doesn't seem to open devtools for me when inside JellyPlayer. i guess maybe edge webview2 runtime is not present on my system ? But doen't jellyPlayer install them in case its not found. Is there a way to confirm the presence of weview runtime ?

dev tools is probably disabled in production build. you can try and build from source.

prayag17 commented 3 months ago

Right click should also bring up an option. Webview2 comes bundled with JellyPlayer and all windows systems have webview2 runtimes

xd003 commented 3 months ago

Right click should also bring up an option. Webview2 comes bundled with JellyPlayer and all windows systems have webview2 runtimes

image

i get all these options on right click but dev tools seems disabled since ctrl + shift + i doesn't launch the console

pypp commented 3 months ago

you can also try and oepn Jellyfin server console and view the server logs. search Jellyfin (View Console)

prayag17 commented 3 months ago

what version are you using @xd003?

xd003 commented 3 months ago

what version are you using @xd003?

JellyPlayer - v0.0.5-dev Jellyfin - v10.9.1

pypp commented 3 months ago

@xd003 can you open jellyfin with logs (jellyfin (view Console)) and paste the logs you get when starting to play video from JellyPlayer ?

xd003 commented 3 months ago

@xd003 can you open jellyfin with logs (jellyfin (view Console)) and paste the logs you get when starting to play video from JellyPlayer ?

I am running jellyfin as a docker container, i don't see anything in jellyfin docker logs while the video in loading infinitely in JellyPlayer

pypp commented 3 months ago

@xd003 can you open jellyfin with logs (jellyfin (view Console)) and paste the logs you get when starting to play video from JellyPlayer ?

I am running jellyfin as a docker container, i don't see anything in jellyfin docker logs while the video in loading infinitely in JellyPlayer

Can you go to the jellyfin web player and go to dashboard/logs and then paste the logs you get.

xd003 commented 3 months ago

Can you go to the jellyfin web player and go to dashboard/logs and then paste the logs you get.

Here the the relevent lines from the log, everything above it are logs reated to the media scanning itself

[2024-05-18 14:45:16.426 +05:30] [INF] [151] Emby.Server.Implementations.IO.LibraryMonitor: "Movies" ("/mnt/mergerfs/Media/Movies") will be refreshed.
[2024-05-18 14:45:58.298 +05:30] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "202.XXX.XX.XXX" request
[2024-05-18 14:46:51.639 +05:30] [INF] [141] Emby.Server.Implementations.IO.LibraryMonitor: "Movies" ("/mnt/mergerfs/Media/Movies") will be refreshed.

Here's the whole log still if you need it - https://pastebin.com/raw/Spr6h6wu

xd003 commented 3 months ago

Still facing this issue on jellyfin 10.9.4

MulverineX commented 12 hours ago

I'm getting this issue as well, https://github.com/prayag17/Blink/issues/335#issuecomment-2335126051