Jellyfin Forum
Subtitle format - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Subtitle format (/t-subtitle-format--7098)

Pages: 1 2 3 4


RE: Subtitle format - Armentis - 2024-07-23

Code:
LISTEN 0      512          0.0.0.0:8096        0.0.0.0:*    users:(("jellyfin",pid=1095,fd=470))



RE: Subtitle format - TheDreadPirate - 2024-07-23

How did you install Jellyfin? Did you use more than one install method? You can try killing that PID, but it damage the database it is using.


RE: Subtitle format - Armentis - 2024-07-23

I follow the jellyfin guide for Federo with RPM fusion : https://jellyfin.org/docs/general/installation/linux

I upgrade for 10.9.7 when rpm version was available.

What's wrong with this PID ? A bad usage of "sudo" ?


RE: Subtitle format - TheDreadPirate - 2024-07-23

Since this is a RPM install, what is the output of

Code:
sudo systemctl status jellyfin



RE: Subtitle format - Armentis - 2024-07-23

Quote:jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: disabled)
    Drop-In: /usr/lib/systemd/system/service.d
            └─10-timeout-abort.conf
            /etc/systemd/system/jellyfin.service.d
            └─override.conf
    Active: active (running) since Tue 2024-07-23 17:21:50 CEST; 1h 34min ago
  Main PID: 1095 (jellyfin)
      Tasks: 26 (limit: 9352)
    Memory: 4.1G (peak: 9.7G)
        CPU: 1h 49min 58.946s
    CGroup: /system.slice/jellyfin.service
            └─1095 /usr/lib64/jellyfin/jellyfin --webdir=/usr/share/jellyfin-web

juil. 23 18:26:50 fedora jellyfin[1095]: [18:26:50] [INF] [89] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, >
juil. 23 18:26:50 fedora jellyfin[1095]: [18:26:50] [INF] [89] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: ffmpeg -analyzeduration 200M -probesize 1G -ss 00:03:54.000 -noaccurate_see>
juil. 23 18:30:48 fedora jellyfin[1095]: [18:30:48] [INF] [72] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 closed
juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for /var/lib/jellyfin/transcodes/f534e7>
juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
juil. 23 18:32:08 fedora jellyfin[1095]: [18:32:08] [INF] [82] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) /var/lib/jellyfin/transcodes/f534e754ab2798>
juil. 23 18:32:10 fedora jellyfin[1095]: [18:32:10] [INF] [82] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.9.7 playing Enemy. Stopped at 5>
juil. 23 18:49:42 fedora jellyfin[1095]: [18:49:42] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 closed
juil. 23 18:49:43 fedora jellyfin[1095]: [18:49:43] [INF] [59] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 request
juil. 23 18:54:17 fedora jellyfin[1095]: [18:54:17] [INF] [67] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.254 request
lines 1-24/24 (END)



RE: Subtitle format - TheDreadPirate - 2024-07-23

The logs that you shared earlier, what directory did you find those in? And how were you trying to start jellyfin?

The jellyfin service should be writing logs to /var/log/jellyfin.


RE: Subtitle format - Armentis - 2024-07-23

Juste get the log with terminal "jellyfin log". Jellyfin start at linux startup.


RE: Subtitle format - TheDreadPirate - 2024-07-23

Go to /var/log/jellyfin and find the latest log from there and share that via pastebin. The log you shared before is not the right one.


RE: Subtitle format - Armentis - 2024-07-23

https://pastebin.com/RFLLfwtc


RE: Subtitle format - Armentis - 2024-07-23

I can make a fresh install, not a problem for me, not a lot of database build.

I need to learn what I failed