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

[Issue]: Playback ends prematurely when transcoding #6957

Closed
1 task done
elrondvega opened this issue Dec 7, 2021 · 52 comments
Closed
1 task done

[Issue]: Playback ends prematurely when transcoding #6957

elrondvega opened this issue Dec 7, 2021 · 52 comments
Labels
bug Something isn't working

Comments

@elrondvega
Copy link

Please describe your bug

It appears the TranscodingJobHelper is deleting the stream files before playback completes causing playback to stop.

TranscodingJobHelper reports that ffmpeg transcoding completed then 52 seconds later deletes the stream file while its still being played.

Jellyfin Version

Other

if other:

10.8.0

Environment

- OS: Docker
- Virtualization: Docker
- Clients: Fire TV Stick 2nd Edition and Fire TV Stick 4k
- Browser:
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration: Synology DS918+
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[2021-12-07 19:53:16.023 +00:00] [INF] [26] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-ss 01:58:06.918 -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -autorotate 0 -i file:\"/media/movies/brandon/Akira (1988)/Akira (1988).mkv\" -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_vaapi -force_key_frames \"expr:gte(t,n_forced*5)\" -vf \"format=nv12|vaapi,hwupload,scale_vaapi=format=nv12,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709\" -copyts -avoid_negative_ts disabled -start_at_zero -b:v 10169848 -maxrate 10169848 -bufsize 20339696 -profile:v:0 high -level 41 -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 448000 -y \"/config/transcodes/c102e83449896fc8767988451d248844.mkv\""
[2021-12-07 19:53:18.057 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/videos/58f563c9-7e8f-f529-4bc9-c88cb483cc17/stream.mkv?DeviceId=07752e1983ab0bb136dfb0b8d005c5f3461e5966&MediaSourceId=58f563c97e8ff5294bc9c88cb483cc17&VideoCodec=h264&AudioCodec=ac3,aac,mp3&AudioStreamIndex=1&VideoBitrate=99552000&AudioBitrate=448000&MaxWidth=1920&MaxHeight=1080&StartTimeTicks=70869180000&PlaySessionId=55caaab8dcb140198151050f4e70bedb&api_key=b898a9d8fd9f4890b949e7d43c8d2d7b&SubtitleMethod=Encode&CopyTimestamps=true&RequireAvc=false&Tag=d9a752ae1a42485e58940bb4d36f96cd&h264-profile=high,main,baseline,constrainedbaseline&h264-level=41&h264-maxrefframes=4&ac3-audiochannels=6&aac-audiochannels=6&mp3-audiochannels=6&TranscodeReasons=AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false&allowAudioStreamCopy=false" to "192.168.1.231" in 0:00:02.201195 with Status Code 200
[2021-12-07 19:53:21.541 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0356455 with Status Code 204
[2021-12-07 19:53:54.175 +00:00] [WRN] [45] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6708177 with Status Code 204
[2021-12-07 19:54:45.114 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5882717 with Status Code 204
[2021-12-07 19:54:51.059 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5243163 with Status Code 204
[2021-12-07 19:55:36.665 +00:00] [WRN] [60] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0808336 with Status Code 204
[2021-12-07 19:55:45.357 +00:00] [WRN] [60] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.7624837 with Status Code 204
[2021-12-07 19:55:49.054 +00:00] [WRN] [59] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.4051792 with Status Code 204
[2021-12-07 19:55:51.287 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6921639 with Status Code 204
[2021-12-07 19:55:53.002 +00:00] [INF] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2021-12-07 19:55:54.363 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.7585603 with Status Code 204
[2021-12-07 19:56:09.146 +00:00] [WRN] [60] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5398809 with Status Code 204
[2021-12-07 19:56:18.124 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.519576 with Status Code 204
[2021-12-07 19:56:24.540 +00:00] [WRN] [59] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.9259992 with Status Code 204
[2021-12-07 19:56:33.196 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.580371 with Status Code 204
[2021-12-07 19:56:36.118 +00:00] [WRN] [34] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5045837 with Status Code 204
[2021-12-07 19:56:39.462 +00:00] [WRN] [59] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8479877 with Status Code 204
[2021-12-07 19:56:45.820 +00:00] [INF] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/config/transcodes/c102e83449896fc8767988451d248844.mkv"
[2021-12-07 19:56:47.347 +00:00] [INF] [60] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Android TV" "0.12.3" playing "Akira". Stopped at "0" ms
[2021-12-07 19:56:47.498 +00:00] [WRN] [60] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Stopped" to "192.168.1.231" in 0:00:01.6946293 with Status Code 204

FFmpeg logs

/videos/58f563c9-7e8f-f529-4bc9-c88cb483cc17/stream.mkv

{"Protocol":0,"Id":"58f563c97e8ff5294bc9c88cb483cc17","Path":"/media/movies/brandon/Akira (1988)/Akira (1988).mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":5695012352,"Name":"Akira (1988)","IsRemote":false,"ETag":"d9a752ae1a42485e58940bb4d36f96cd","RunTimeTicks":74665312256,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1001/24000","Title":null,"VideoRange":"SDR","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"DisplayTitle":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":6101909,"BitDepth":null,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":120,"IsAnamorphic":null},{"Codec":"vorbis","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Surround 5.1","VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"DisplayTitle":"Surround 5.1 - Eng - VORBIS - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":448000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"vorbis","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Stereo","VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"DisplayTitle":"Stereo - Eng - VORBIS","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"stereo","BitRate":192000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"vorbis","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Surround 5.1","VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"DisplayTitle":"Surround 5.1 - Jpn - VORBIS","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":448000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","DisplayTitle":"Eng - Default - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","DisplayTitle":"Eng - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":7189909,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -ss 01:58:06.918 -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -autorotate 0 -i file:"/media/movies/brandon/Akira (1988)/Akira (1988).mkv" -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_vaapi -force_key_frames "expr:gte(t,n_forced*5)" -vf "format=nv12|vaapi,hwupload,scale_vaapi=format=nv12,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709" -copyts -avoid_negative_ts disabled -start_at_zero -b:v 10169848 -maxrate 10169848 -bufsize 20339696 -profile:v:0 high -level 41 -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 448000 -y "/config/transcodes/c102e83449896fc8767988451d248844.mkv"


ffmpeg version 4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-libfontconfig --enable-fontconfig --enable-gmp --enable-gnutls --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --arch=amd64 --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-vdpau --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
[matroska,webm @ 0x5559cf752240] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x5559cf752240] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, matroska,webm, from 'file:/media/movies/brandon/Akira (1988)/Akira (1988).mkv':
  Metadata:
    title           : Akira
    ENCODER         : Lavf58.20.100
  Duration: 02:04:26.53, start: 0.000000, bitrate: 6101 kb/s
    Chapter #0:0: start 0.000000, end 183.308125
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 183.308125, end 417.667250
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 417.667250, end 730.730000
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 730.730000, end 1012.886875
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1012.886875, end 1424.339583
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 1424.339583, end 1929.510917
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 1929.510917, end 2293.249292
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 2293.249292, end 2704.702000
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 2704.702000, end 3195.483958
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 3195.483958, end 3435.849083
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 3435.849083, end 3751.205792
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 3751.205792, end 4115.402958
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 4115.402958, end 4469.465000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 4469.465000, end 4890.468917
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 4890.468917, end 5156.484667
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 5156.484667, end 5764.508750
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 5764.508750, end 6113.899458
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 6113.899458, end 6560.679125
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 6560.679125, end 6965.959000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 6965.959000, end 7104.013583
    Metadata:
      title           : Chapter 20
    Chapter #0:20: start 7104.013583, end 7466.500708
    Metadata:
      title           : Chapter 21
    Stream #0:0(eng): Video: hevc (Main), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc
    Metadata:
      BPS-eng         : 21280010
      DURATION-eng    : 02:04:26.500708333
      NUMBER_OF_FRAMES-eng: 179017
      NUMBER_OF_BYTES-eng: 19860899442
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      ENCODER         : Lavc58.35.100 libx265
      DURATION        : 02:04:26.504000000
    Stream #0:1(eng): Audio: vorbis, 48000 Hz, 5.1, fltp (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 448000
      DURATION-eng    : 02:04:26.528000000
      NUMBER_OF_FRAMES-eng: 233329
      NUMBER_OF_BYTES-eng: 418125568
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      ENCODER         : Lavc58.35.100 libvorbis
      DURATION        : 02:04:26.531000000
    Stream #0:2(eng): Audio: vorbis, 48000 Hz, stereo, fltp
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 02:04:26.528000000
      NUMBER_OF_FRAMES-eng: 233329
      NUMBER_OF_BYTES-eng: 179196672
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      ENCODER         : Lavc58.35.100 libvorbis
      DURATION        : 02:04:26.531000000
    Stream #0:3(jpn): Audio: vorbis, 48000 Hz, 5.1, fltp
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 448000
      DURATION-eng    : 02:04:25.472000000
      NUMBER_OF_FRAMES-eng: 233296
      NUMBER_OF_BYTES-eng: 418066432
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      ENCODER         : Lavc58.35.100 libvorbis
      DURATION        : 02:04:25.475000000
    Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (default)
    Metadata:
      BPS-eng         : 28953
      DURATION-eng    : 01:59:01.905604166
      NUMBER_OF_FRAMES-eng: 2525
      NUMBER_OF_BYTES-eng: 25847940
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      DURATION        : 02:00:42.217000000
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 557
      DURATION-eng    : 01:44:50.471687500
      NUMBER_OF_FRAMES-eng: 48
      NUMBER_OF_BYTES-eng: 438527
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.7 linux(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-12-23 20:19:09
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      DURATION        : 01:46:30.783000000
Stream mapping:
  Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_vaapi))
  Stream #0:1 -> #0:1 (vorbis (native) -> ac3 (native))
Press [q] to stop, [?] for help
Output #0, matroska, to '/config/transcodes/c102e83449896fc8767988451d248844.mkv':
  Metadata:
    encoder         : Lavf58.45.100
    Stream #0:0: Video: h264 (h264_vaapi) (High) (H264 / 0x34363248), vaapi_vld, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 10169 kb/s, 23.98 fps, 1k tbn, 23.98 tbc
    Metadata:
      encoder         : Lavc58.91.100 h264_vaapi
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1, fltp, 448 kb/s (default)
    Metadata:
      encoder         : Lavc58.91.100 ac3
frame=   13 fps=0.0 q=-0.0 size=       1kB time=01:58:07.61 bitrate=   0.0kbits/s speed=1.3e+04x    
frame=   40 fps= 38 q=-0.0 size=       1kB time=01:58:08.76 bitrate=   0.0kbits/s speed=6.78e+03x    
frame=   70 fps= 45 q=-0.0 size=       1kB time=01:58:10.01 bitrate=   0.0kbits/s speed=4.55e+03x    
frame=  100 fps= 48 q=-0.0 size=    5120kB time=01:58:11.26 bitrate=   5.9kbits/s speed=3.41e+03x    
frame=  130 fps= 50 q=-0.0 size=    6400kB time=01:58:12.51 bitrate=   7.4kbits/s speed=2.72e+03x    
frame=  160 fps= 51 q=-0.0 size=    6400kB time=01:58:13.76 bitrate=   7.4kbits/s speed=2.27e+03x    
frame=  190 fps= 52 q=-0.0 size=    6400kB time=01:58:15.04 bitrate=   7.4kbits/s speed=1.95e+03x    
frame=  220 fps= 53 q=-0.0 size=   11520kB time=01:58:16.25 bitrate=  13.3kbits/s speed=1.7e+03x    
frame=  247 fps= 53 q=-0.0 size=   13056kB time=01:58:17.40 bitrate=  15.1kbits/s speed=1.52e+03x    
frame=  277 fps= 53 q=-0.0 size=   13056kB time=01:58:18.65 bitrate=  15.1kbits/s speed=1.36e+03x    
frame=  307 fps= 54 q=-0.0 size=   13056kB time=01:58:19.90 bitrate=  15.1kbits/s speed=1.24e+03x    
frame=  337 fps= 54 q=-0.0 size=   18176kB time=01:58:21.15 bitrate=  21.0kbits/s speed=1.14e+03x    
frame=  367 fps= 54 q=-0.0 size=   19712kB time=01:58:22.40 bitrate=  22.7kbits/s speed=1.05e+03x    
frame=  397 fps= 55 q=-0.0 size=   19712kB time=01:58:23.64 bitrate=  22.7kbits/s speed= 976x    
frame=  427 fps= 55 q=-0.0 size=   19712kB time=01:58:24.89 bitrate=  22.7kbits/s speed= 911x    
frame=  454 fps= 54 q=-0.0 size=   24832kB time=01:58:26.04 bitrate=  28.6kbits/s speed= 852x    
frame=  481 fps= 54 q=-0.0 size=   26368kB time=01:58:27.13 bitrate=  30.4kbits/s speed= 803x    
frame=  511 fps= 55 q=-0.0 size=   26368kB time=01:58:28.41 bitrate=  30.4kbits/s speed= 760x    
frame=  541 fps= 55 q=-0.0 size=   26368kB time=01:58:29.66 bitrate=  30.4kbits/s speed= 720x    
frame=  571 fps= 55 q=-0.0 size=   26368kB time=01:58:30.91 bitrate=  30.4kbits/s speed= 685x    
frame=  600 fps= 55 q=-0.0 size=   31488kB time=01:58:32.09 bitrate=  36.3kbits/s speed= 652x    
frame=  628 fps= 55 q=-0.0 size=   32768kB time=01:58:33.31 bitrate=  37.7kbits/s speed= 624x    
frame=  658 fps= 55 q=-0.0 size=   32768kB time=01:58:34.52 bitrate=  37.7kbits/s speed= 597x    
frame=  688 fps= 55 q=-0.0 size=   32768kB time=01:58:35.77 bitrate=  37.7kbits/s speed= 572x    
frame=  718 fps= 55 q=-0.0 size=   37888kB time=01:58:37.02 bitrate=  43.6kbits/s speed= 548x    
frame=  750 fps= 56 q=-0.0 size=   38912kB time=01:58:38.40 bitrate=  44.8kbits/s speed= 528x    
frame=  778 fps= 56 q=-0.0 size=   38912kB time=01:58:39.52 bitrate=  44.8kbits/s speed= 508x    
frame=  808 fps= 56 q=-0.0 size=   38912kB time=01:58:40.80 bitrate=  44.8kbits/s speed= 490x    
frame=  835 fps= 56 q=-0.0 size=   44288kB time=01:58:41.92 bitrate=  50.9kbits/s speed= 473x    
frame=  865 fps= 56 q=-0.0 size=   45312kB time=01:58:43.16 bitrate=  52.1kbits/s speed= 457x    
frame=  895 fps= 56 q=-0.0 size=   45312kB time=01:58:44.41 bitrate=  52.1kbits/s speed= 442x    
frame=  925 fps= 56 q=-0.0 size=   45312kB time=01:58:45.66 bitrate=  52.1kbits/s speed= 428x    
frame=  955 fps= 56 q=-0.0 size=   50432kB time=01:58:46.91 bitrate=  58.0kbits/s speed= 415x    
frame=  982 fps= 56 q=-0.0 size=   51968kB time=01:58:48.03 bitrate=  59.7kbits/s speed= 403x    
frame= 1012 fps= 56 q=-0.0 size=   51968kB time=01:58:49.31 bitrate=  59.7kbits/s speed= 392x    
frame= 1042 fps= 56 q=-0.0 size=   51968kB time=01:58:50.56 bitrate=  59.7kbits/s speed= 381x    
frame= 1069 fps= 56 q=-0.0 size=   57088kB time=01:58:51.68 bitrate=  65.6kbits/s speed= 371x    
frame= 1101 fps= 56 q=-0.0 size=   58624kB time=01:58:53.02 bitrate=  67.3kbits/s speed= 361x    
frame= 1131 fps= 56 q=-0.0 size=   58624kB time=01:58:54.27 bitrate=  67.3kbits/s speed= 352x    
frame= 1161 fps= 56 q=-0.0 size=   58624kB time=01:58:55.52 bitrate=  67.3kbits/s speed= 343x    
frame= 1191 fps= 56 q=-0.0 size=   63744kB time=01:58:56.76 bitrate=  73.2kbits/s speed= 335x    
frame= 1224 fps= 56 q=-0.0 size=   64768kB time=01:58:58.14 bitrate=  74.3kbits/s speed= 326x    
frame= 1249 fps= 56 q=-0.0 size=   64768kB time=01:58:59.16 bitrate=  74.3kbits/s speed= 319x    
frame= 1275 fps= 56 q=-0.0 size=   64768kB time=01:59:00.25 bitrate=  74.3kbits/s speed= 312x    
frame= 1299 fps= 55 q=-0.0 size=   69888kB time=01:59:01.24 bitrate=  80.2kbits/s speed= 305x    
frame= 1326 fps= 55 q=-0.0 size=   71424kB time=01:59:02.36 bitrate=  81.9kbits/s speed= 298x    
frame= 1353 fps= 55 q=-0.0 size=   71424kB time=01:59:03.52 bitrate=  81.9kbits/s speed= 292x    
frame= 1383 fps= 55 q=-0.0 size=   71424kB time=01:59:04.76 bitrate=  81.9kbits/s speed= 285x    
frame= 1411 fps= 55 q=-0.0 size=   71424kB time=01:59:05.95 bitrate=  81.9kbits/s speed= 280x    
frame= 1439 fps= 55 q=-0.0 size=   76544kB time=01:59:07.10 bitrate=  87.7kbits/s speed= 274x    
frame= 1470 fps= 55 q=-0.0 size=   78080kB time=01:59:08.41 bitrate=  89.5kbits/s speed= 269x    
frame= 1500 fps= 55 q=-0.0 size=   78080kB time=01:59:09.66 bitrate=  89.5kbits/s speed= 264x    
frame= 1530 fps= 55 q=-0.0 size=   83456kB time=01:59:10.91 bitrate=  95.6kbits/s speed= 259x    
frame= 1558 fps= 55 q=-0.0 size=   83456kB time=01:59:12.09 bitrate=  95.6kbits/s speed= 255x    
frame= 1587 fps= 55 q=-0.0 size=   84992kB time=01:59:13.28 bitrate=  97.3kbits/s speed= 250x    
frame= 1617 fps= 55 q=-0.0 size=   84992kB time=01:59:14.56 bitrate=  97.3kbits/s speed= 245x    
frame= 1644 fps= 55 q=-0.0 size=   84992kB time=01:59:15.64 bitrate=  97.3kbits/s speed= 241x    
frame= 1668 fps= 55 q=-0.0 size=   90112kB time=01:59:16.67 bitrate= 103.1kbits/s speed= 237x    
frame= 1698 fps= 55 q=-0.0 size=   91904kB time=01:59:17.92 bitrate= 105.2kbits/s speed= 233x    
frame= 1728 fps= 55 q=-0.0 size=   91904kB time=01:59:19.13 bitrate= 105.2kbits/s speed= 229x    
frame= 1755 fps= 55 q=-0.0 size=   91904kB time=01:59:20.28 bitrate= 105.1kbits/s speed= 226x    
frame= 1785 fps= 55 q=-0.0 size=   97024kB time=01:59:21.53 bitrate= 111.0kbits/s speed= 222x    
frame= 1812 fps= 55 q=-0.0 size=   98304kB time=01:59:22.68 bitrate= 112.4kbits/s speed= 219x    
frame= 1842 fps= 55 q=-0.0 size=   98304kB time=01:59:23.90 bitrate= 112.4kbits/s speed= 215x    
frame= 1872 fps= 55 q=-0.0 size=   98304kB time=01:59:25.18 bitrate= 112.4kbits/s speed= 212x    
frame= 1902 fps= 55 q=-0.0 size=  103680kB time=01:59:26.43 bitrate= 118.5kbits/s speed= 209x    
frame= 1932 fps= 55 q=-0.0 size=  104960kB time=01:59:27.68 bitrate= 120.0kbits/s speed= 206x    
frame= 1962 fps= 56 q=-0.0 size=  104960kB time=01:59:28.92 bitrate= 119.9kbits/s speed= 203x    
frame= 1992 fps= 56 q=-0.0 size=  104960kB time=01:59:30.17 bitrate= 119.9kbits/s speed= 200x    
frame= 2022 fps= 56 q=-0.0 size=  110080kB time=01:59:31.42 bitrate= 125.7kbits/s speed= 197x    
frame= 2048 fps= 55 q=-0.0 size=  111104kB time=01:59:32.51 bitrate= 126.9kbits/s speed= 194x    
frame= 2077 fps= 56 q=-0.0 size=  111104kB time=01:59:33.72 bitrate= 126.9kbits/s speed= 192x    
frame= 2105 fps= 55 q=-0.0 size=  111104kB time=01:59:34.91 bitrate= 126.9kbits/s speed= 189x    
frame= 2135 fps= 55 q=-0.0 size=  116224kB time=01:59:36.12 bitrate= 132.7kbits/s speed= 186x    
frame= 2165 fps= 56 q=-0.0 size=  117760kB time=01:59:37.40 bitrate= 134.4kbits/s speed= 184x    
frame= 2195 fps= 56 q=-0.0 size=  117760kB time=01:59:38.65 bitrate= 134.4kbits/s speed= 182x    
frame= 2225 fps= 56 q=-0.0 size=  117760kB time=01:59:39.87 bitrate= 134.4kbits/s speed= 179x    
frame= 2255 fps= 56 q=-0.0 size=  117760kB time=01:59:41.15 bitrate= 134.3kbits/s speed= 177x    
frame= 2285 fps= 56 q=-0.0 size=  123904kB time=01:59:42.40 bitrate= 141.3kbits/s speed= 175x    
frame= 2315 fps= 56 q=-0.0 size=  123904kB time=01:59:43.64 bitrate= 141.3kbits/s speed= 173x    
frame= 2347 fps= 56 q=-0.0 size=  123904kB time=01:59:44.99 bitrate= 141.3kbits/s speed= 171x    
frame= 2375 fps= 56 q=-0.0 size=  129280kB time=01:59:46.14 bitrate= 147.4kbits/s speed= 169x    
frame= 2405 fps= 56 q=-0.0 size=  130304kB time=01:59:47.39 bitrate= 148.5kbits/s speed= 167x    
frame= 2435 fps= 56 q=-0.0 size=  130304kB time=01:59:48.67 bitrate= 148.5kbits/s speed= 165x    
frame= 2465 fps= 56 q=-0.0 size=  130304kB time=01:59:49.88 bitrate= 148.5kbits/s speed= 163x    
frame= 2495 fps= 56 q=-0.0 size=  130304kB time=01:59:51.16 bitrate= 148.4kbits/s speed= 161x    
frame= 2522 fps= 56 q=-0.0 size=  135936kB time=01:59:52.28 bitrate= 154.8kbits/s speed= 159x    
frame= 2552 fps= 56 q=-0.0 size=  135936kB time=01:59:53.53 bitrate= 154.8kbits/s speed= 157x    
frame= 2582 fps= 56 q=-0.0 size=  135936kB time=01:59:54.78 bitrate= 154.8kbits/s speed= 155x    
frame= 2609 fps= 56 q=-0.0 size=  141056kB time=01:59:55.90 bitrate= 160.6kbits/s speed= 154x    
frame= 2639 fps= 56 q=-0.0 size=  142848kB time=01:59:57.18 bitrate= 162.6kbits/s speed= 152x    
frame= 2670 fps= 56 q=-0.0 size=  142848kB time=01:59:58.46 bitrate= 162.6kbits/s speed= 150x    
frame= 2699 fps= 56 q=-0.0 size=  142848kB time=01:59:59.68 bitrate= 162.5kbits/s speed= 149x    
frame= 2730 fps= 56 q=-0.0 size=  142848kB time=02:00:00.96 bitrate= 162.5kbits/s speed= 147x    
frame= 2758 fps= 56 q=-0.0 size=  147968kB time=02:00:02.11 bitrate= 168.3kbits/s speed= 146x    
frame= 2789 fps= 56 q=-0.0 size=  149248kB time=02:00:03.42 bitrate= 169.7kbits/s speed= 144x    
frame= 2819 fps= 56 q=-0.0 size=  149248kB time=02:00:04.67 bitrate= 169.7kbits/s speed= 143x    
frame= 2849 fps= 56 q=-0.0 size=  149248kB time=02:00:05.92 bitrate= 169.7kbits/s speed= 141x    
frame= 2876 fps= 56 q=-0.0 size=  154368kB time=02:00:07.04 bitrate= 175.5kbits/s speed= 140x    
frame= 2903 fps= 56 q=-0.0 size=  155904kB time=02:00:08.16 bitrate= 177.2kbits/s speed= 139x    
frame= 2930 fps= 56 q=-0.0 size=  155904kB time=02:00:09.31 bitrate= 177.2kbits/s speed= 137x    
frame= 2960 fps= 56 q=-0.0 size=  155904kB time=02:00:10.56 bitrate= 177.1kbits/s speed= 136x    
frame= 2990 fps= 56 q=-0.0 size=  161024kB time=02:00:11.80 bitrate= 182.9kbits/s speed= 135x    
frame= 3017 fps= 56 q=-0.0 size=  162048kB time=02:00:12.92 bitrate= 184.0kbits/s speed= 133x    
frame= 3047 fps= 56 q=-0.0 size=  162048kB time=02:00:14.17 bitrate= 184.0kbits/s speed= 132x    
frame= 3077 fps= 56 q=-0.0 size=  162048kB time=02:00:15.42 bitrate= 184.0kbits/s speed= 131x    
frame= 3107 fps= 56 q=-0.0 size=  167168kB time=02:00:16.70 bitrate= 189.8kbits/s speed= 130x    
frame= 3136 fps= 56 q=-0.0 size=  168704kB time=02:00:17.88 bitrate= 191.5kbits/s speed= 128x    
frame= 3163 fps= 56 q=-0.0 size=  168704kB time=02:00:19.00 bitrate= 191.4kbits/s speed= 127x    
frame= 3187 fps= 56 q=-0.0 size=  168704kB time=02:00:20.03 bitrate= 191.4kbits/s speed= 126x    
frame= 3214 fps= 56 q=-0.0 size=  173824kB time=02:00:21.12 bitrate= 197.2kbits/s speed= 125x    
frame= 3241 fps= 56 q=-0.0 size=  175360kB time=02:00:22.27 bitrate= 198.9kbits/s speed= 124x    
frame= 3268 fps= 56 q=-0.0 size=  175360kB time=02:00:23.39 bitrate= 198.9kbits/s speed= 123x    
frame= 3295 fps= 56 q=-0.0 size=  175360kB time=02:00:24.51 bitrate= 198.8kbits/s speed= 122x    
frame= 3322 fps= 56 q=-0.0 size=  175360kB time=02:00:25.66 bitrate= 198.8kbits/s speed= 121x    
frame= 3349 fps= 56 q=-0.0 size=  180480kB time=02:00:26.75 bitrate= 204.6kbits/s speed= 120x    
frame= 3379 fps= 56 q=-0.0 size=  181504kB time=02:00:28.03 bitrate= 205.7kbits/s speed= 119x    
frame= 3409 fps= 56 q=-0.0 size=  181504kB time=02:00:29.28 bitrate= 205.7kbits/s speed= 118x    
frame= 3439 fps= 56 q=-0.0 size=  181504kB time=02:00:30.52 bitrate= 205.6kbits/s speed= 117x    
frame= 3469 fps= 56 q=-0.0 size=  186624kB time=02:00:31.77 bitrate= 211.4kbits/s speed= 116x    
frame= 3496 fps= 56 q=-0.0 size=  188160kB time=02:00:32.89 bitrate= 213.1kbits/s speed= 115x    
frame= 3523 fps= 56 q=-0.0 size=  188160kB time=02:00:34.04 bitrate= 213.1kbits/s speed= 114x    
frame= 3556 fps= 56 q=-0.0 size=  188160kB time=02:00:35.39 bitrate= 213.0kbits/s speed= 113x    
frame= 3586 fps= 56 q=-0.0 size=  193280kB time=02:00:36.67 bitrate= 218.8kbits/s speed= 112x    
frame= 3616 fps= 56 q=-0.0 size=  194048kB time=02:00:37.92 bitrate= 219.6kbits/s speed= 111x    
frame= 3646 fps= 56 q=-0.0 size=  194048kB time=02:00:39.16 bitrate= 219.6kbits/s speed= 110x    
frame= 3673 fps= 56 q=-0.0 size=  194048kB time=02:00:40.28 bitrate= 219.6kbits/s speed= 110x    
frame= 3700 fps= 56 q=-0.0 size=  199168kB time=02:00:41.44 bitrate= 225.3kbits/s speed= 109x    
frame= 3730 fps= 56 q=-0.0 size=  201216kB time=02:00:42.65 bitrate= 227.6kbits/s speed= 108x    
frame= 3760 fps= 56 q=-0.0 size=  201216kB time=02:00:43.90 bitrate= 227.6kbits/s speed= 107x    
frame= 3787 fps= 56 q=-0.0 size=  201216kB time=02:00:45.02 bitrate= 227.5kbits/s speed= 106x    
frame= 3814 fps= 56 q=-0.0 size=  206336kB time=02:00:46.17 bitrate= 233.3kbits/s speed= 106x    
frame= 3844 fps= 56 q=-0.0 size=  207872kB time=02:00:47.42 bitrate= 235.0kbits/s speed= 105x    
frame= 3874 fps= 56 q=-0.0 size=  207872kB time=02:00:48.67 bitrate= 234.9kbits/s speed= 104x    
frame= 3904 fps= 56 q=-0.0 size=  207872kB time=02:00:49.92 bitrate= 234.9kbits/s speed= 103x    
frame= 3936 fps= 56 q=-0.0 size=  207872kB time=02:00:51.26 bitrate= 234.8kbits/s speed= 103x    
frame= 3965 fps= 56 q=-0.0 size=  213248kB time=02:00:52.44 bitrate= 240.9kbits/s speed= 102x    
frame= 3994 fps= 56 q=-0.0 size=  213248kB time=02:00:53.69 bitrate= 240.8kbits/s speed= 101x    
frame= 4027 fps= 56 q=-0.0 size=  213248kB time=02:00:55.00 bitrate= 240.8kbits/s speed= 100x    
frame= 4057 fps= 56 q=-0.0 size=  218368kB time=02:00:56.28 bitrate= 246.5kbits/s speed=99.8x    
frame= 4086 fps= 56 q=-0.0 size=  220160kB time=02:00:57.50 bitrate= 248.5kbits/s speed=99.1x    
frame= 4114 fps= 56 q=-0.0 size=  220160kB time=02:00:58.65 bitrate= 248.5kbits/s speed=98.4x    
frame= 4143 fps= 56 q=-0.0 size=  220160kB time=02:00:59.90 bitrate= 248.4kbits/s speed=97.8x    
frame= 4170 fps= 56 q=-0.0 size=  225280kB time=02:01:00.99 bitrate= 254.2kbits/s speed=97.1x    
frame= 4203 fps= 56 q=-0.0 size=  226560kB time=02:01:02.36 bitrate= 255.6kbits/s speed=96.4x    
frame= 4234 fps= 56 q=-0.0 size=  226560kB time=02:01:03.68 bitrate= 255.5kbits/s speed=95.8x    
frame= 4266 fps= 56 q=-0.0 size=  226560kB time=02:01:04.99 bitrate= 255.5kbits/s speed=95.1x    
frame= 4296 fps= 56 q=-0.0 size=  231680kB time=02:01:06.27 bitrate= 261.2kbits/s speed=94.5x    
frame= 4329 fps= 56 q=-0.0 size=  233728kB time=02:01:07.64 bitrate= 263.5kbits/s speed=93.9x    
frame= 4362 fps= 56 q=-0.0 size=  233728kB time=02:01:09.02 bitrate= 263.4kbits/s speed=93.3x    
frame= 4395 fps= 56 q=-0.0 size=  233728kB time=02:01:10.40 bitrate= 263.4kbits/s speed=92.7x    
frame= 4427 fps= 56 q=-0.0 size=  238848kB time=02:01:11.74 bitrate= 269.1kbits/s speed=92.1x    
frame= 4455 fps= 56 q=-0.0 size=  239360kB time=02:01:12.89 bitrate= 269.6kbits/s speed=91.5x    
frame= 4488 fps= 56 q=-0.0 size=  239360kB time=02:01:14.27 bitrate= 269.6kbits/s speed=90.9x    
frame= 4521 fps= 56 q=-0.0 size=  239360kB time=02:01:15.64 bitrate= 269.5kbits/s speed=90.3x    
frame= 4554 fps= 56 q=-0.0 size=  244480kB time=02:01:17.02 bitrate= 275.2kbits/s speed=89.8x    
frame= 4587 fps= 56 q=-0.0 size=  245760kB time=02:01:18.40 bitrate= 276.6kbits/s speed=89.2x    
frame= 4620 fps= 56 q=-0.0 size=  245760kB time=02:01:19.80 bitrate= 276.6kbits/s speed=88.7x    
frame= 4653 fps= 56 q=-0.0 size=  250880kB time=02:01:21.18 bitrate= 282.3kbits/s speed=88.1x    
frame= 4686 fps= 56 q=-0.0 size=  252416kB time=02:01:22.56 bitrate= 283.9kbits/s speed=87.6x    
frame= 4717 fps= 56 q=-0.0 size=  252416kB time=02:01:23.84 bitrate= 283.9kbits/s speed=  87x    
frame= 4746 fps= 56 q=-0.0 size=  252416kB time=02:01:25.02 bitrate= 283.8kbits/s speed=86.5x    
frame= 4776 fps= 56 q=-0.0 size=  257792kB time=02:01:26.27 bitrate= 289.8kbits/s speed=  86x    
frame= 4809 fps= 56 q=-0.0 size=  260096kB time=02:01:27.68 bitrate= 292.4kbits/s speed=85.5x    
frame= 4842 fps= 56 q=-0.0 size=  260096kB time=02:01:29.05 bitrate= 292.3kbits/s speed=  85x    
frame= 4875 fps= 56 q=-0.0 size=  260096kB time=02:01:30.43 bitrate= 292.3kbits/s speed=84.5x    
frame= 4905 fps= 56 q=-0.0 size=  265216kB time=02:01:31.68 bitrate= 298.0kbits/s speed=  84x    
frame= 4938 fps= 57 q=-0.0 size=  266752kB time=02:01:33.05 bitrate= 299.6kbits/s speed=83.5x    
frame= 4971 fps= 57 q=-0.0 size=  266752kB time=02:01:34.43 bitrate= 299.6kbits/s speed=  83x    
frame= 5004 fps= 57 q=-0.0 size=  266752kB time=02:01:35.80 bitrate= 299.5kbits/s speed=82.5x    
frame= 5031 fps= 57 q=-0.0 size=  271872kB time=02:01:36.92 bitrate= 305.2kbits/s speed=82.1x    
frame= 5063 fps= 57 q=-0.0 size=  273152kB time=02:01:38.24 bitrate= 306.6kbits/s speed=81.6x    
frame= 5093 fps= 57 q=-0.0 size=  273152kB time=02:01:39.52 bitrate= 306.5kbits/s speed=81.2x    
frame= 5126 fps= 57 q=-0.0 size=  273152kB time=02:01:40.86 bitrate= 306.5kbits/s speed=80.7x    
frame= 5159 fps= 57 q=-0.0 size=  279808kB time=02:01:42.24 bitrate= 313.9kbits/s speed=80.2x    
frame= 5191 fps= 57 q=-0.0 size=  279808kB time=02:01:43.58 bitrate= 313.8kbits/s speed=79.8x    
frame= 5222 fps= 57 q=-0.0 size=  279808kB time=02:01:44.86 bitrate= 313.8kbits/s speed=79.4x    
frame= 5253 fps= 57 q=-0.0 size=  279808kB time=02:01:46.20 bitrate= 313.7kbits/s speed=  79x    
frame= 5282 fps= 57 q=-0.0 size=  286208kB time=02:01:47.39 bitrate= 320.9kbits/s speed=78.5x    
frame= 5315 fps= 57 q=-0.0 size=  286208kB time=02:01:48.73 bitrate= 320.8kbits/s speed=78.1x    
frame= 5348 fps= 57 q=-0.0 size=  286208kB time=02:01:50.11 bitrate= 320.7kbits/s speed=77.7x    
frame= 5378 fps= 57 q=-0.0 size=  291328kB time=02:01:51.36 bitrate= 326.4kbits/s speed=77.3x    
frame= 5411 fps= 57 q=-0.0 size=  292608kB time=02:01:52.73 bitrate= 327.8kbits/s speed=76.9x    
frame= 5441 fps= 57 q=-0.0 size=  292608kB time=02:01:53.98 bitrate= 327.7kbits/s speed=76.5x    
frame= 5474 fps= 57 q=-0.0 size=  292608kB time=02:01:55.36 bitrate= 327.7kbits/s speed=76.1x    
frame= 5507 fps= 57 q=-0.0 size=  297728kB time=02:01:56.73 bitrate= 333.3kbits/s speed=75.6x    
frame= 5537 fps= 57 q=-0.0 size=  299264kB time=02:01:58.01 bitrate= 335.0kbits/s speed=75.3x    
frame= 5567 fps= 57 q=-0.0 size=  299264kB time=02:01:59.26 bitrate= 334.9kbits/s speed=74.9x    
frame= 5597 fps= 57 q=-0.0 size=  299264kB time=02:02:00.51 bitrate= 334.9kbits/s speed=74.5x    
frame= 5627 fps= 57 q=-0.0 size=  304640kB time=02:02:01.76 bitrate= 340.8kbits/s speed=74.1x    
frame= 5657 fps= 57 q=-0.0 size=  305920kB time=02:02:03.00 bitrate= 342.2kbits/s speed=73.8x    
frame= 5690 fps= 57 q=-0.0 size=  305920kB time=02:02:04.38 bitrate= 342.2kbits/s speed=73.4x    
frame= 5723 fps= 57 q=-0.0 size=  305920kB time=02:02:05.76 bitrate= 342.1kbits/s speed=  73x    
frame= 5754 fps= 57 q=-0.0 size=  311040kB time=02:02:07.10 bitrate= 347.8kbits/s speed=72.7x    
frame= 5786 fps= 57 q=-0.0 size=  312320kB time=02:02:08.41 bitrate= 349.1kbits/s speed=72.3x    
frame= 5819 fps= 57 q=-0.0 size=  312320kB time=02:02:09.76 bitrate= 349.1kbits/s speed=71.9x    
frame= 5852 fps= 57 q=-0.0 size=  312320kB time=02:02:11.13 bitrate= 349.0kbits/s speed=71.6x    
frame= 5882 fps= 57 q=-0.0 size=  318208kB time=02:02:12.38 bitrate= 355.5kbits/s speed=71.2x    
frame= 5915 fps= 57 q=-0.0 size=  318208kB time=02:02:13.79 bitrate= 355.4kbits/s speed=70.9x    
frame= 5948 fps= 57 q=-0.0 size=  318208kB time=02:02:15.13 bitrate= 355.4kbits/s speed=70.6x    
frame= 5981 fps= 57 q=-0.0 size=  323328kB time=02:02:16.54 bitrate= 361.0kbits/s speed=70.2x    
frame= 6013 fps= 57 q=-0.0 size=  324864kB time=02:02:17.88 bitrate= 362.7kbits/s speed=69.9x    
frame= 6044 fps= 57 q=-0.0 size=  324864kB time=02:02:19.16 bitrate= 362.6kbits/s speed=69.5x    
frame= 6077 fps= 57 q=-0.0 size=  324864kB time=02:02:20.54 bitrate= 362.5kbits/s speed=69.2x    
frame= 6107 fps= 57 q=-0.0 size=  329984kB time=02:02:21.79 bitrate= 368.2kbits/s speed=68.9x    
frame= 6139 fps= 57 q=-0.0 size=  331008kB time=02:02:23.13 bitrate= 369.3kbits/s speed=68.6x    
frame= 6169 fps= 57 q=-0.0 size=  331008kB time=02:02:24.38 bitrate= 369.2kbits/s speed=68.2x    
frame= 6202 fps= 57 q=-0.0 size=  331008kB time=02:02:25.79 bitrate= 369.1kbits/s speed=67.9x    
frame= 6232 fps= 57 q=-0.0 size=  336128kB time=02:02:27.00 bitrate= 374.8kbits/s speed=67.6x    
frame= 6259 fps= 57 q=-0.0 size=  337920kB time=02:02:28.16 bitrate= 376.7kbits/s speed=67.3x    
frame= 6289 fps= 57 q=-0.0 size=  337920kB time=02:02:29.40 bitrate= 376.7kbits/s speed=  67x    
frame= 6316 fps= 57 q=-0.0 size=  337920kB time=02:02:30.52 bitrate= 376.6kbits/s speed=66.7x    
frame= 6347 fps= 57 q=-0.0 size=  343040kB time=02:02:31.80 bitrate= 382.2kbits/s speed=66.4x    
frame= 6376 fps= 57 q=-0.0 size=  344576kB time=02:02:33.02 bitrate= 383.9kbits/s speed=66.1x    
frame= 6407 fps= 57 q=-0.0 size=  344576kB time=02:02:34.30 bitrate= 383.8kbits/s speed=65.8x    
frame= 6439 fps= 57 q=-0.0 size=  344576kB time=02:02:35.64 bitrate= 383.8kbits/s speed=65.5x    
frame= 6472 fps= 57 q=-0.0 size=  349696kB time=02:02:37.02 bitrate= 389.4kbits/s speed=65.2x    
frame= 6502 fps= 57 q=-0.0 size=  349952kB time=02:02:38.27 bitrate= 389.6kbits/s speed=64.9x    
frame= 6532 fps= 57 q=-0.0 size=  349952kB time=02:02:39.52 bitrate= 389.5kbits/s speed=64.7x    
frame= 6562 fps= 57 q=-0.0 size=  355072kB time=02:02:40.80 bitrate= 395.2kbits/s speed=64.4x    
frame= 6594 fps= 57 q=-0.0 size=  355072kB time=02:02:42.08 bitrate= 395.1kbits/s speed=64.1x    
frame= 6625 fps= 57 q=-0.0 size=  357376kB time=02:02:43.42 bitrate= 397.6kbits/s speed=63.8x    
frame= 6657 fps= 57 q=-0.0 size=  357376kB time=02:02:44.73 bitrate= 397.5kbits/s speed=63.6x    
frame= 6685 fps= 57 q=-0.0 size=  357376kB time=02:02:45.92 bitrate= 397.5kbits/s speed=63.3x    
frame= 6712 fps= 57 q=-0.0 size=  362496kB time=02:02:47.04 bitrate= 403.1kbits/s speed=  63x    
frame= 6742 fps= 57 q=-0.0 size=  364032kB time=02:02:48.28 bitrate= 404.7kbits/s speed=62.7x    
frame= 6772 fps= 57 q=-0.0 size=  364032kB time=02:02:49.53 bitrate= 404.7kbits/s speed=62.5x    
frame= 6805 fps= 57 q=-0.0 size=  364032kB time=02:02:50.91 bitrate= 404.6kbits/s speed=62.2x    
frame= 6832 fps= 57 q=-0.0 size=  369152kB time=02:02:52.03 bitrate= 410.2kbits/s speed=61.9x    
frame= 6862 fps= 57 q=-0.0 size=  370432kB time=02:02:53.28 bitrate= 411.6kbits/s speed=61.7x    
frame= 6889 fps= 57 q=-0.0 size=  370432kB time=02:02:54.40 bitrate= 411.5kbits/s speed=61.4x    
frame= 6922 fps= 57 q=-0.0 size=  370432kB time=02:02:55.80 bitrate= 411.4kbits/s speed=61.2x    
frame= 6954 fps= 57 q=-0.0 size=  375552kB time=02:02:57.12 bitrate= 417.0kbits/s speed=60.9x    
frame= 6985 fps= 57 q=-0.0 size=  376832kB time=02:02:58.43 bitrate= 418.4kbits/s speed=60.7x    
frame= 7018 fps= 57 q=-0.0 size=  376832kB time=02:02:59.80 bitrate= 418.3kbits/s speed=60.4x    
frame= 7051 fps= 57 q=-0.0 size=  381952kB time=02:03:01.18 bitrate= 423.9kbits/s speed=60.2x    
frame= 7083 fps= 57 q=-0.0 size=  383488kB time=02:03:02.49 bitrate= 425.5kbits/s speed=59.9x    
frame= 7116 fps= 58 q=-0.0 size=  383488kB time=02:03:03.87 bitrate= 425.5kbits/s speed=59.7x    
frame= 7146 fps= 57 q=-0.0 size=  383488kB time=02:03:05.15 bitrate= 425.4kbits/s speed=59.4x    
frame= 7176 fps= 57 q=-0.0 size=  388608kB time=02:03:06.36 bitrate= 431.0kbits/s speed=59.2x    
frame= 7209 fps= 58 q=-0.0 size=  389632kB time=02:03:07.74 bitrate= 432.0kbits/s speed=58.9x    
frame= 7242 fps= 58 q=-0.0 size=  389632kB time=02:03:09.15 bitrate= 432.0kbits/s speed=58.7x    
frame= 7275 fps= 58 q=-0.0 size=  389632kB time=02:03:10.52 bitrate= 431.9kbits/s speed=58.5x    
frame= 7305 fps= 58 q=-0.0 size=  395008kB time=02:03:11.74 bitrate= 437.8kbits/s speed=58.3x    
frame= 7338 fps= 58 q=-0.0 size=  396544kB time=02:03:13.15 bitrate= 439.4kbits/s speed=  58x    
frame= 7371 fps= 58 q=-0.0 size=  396544kB time=02:03:14.49 bitrate= 439.3kbits/s speed=57.8x    
frame= 7401 fps= 58 q=-0.0 size=  396544kB time=02:03:15.74 bitrate= 439.2kbits/s speed=57.6x    
frame= 7429 fps= 58 q=-0.0 size=  401920kB time=02:03:16.92 bitrate= 445.1kbits/s speed=57.4x    
frame= 7458 fps= 58 q=-0.0 size=  402944kB time=02:03:18.14 bitrate= 446.2kbits/s speed=57.1x    
frame= 7488 fps= 58 q=-0.0 size=  402944kB time=02:03:19.39 bitrate= 446.1kbits/s speed=56.9x    
frame= 7521 fps= 58 q=-0.0 size=  402944kB time=02:03:20.76 bitrate= 446.0kbits/s speed=56.7x    
frame= 7551 fps= 58 q=-0.0 size=  408064kB time=02:03:22.01 bitrate= 451.6kbits/s speed=56.5x    
frame= 7581 fps= 58 q=-0.0 size=  409344kB time=02:03:23.29 bitrate= 453.0kbits/s speed=56.3x    
frame= 7611 fps= 58 q=-0.0 size=  409344kB time=02:03:24.51 bitrate= 452.9kbits/s speed=56.1x    
frame= 7641 fps= 58 q=-0.0 size=  409344kB time=02:03:25.79 bitrate= 452.8kbits/s speed=55.9x    
frame= 7671 fps= 58 q=-0.0 size=  414464kB time=02:03:27.00 bitrate= 458.4kbits/s speed=55.7x    
frame= 7698 fps= 58 q=-0.0 size=  415744kB time=02:03:28.16 bitrate= 459.7kbits/s speed=55.5x    
frame= 7731 fps= 58 q=-0.0 size=  415744kB time=02:03:29.53 bitrate= 459.6kbits/s speed=55.3x    
frame= 7764 fps= 58 q=-0.0 size=  415744kB time=02:03:30.91 bitrate= 459.6kbits/s speed=55.1x    
frame= 7793 fps= 58 q=-0.0 size=  421120kB time=02:03:32.12 bitrate= 465.4kbits/s speed=54.9x    
frame= 7824 fps= 58 q=-0.0 size=  422656kB time=02:03:33.40 bitrate= 467.0kbits/s speed=54.7x    
frame= 7854 fps= 58 q=-0.0 size=  422656kB time=02:03:34.68 bitrate= 467.0kbits/s speed=54.5x    
frame= 7887 fps= 58 q=-0.0 size=  422656kB time=02:03:36.03 bitrate= 466.9kbits/s speed=54.3x    
frame= 7919 fps= 58 q=-0.0 size=  428800kB time=02:03:37.34 bitrate= 473.6kbits/s speed=54.1x    
frame= 7950 fps= 58 q=-0.0 size=  428800kB time=02:03:38.68 bitrate= 473.5kbits/s speed=53.9x    
frame= 7983 fps= 58 q=-0.0 size=  428800kB time=02:03:40.03 bitrate= 473.4kbits/s speed=53.7x    
frame= 8016 fps= 58 q=-0.0 size=  428800kB time=02:03:41.40 bitrate= 473.3kbits/s speed=53.5x    
frame= 8048 fps= 58 q=-0.0 size=  434688kB time=02:03:42.75 bitrate= 479.7kbits/s speed=53.3x    
frame= 8078 fps= 58 q=-0.0 size=  434688kB time=02:03:44.00 bitrate= 479.7kbits/s speed=53.1x    
frame= 8105 fps= 58 q=-0.0 size=  434688kB time=02:03:45.15 bitrate= 479.6kbits/s speed=52.9x    
frame= 8135 fps= 58 q=-0.0 size=  439808kB time=02:03:46.40 bitrate= 485.1kbits/s speed=52.7x    
frame= 8165 fps= 58 q=-0.0 size=  441856kB time=02:03:47.64 bitrate= 487.3kbits/s speed=52.5x    
frame= 8195 fps= 58 q=-0.0 size=  441856kB time=02:03:48.89 bitrate= 487.2kbits/s speed=52.4x    
frame= 8228 fps= 58 q=-0.0 size=  441856kB time=02:03:50.27 bitrate= 487.2kbits/s speed=52.2x    
frame= 8259 fps= 58 q=-0.0 size=  447232kB time=02:03:51.58 bitrate= 493.0kbits/s speed=  52x    
frame= 8291 fps= 58 q=-0.0 size=  448512kB time=02:03:52.89 bitrate= 494.3kbits/s speed=51.8x    
frame= 8324 fps= 58 q=-0.0 size=  448512kB time=02:03:54.27 bitrate= 494.2kbits/s speed=51.6x    
frame= 8354 fps= 58 q=-0.0 size=  448512kB time=02:03:55.52 bitrate= 494.1kbits/s speed=51.5x    
frame= 8381 fps= 58 q=-0.0 size=  453632kB time=02:03:56.64 bitrate= 499.7kbits/s speed=51.3x    
frame= 8414 fps= 58 q=-0.0 size=  454912kB time=02:03:57.98 bitrate= 501.0kbits/s speed=51.1x    
frame= 8447 fps= 58 q=-0.0 size=  454912kB time=02:03:59.39 bitrate= 500.9kbits/s speed=  51x    
frame= 8480 fps= 58 q=-0.0 size=  454912kB time=02:04:00.76 bitrate= 500.8kbits/s speed=50.8x    
frame= 8510 fps= 58 q=-0.0 size=  460288kB time=02:04:02.01 bitrate= 506.7kbits/s speed=50.6x    
frame= 8543 fps= 58 q=-0.0 size=  461568kB time=02:04:03.42 bitrate= 508.0kbits/s speed=50.4x    
frame= 8576 fps= 58 q=-0.0 size=  461568kB time=02:04:04.80 bitrate= 507.9kbits/s speed=50.3x    
frame= 8606 fps= 58 q=-0.0 size=  461568kB time=02:04:06.01 bitrate= 507.8kbits/s speed=50.1x    
frame= 8636 fps= 58 q=-0.0 size=  467968kB time=02:04:07.29 bitrate= 514.8kbits/s speed=  50x    
frame= 8669 fps= 58 q=-0.0 size=  467968kB time=02:04:08.67 bitrate= 514.7kbits/s speed=49.8x    
frame= 8702 fps= 58 q=-0.0 size=  467968kB time=02:04:10.04 bitrate= 514.6kbits/s speed=49.6x    
frame= 8729 fps= 58 q=-0.0 size=  473088kB time=02:04:11.16 bitrate= 520.1kbits/s speed=49.5x    
frame= 8759 fps= 58 q=-0.0 size=  474624kB time=02:04:12.41 bitrate= 521.7kbits/s speed=49.3x    
frame= 8789 fps= 58 q=-0.0 size=  474624kB time=02:04:13.63 bitrate= 521.6kbits/s speed=49.1x    
frame= 8816 fps= 58 q=-0.0 size=  474624kB time=02:04:14.81 bitrate= 521.6kbits/s speed=  49x    
frame= 8846 fps= 58 q=-0.0 size=  474624kB time=02:04:16.00 bitrate= 521.5kbits/s speed=48.8x    
frame= 8872 fps= 58 q=-0.0 size=  479744kB time=02:04:17.12 bitrate= 527.0kbits/s speed=48.7x    
frame= 8906 fps= 58 q=-0.0 size=  480256kB time=02:04:18.56 bitrate= 527.5kbits/s speed=48.5x    
frame= 8939 fps= 58 q=-0.0 size=  480256kB time=02:04:19.90 bitrate= 527.4kbits/s speed=48.4x    
frame= 8975 fps= 58 q=-0.0 size=  480256kB time=02:04:21.40 bitrate= 527.3kbits/s speed=48.2x    
frame= 9005 fps= 58 q=-0.0 size=  485632kB time=02:04:22.68 bitrate= 533.1kbits/s speed=48.1x    
frame= 9041 fps= 58 q=-0.0 size=  485632kB time=02:04:24.19 bitrate= 533.0kbits/s speed=47.9x    
frame= 9077 fps= 58 q=-0.0 size=  485632kB time=02:04:25.66 bitrate= 532.9kbits/s speed=47.8x    
frame= 9100 fps= 58 q=-0.0 Lsize=  491606kB time=02:04:26.56 bitrate= 539.4kbits/s speed=47.7x    
video:470687kB audio:20762kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.031981%

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@elrondvega elrondvega added the bug Something isn't working label Dec 7, 2021
@crobibero crobibero added this to Active Bugs in Release 10.8.0 via automation Dec 7, 2021
@elrondvega
Copy link
Author

elrondvega commented Dec 7, 2021

Here is another run with debugging turned on.

[2021-12-07 20:31:39.669 +00:00] [INF] [19] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: DeviceProfile { Name: "AndroidTV-ExoPlayer", Id: null, Identification: null, FriendlyName: null, Manufacturer: null, ManufacturerUrl: null, ModelName: null, ModelDescription: null, ModelNumber: null, ModelUrl: null, SerialNumber: null, EnableAlbumArtInDidl: False, EnableSingleAlbumArtLimit: False, EnableSingleSubtitleLimit: False, SupportedMediaTypes: "Audio,Photo,Video", UserId: null, AlbumArtPn: null, MaxAlbumArtWidth: 0, MaxAlbumArtHeight: 0, MaxIconWidth: null, MaxIconHeight: null, MaxStreamingBitrate: 20000000, MaxStaticBitrate: 100000000, MusicStreamingTranscodingBitrate: 128000, MaxStaticMusicBitrate: 8000000, SonyAggregationFlags: null, ProtocolInfo: null, TimelineOffsetSeconds: 0, RequiresPlainVideoItems: False, RequiresPlainFolders: False, EnableMSMediaReceiverRegistrar: False, IgnoreTranscodeByteRangeRequests: False, XmlRootAttributes: [], DirectPlayProfiles: [DirectPlayProfile { Container: "m4v,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,mp4,webm", AudioCodec: "aac,ac3,eac3,aac_latm,mp3,mp2,dca,dts", VideoCodec: "h264,hevc,vp8,vp9,mpeg,mpeg2video", Type: Video }, DirectPlayProfile { Container: "aac,mp3,mpa,flac,wav,wma,mp2,ogg,oga,webma,ape,opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "jpg,jpeg,png,gif,webp", AudioCodec: null, VideoCodec: null, Type: Photo }], TranscodingProfiles: [TranscodingProfile { Container: "mkv", Type: Video, VideoCodec: "h264", AudioCodec: "ac3,aac,mp3", Protocol: "", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: True, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: "", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }], ContainerProfiles: [], CodecProfiles: [CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "high|main|baseline|constrained baseline", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "41", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: Width, Value: "1920", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: Height, Value: "1080", IsRequired: False }], ApplyConditions: [], Codec: "h264", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: LessThanEqual, Property: RefFrames, Value: "12", IsRequired: False }], ApplyConditions: [ProfileCondition { Condition: GreaterThanEqual, Property: Width, Value: "1200", IsRequired: False }], Codec: "h264", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: LessThanEqual, Property: RefFrames, Value: "4", IsRequired: False }], ApplyConditions: [ProfileCondition { Condition: GreaterThanEqual, Property: Width, Value: "1900", IsRequired: False }], Codec: "h264", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: VideoProfile, Value: "Main 10", IsRequired: False }], ApplyConditions: [], Codec: "hevc", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: LessThanEqual, Property: Width, Value: "1920", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: Height, Value: "1080", IsRequired: False }], ApplyConditions: [], Codec: null, Container: null }, CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: LessThanEqual, Property: AudioChannels, Value: "6", IsRequired: False }], ApplyConditions: [], Codec: null, Container: null }], ResponseProfiles: [], SubtitleProfiles: [SubtitleProfile { Format: "srt", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "srt", Method: Embed, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "subrip", Method: Embed, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ass", Method: Encode, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ssa", Method: Encode, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "pgs", Method: Encode, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "pgssub", Method: Encode, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "dvdsub", Method: Encode, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "vtt", Method: Embed, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "sub", Method: Embed, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "idx", Method: Embed, DidlMode: null, Language: null, Container: null }] }
[2021-12-07 20:31:39.773 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="410282cfd2c84fdaad07aa08ce995c3b" isUsedPaused: False
[2021-12-07 20:31:39.774 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "elrond". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2021-12-07 20:31:39.774 +00:00] [DBG] [19] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: "AndroidTV-ExoPlayer", Path: "/media/movies/brandon/Akira (1988)/Akira (1988).mkv", isEligibleForDirectPlay: True, isEligibleForDirectStream: True
[2021-12-07 20:31:39.775 +00:00] [DBG] [19] Jellyfin.Api.Helpers.MediaInfoHelper: Container: "mkv,webm", Video: "hevc", Audio: "vorbis" cannot be direct played by profile: "AndroidTV-ExoPlayer" for path: "/media/movies/brandon/Akira (1988)/Akira (1988).mkv"
[2021-12-07 20:31:39.775 +00:00] [DBG] [19] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: "AndroidTV-ExoPlayer", Path: "/media/movies/brandon/Akira (1988)/Akira (1988).mkv", isEligibleForDirectPlay: True, isEligibleForDirectStream: True
[2021-12-07 20:31:39.775 +00:00] [DBG] [19] Jellyfin.Api.Helpers.MediaInfoHelper: Container: "mkv,webm", Video: "hevc", Audio: "vorbis" cannot be direct played by profile: "AndroidTV-ExoPlayer" for path: "/media/movies/brandon/Akira (1988)/Akira (1988).mkv"
[2021-12-07 20:31:39.776 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Items/58f563c97e8ff5294bc9c88cb483cc17/PlaybackInfo?format=json" to "192.168.1.231" in 0:00:00.5720107 with Status Code 200
[2021-12-07 20:31:39.777 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8209027 with Status Code 204
[2021-12-07 20:31:39.806 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:39.813 +00:00] [INF] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-ss 01:57:37.094 -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -autorotate 0 -i file:\"/media/movies/brandon/Akira (1988)/Akira (1988).mkv\" -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_vaapi -force_key_frames \"expr:gte(t,n_forced*5)\" -vf \"format=nv12|vaapi,hwupload,scale_vaapi=format=nv12,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709\" -copyts -avoid_negative_ts disabled -start_at_zero -b:v 10169848 -maxrate 10169848 -bufsize 20339696 -profile:v:0 high -level 41 -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 ac3 -ac 6 -ab 448000 -y \"/config/transcodes/26a789bd8b6bccab9d5746ba32108b4d.mkv\""
[2021-12-07 20:31:39.818 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Launched FFmpeg process
[2021-12-07 20:31:39.866 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Waiting for the creation of "/config/transcodes/26a789bd8b6bccab9d5746ba32108b4d.mkv"
[2021-12-07 20:31:39.967 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: File "/config/transcodes/26a789bd8b6bccab9d5746ba32108b4d.mkv" created or transcoding has finished
[2021-12-07 20:31:40.776 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="410282cfd2c84fdaad07aa08ce995c3b" isUsedPaused: False
[2021-12-07 20:31:40.967 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: StartFfMpeg() finished successfully
[2021-12-07 20:31:41.567 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:31:41.777 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="410282cfd2c84fdaad07aa08ce995c3b" isUsedPaused: False
[2021-12-07 20:31:41.781 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/videos/58f563c9-7e8f-f529-4bc9-c88cb483cc17/stream.mkv?DeviceId=07752e1983ab0bb136dfb0b8d005c5f3461e5966&MediaSourceId=58f563c97e8ff5294bc9c88cb483cc17&VideoCodec=h264&AudioCodec=ac3,aac,mp3&AudioStreamIndex=1&VideoBitrate=99552000&AudioBitrate=448000&MaxWidth=1920&MaxHeight=1080&StartTimeTicks=70570940000&PlaySessionId=fb8431b5f68246e0a6afc03677b2bd49&api_key=b898a9d8fd9f4890b949e7d43c8d2d7b&SubtitleMethod=Encode&CopyTimestamps=true&RequireAvc=false&Tag=d9a752ae1a42485e58940bb4d36f96cd&h264-profile=high,main,baseline,constrainedbaseline&h264-level=41&h264-maxrefframes=4&ac3-audiochannels=6&aac-audiochannels=6&mp3-audiochannels=6&TranscodeReasons=AudioCodecNotSupported&allowVideoStreamCopy=false&allowAudioStreamCopy=false&allowAudioStreamCopy=false" to "192.168.1.231" in 0:00:01.9774674 with Status Code 200
[2021-12-07 20:31:41.998 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:41.999 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:42.775 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="410282cfd2c84fdaad07aa08ce995c3b" isUsedPaused: False
[2021-12-07 20:31:43.776 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="410282cfd2c84fdaad07aa08ce995c3b" isUsedPaused: False
[2021-12-07 20:31:44.138 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:44.148 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:44.152 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.1576496 with Status Code 204
[2021-12-07 20:31:44.956 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:44.956 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:45.151 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:45.151 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:45.551 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:45.551 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:45.552 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.598533 with Status Code 204
[2021-12-07 20:31:46.552 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:46.553 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:47.512 +00:00] [DBG] [53] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:31:47.555 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:47.556 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:47.957 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:47.958 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:48.552 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:48.552 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:49.184 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:49.186 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:49.186 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.2318306 with Status Code 204
[2021-12-07 20:31:50.186 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:50.186 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:50.422 +00:00] [DBG] [46] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:31:50.967 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:50.968 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:51.187 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:51.187 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:51.653 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:51.654 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:51.654 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6906852 with Status Code 204
[2021-12-07 20:31:52.599 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:52.599 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:52.661 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:52.661 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:53.418 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:53.419 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:53.419 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:53.419 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:53.655 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:53.655 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:53.969 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:53.969 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:54.654 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:54.654 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:54.811 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:54.811 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:55.119 +00:00] [WRN] [50] Jellyfin.Server.Middleware.ExceptionMiddleware: The response has already started, the exception middleware will not be executed.
[2021-12-07 20:31:55.737 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:55.737 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:55.340 +00:00] [ERR] [50] Microsoft.AspNetCore.Server.Kestrel: Connection id ""0HMDLNFKO84G4"", Request id ""0HMDLNFKO84G4:00000002"": An unhandled exception was thrown by the application.
System.InvalidOperationException: Response Content-Length mismatch: too many bytes written (800413 of 800077).
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.VerifyAndUpdateWrite(Int32 count)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.WritePipeAsync(ReadOnlyMemory`1 data, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.WriteAsync(ReadOnlyMemory`1 source, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionBody.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Http.StreamCopyOperationInternal.CopyToAsync(Stream source, Stream destination, Nullable`1 count, Int32 bufferSize, CancellationToken cancel)
   at Microsoft.AspNetCore.Internal.FileResultHelper.WriteFileAsync(HttpContext context, Stream fileStream, RangeItemHeaderValue range, Int64 rangeLength)
   at Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase.WriteFileAsync(HttpContext context, Stream fileStream, RangeItemHeaderValue range, Int64 rangeLength)
   at Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor.ExecuteAsync(ActionContext context, FileStreamResult result)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|30_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultFilters>g__Awaited|28_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.InvokeCore(HttpContext context, String matchedPath, String remainingPath)
   at Jellyfin.Server.Middleware.BaseUrlRedirectionMiddleware.Invoke(HttpContext httpContext, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
[2021-12-07 20:31:56.654 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:56.654 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:56.961 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:56.962 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:57.127 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:57.132 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:57.133 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:03.1692757 with Status Code 204
[2021-12-07 20:31:58.026 +00:00] [DBG] [30] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:31:58.134 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:58.134 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:58.458 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:58.458 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:58.458 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.499177 with Status Code 204
[2021-12-07 20:31:59.459 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:31:59.459 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:31:59.983 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:31:59.984 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:00.459 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:00.460 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:00.978 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:00.979 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:00.979 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.9982995 with Status Code 204
[2021-12-07 20:32:01.979 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:01.979 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:02.423 +00:00] [DBG] [51] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:32:02.968 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:02.968 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:02.980 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:02.980 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:03.149 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:03.149 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:04.149 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:04.150 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:05.150 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:05.150 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:05.966 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:05.967 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:06.148 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:06.149 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:06.774 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:06.774 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:06.774 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.810135 with Status Code 204
[2021-12-07 20:32:07.775 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:07.775 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:08.776 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:08.776 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:08.970 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:08.970 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:09.774 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:09.775 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:10.030 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:10.031 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:10.032 +00:00] [WRN] [51] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0682873 with Status Code 204
[2021-12-07 20:32:11.033 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:11.034 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:11.199 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:11.200 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:11.960 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:32:11.969 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:11.969 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:12.034 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:12.034 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:13.032 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:13.032 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:13.653 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:13.655 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:13.656 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.6895882 with Status Code 204
[2021-12-07 20:32:14.423 +00:00] [DBG] [46] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:32:14.655 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:14.655 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:14.965 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:14.966 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:15.063 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:15.064 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:16.066 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:16.066 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:17.067 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:17.068 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:17.541 +00:00] [DBG] [44] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:32:17.965 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:17.966 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:18.065 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:18.067 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:18.072 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:18.072 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:19.073 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:19.074 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:20.075 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:20.075 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:20.976 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:20.977 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:21.073 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:21.074 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:21.926 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:21.926 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:21.927 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.953302 with Status Code 204
[2021-12-07 20:32:22.926 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:22.926 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:23.928 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:23.930 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:23.988 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:23.989 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:24.462 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:24.463 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:25.464 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:25.464 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:26.423 +00:00] [DBG] [30] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:32:26.466 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:26.467 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:26.984 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:26.984 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:27.464 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:27.464 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:28.063 +00:00] [DBG] [44] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:32:28.341 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:28.342 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:28.343 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3679782 with Status Code 204
[2021-12-07 20:32:29.343 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:29.343 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:29.976 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:29.977 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:30.259 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:30.259 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:31.259 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:31.259 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:32.264 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:32.266 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:32.988 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:32.988 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:33.259 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:33.259 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:34.260 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:34.260 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:34.651 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:34.651 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:34.652 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.6674756 with Status Code 204
[2021-12-07 20:32:35.652 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:35.652 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:35.986 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:35.986 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:36.612 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:36.613 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:36.613 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6292731 with Status Code 204
[2021-12-07 20:32:37.613 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:37.613 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:38.424 +00:00] [DBG] [30] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:32:38.614 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:38.614 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:39.010 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:39.010 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:39.613 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:39.613 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:40.615 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:40.615 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:41.605 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:41.605 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:41.605 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.6015524 with Status Code 204
[2021-12-07 20:32:42.028 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:42.028 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:42.606 +00:00] [DBG] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:32:42.606 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:42.608 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:43.606 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:43.607 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:43.674 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:43.675 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:43.676 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.6507523 with Status Code 204
[2021-12-07 20:32:44.681 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:44.681 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:45.025 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:45.026 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:45.667 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:45.667 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:45.667 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6445543 with Status Code 204
[2021-12-07 20:32:46.668 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:46.668 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:47.573 +00:00] [DBG] [44] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:32:47.671 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:47.672 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:48.038 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:48.039 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:48.520 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:48.520 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:49.520 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:49.521 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:50.425 +00:00] [DBG] [51] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:32:50.524 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:50.524 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:51.039 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:51.040 +00:00] [DBG] [50] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:51.521 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:51.521 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:51.841 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:51.842 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:51.842 +00:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8087524 with Status Code 204
[2021-12-07 20:32:52.842 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:52.843 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:53.844 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:53.844 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:54.061 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:54.062 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:54.699 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:54.699 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:54.700 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6431808 with Status Code 204
[2021-12-07 20:32:55.700 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:55.700 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:56.701 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:56.702 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:57.058 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:57.059 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:32:57.700 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:57.700 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:58.092 +00:00] [DBG] [50] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:32:58.701 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:58.701 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:58.992 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:58.993 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:32:58.995 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.9406578 with Status Code 204
[2021-12-07 20:32:59.995 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:32:59.995 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:00.068 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:00.069 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:00.996 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:00.996 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:01.995 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:01.995 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:02.205 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:02.205 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:02.207 +00:00] [WRN] [53] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.1423607 with Status Code 204
[2021-12-07 20:33:02.426 +00:00] [DBG] [44] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:33:03.078 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:03.078 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:03.208 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:03.208 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:03.706 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:03.706 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:03.706 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6318524 with Status Code 204
[2021-12-07 20:33:04.707 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:04.707 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:05.710 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:05.711 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:06.079 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:06.079 +00:00] [DBG] [51] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:06.707 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:06.708 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:07.709 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:07.709 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:08.213 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:08.213 +00:00] [DBG] [51] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:08.214 +00:00] [WRN] [51] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.1381842 with Status Code 204
[2021-12-07 20:33:09.076 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:09.076 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:09.214 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:09.214 +00:00] [DBG] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:10.219 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:10.219 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:10.419 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:10.419 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:10.420 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3461684 with Status Code 204
[2021-12-07 20:33:11.420 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:11.420 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:12.127 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:12.128 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:12.423 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:12.423 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:13.274 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:13.274 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:13.276 +00:00] [WRN] [34] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.1509758 with Status Code 204
[2021-12-07 20:33:13.344 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:33:14.276 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:14.276 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:14.428 +00:00] [DBG] [46] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:33:15.123 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:15.125 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:15.277 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:15.278 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:16.276 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:16.278 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:16.455 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:16.456 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:16.456 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3520251 with Status Code 204
[2021-12-07 20:33:17.456 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:17.456 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:18.105 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:18.106 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:18.294 +00:00] [DBG] [53] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:33:18.456 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:18.457 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:18.725 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:18.725 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:18.726 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.6224613 with Status Code 204
[2021-12-07 20:33:19.726 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:19.726 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:20.733 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:20.733 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:21.111 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:21.112 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:21.725 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:21.726 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:22.222 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:22.222 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:22.223 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.1163809 with Status Code 204
[2021-12-07 20:33:23.223 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:23.223 +00:00] [DBG] [30] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:24.108 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:24.108 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:24.224 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:24.225 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:24.469 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:24.469 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:25.469 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:25.469 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:26.429 +00:00] [DBG] [48] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:33:26.470 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:26.470 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:27.129 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:27.129 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:27.469 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:27.469 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:27.858 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:27.858 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:27.858 +00:00] [WRN] [34] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.734667 with Status Code 204
[2021-12-07 20:33:28.120 +00:00] [DBG] [34] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:33:28.859 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:28.859 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:29.860 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:29.861 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:30.118 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:30.119 +00:00] [DBG] [53] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:30.551 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:30.551 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:31.551 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:31.552 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:32.554 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:32.554 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:33.117 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:33.117 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:33.553 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:33.553 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:34.554 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:34.554 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:35.394 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:35.394 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:35.394 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.2793688 with Status Code 204
[2021-12-07 20:33:36.116 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:36.117 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:36.394 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:36.395 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:37.321 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:37.321 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:37.324 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.2084629 with Status Code 204
[2021-12-07 20:33:38.322 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:38.322 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:38.430 +00:00] [DBG] [46] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:33:39.116 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:39.116 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:39.323 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:39.324 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:40.322 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:40.323 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:40.556 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:40.557 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:40.561 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.4478652 with Status Code 204
[2021-12-07 20:33:41.561 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:41.561 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:42.116 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:42.117 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:42.307 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:42.308 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:43.010 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:43.010 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:43.307 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:43.307 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:43.728 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:33:43.804 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:43.804 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:43.804 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:43.805 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:44.309 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:44.310 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:45.123 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:45.124 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:45.308 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:45.309 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:45.341 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:45.341 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:46.342 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:46.342 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:46.395 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:46.398 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:47.345 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:47.346 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:48.117 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:48.119 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:48.344 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:48.344 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:48.373 +00:00] [DBG] [48] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:33:49.343 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:49.344 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:49.528 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:49.528 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:49.529 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.4151985 with Status Code 204
[2021-12-07 20:33:50.431 +00:00] [DBG] [19] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:33:50.529 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:50.530 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:51.121 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:51.121 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:51.530 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:51.530 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:52.249 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:52.250 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:52.250 +00:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.1370403 with Status Code 204
[2021-12-07 20:33:53.251 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:53.251 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:54.131 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:54.133 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:54.252 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:54.253 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:54.661 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:54.662 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:54.662 +00:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5372093 with Status Code 204
[2021-12-07 20:33:55.663 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:55.663 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:56.664 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:56.664 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:57.120 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:57.122 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:33:57.662 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:57.663 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:58.423 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:58.423 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:33:58.425 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3081516 with Status Code 204
[2021-12-07 20:33:58.647 +00:00] [DBG] [51] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:33:59.424 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:33:59.424 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:00.127 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:00.129 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:00.426 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:00.426 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:01.425 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:01.434 +00:00] [DBG] [53] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:02.342 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:02.342 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:02.342 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.2181277 with Status Code 204
[2021-12-07 20:34:02.431 +00:00] [DBG] [19] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:34:03.127 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:03.128 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:03.343 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:03.343 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:04.344 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:04.345 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:04.948 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:04.948 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:04.948 +00:00] [WRN] [34] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.8237269 with Status Code 204
[2021-12-07 20:34:05.948 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:05.948 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:06.125 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:06.125 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:06.412 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:06.412 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:07.413 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:07.413 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:08.414 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:08.415 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:08.844 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:08.845 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:09.130 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:09.131 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:09.412 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:09.413 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:09.538 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:09.538 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:10.539 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:10.539 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:11.539 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:11.540 +00:00] [DBG] [34] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:12.126 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:12.126 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:12.539 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:12.539 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:12.677 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:12.678 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:12.678 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5547043 with Status Code 204
[2021-12-07 20:34:13.677 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:13.678 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:14.055 +00:00] [DBG] [34] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:34:14.432 +00:00] [DBG] [34] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:34:14.679 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:14.679 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:15.129 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:15.129 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:15.678 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:15.678 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:16.680 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:16.680 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:16.974 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:16.974 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:16.974 +00:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.8478526 with Status Code 204
[2021-12-07 20:34:17.975 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:17.975 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:18.362 +00:00] [DBG] [54] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:34:18.603 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:18.603 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:18.977 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:18.977 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:19.705 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:19.705 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:19.706 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.581851 with Status Code 204
[2021-12-07 20:34:20.709 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:20.710 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:21.126 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:21.127 +00:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:21.706 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:21.707 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:22.163 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:22.163 +00:00] [DBG] [3] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:22.163 +00:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0391956 with Status Code 204
[2021-12-07 20:34:23.163 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:23.163 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:24.139 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:24.140 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:24.164 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:24.164 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:24.506 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:24.506 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:25.507 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:25.507 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:26.433 +00:00] [DBG] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:34:26.509 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:26.509 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:27.137 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:27.138 +00:00] [DBG] [22] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:27.322 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:27.322 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:27.507 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:27.507 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:27.648 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:27.648 +00:00] [DBG] [22] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:27.648 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.5153221 with Status Code 204
[2021-12-07 20:34:28.649 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:28.649 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:28.681 +00:00] [DBG] [8] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:34:29.651 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:29.652 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:30.140 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:30.140 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:30.653 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:30.653 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:31.223 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:31.224 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:31.224 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0862676 with Status Code 204
[2021-12-07 20:34:31.965 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:31.965 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:32.224 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:32.224 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:32.880 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Disposing stream resources
[2021-12-07 20:34:32.880 +00:00] [INF] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2021-12-07 20:34:33.138 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:33.139 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:33.225 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:33.225 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:33.322 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0
[2021-12-07 20:34:33.407 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:33.408 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:33.967 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:33.967 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:34.407 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:34.408 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:35.409 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:35.409 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:36.135 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:36.136 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:36.408 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:36.408 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:36.951 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:36.952 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:36.952 +00:00] [WRN] [48] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8188671 with Status Code 204
[2021-12-07 20:34:37.953 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:37.953 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:38.434 +00:00] [DBG] [8] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:34:38.954 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:38.954 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:39.136 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:39.142 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:39.376 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:39.377 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:39.898 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:39.898 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:39.898 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.7641652 with Status Code 204
[2021-12-07 20:34:40.898 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:40.899 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:41.899 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:41.899 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:42.135 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:42.135 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:42.898 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:42.898 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:42.957 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:42.957 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:42.957 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8241701 with Status Code 204
[2021-12-07 20:34:43.958 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:43.958 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:44.277 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:34:44.960 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:44.960 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:45.136 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:45.136 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:45.958 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:45.958 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:46.219 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:46.219 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:46.219 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.085846 with Status Code 204
[2021-12-07 20:34:47.219 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:47.246 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:48.145 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:48.145 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:48.221 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:48.221 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:48.540 +00:00] [DBG] [46] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:34:49.220 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:49.220 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:49.774 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:49.774 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:49.774 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.6310278 with Status Code 204
[2021-12-07 20:34:50.434 +00:00] [DBG] [54] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:34:50.774 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:50.774 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:51.147 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:51.148 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:51.775 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:51.775 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:51.898 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:51.898 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:51.898 +00:00] [WRN] [44] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.7553266 with Status Code 204
[2021-12-07 20:34:52.899 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:52.899 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:53.899 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:53.899 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:54.145 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:54.146 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:54.550 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:54.550 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:55.549 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:55.550 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:56.551 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:56.551 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:57.145 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:57.146 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:34:57.385 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:57.385 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:58.386 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:58.386 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:34:59.169 +00:00] [DBG] [54] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:34:59.386 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:34:59.387 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:00.148 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:00.148 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:00.386 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:00.386 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:01.040 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:01.040 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:01.040 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8967602 with Status Code 204
[2021-12-07 20:35:02.039 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:02.040 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:02.435 +00:00] [DBG] [19] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:35:03.040 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:03.041 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:03.165 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:03.165 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:04.039 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:04.040 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:05.041 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:05.041 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:05.265 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:05.266 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:05.266 +00:00] [WRN] [8] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:02.1033544 with Status Code 204
[2021-12-07 20:35:05.761 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:05.762 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:06.167 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:06.167 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:06.267 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:06.267 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:06.602 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:06.602 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:07.603 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:07.603 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:08.604 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:08.605 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:09.165 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:09.165 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:09.603 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:09.603 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:10.246 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:10.246 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:10.246 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.0831488 with Status Code 204
[2021-12-07 20:35:11.245 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:11.246 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:12.165 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:12.165 +00:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:12.247 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:12.248 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:12.534 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:12.534 +00:00] [DBG] [27] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:13.536 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:13.536 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:14.435 +00:00] [DBG] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:35:14.541 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:14.541 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:14.568 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2021-12-07 20:35:15.166 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:15.166 +00:00] [DBG] [48] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:15.536 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:15.536 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:16.530 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:16.530 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:16.530 +00:00] [WRN] [48] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3662315 with Status Code 204
[2021-12-07 20:35:17.531 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:17.531 +00:00] [DBG] [44] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:18.175 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:18.176 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:18.532 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:18.532 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:18.566 +00:00] [DBG] [8] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.1" received message: WebSocketMessage`1 { MessageType: KeepAlive, MessageId: 00000000-0000-0000-0000-000000000000, ServerId: null, Data: null }
[2021-12-07 20:35:18.980 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:18.980 +00:00] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:18.981 +00:00] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.8078089 with Status Code 204
[2021-12-07 20:35:19.981 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:19.981 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:20.982 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:20.982 +00:00] [DBG] [48] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:21.178 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:21.179 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:21.980 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:21.980 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:22.487 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:22.487 +00:00] [DBG] [54] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:22.487 +00:00] [WRN] [54] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:01.3145546 with Status Code 204
[2021-12-07 20:35:23.142 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:23.142 +00:00] [DBG] [44] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:23.296 +00:00] [WRN] [8] Jellyfin.Server.Middleware.ExceptionMiddleware: The response has already started, the exception middleware will not be executed.
[2021-12-07 20:35:23.298 +00:00] [ERR] [8] Microsoft.AspNetCore.Server.Kestrel: Connection id ""0HMDLNFKO84GQ"", Request id ""0HMDLNFKO84GQ:00000002"": An unhandled exception was thrown by the application.
System.InvalidOperationException: Response Content-Length mismatch: too many bytes written (935137 of 934969).
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.VerifyAndUpdateWrite(Int32 count)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.WritePipeAsync(ReadOnlyMemory`1 data, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.WriteAsync(ReadOnlyMemory`1 source, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionBody.WriteAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Http.StreamCopyOperationInternal.CopyToAsync(Stream source, Stream destination, Nullable`1 count, Int32 bufferSize, CancellationToken cancel)
   at Microsoft.AspNetCore.Internal.FileResultHelper.WriteFileAsync(HttpContext context, Stream fileStream, RangeItemHeaderValue range, Int64 rangeLength)
   at Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase.WriteFileAsync(HttpContext context, Stream fileStream, RangeItemHeaderValue range, Int64 rangeLength)
   at Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor.ExecuteAsync(ActionContext context, FileStreamResult result)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|30_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultFilters>g__Awaited|28_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.InvokeCore(HttpContext context, String matchedPath, String remainingPath)
   at Jellyfin.Server.Middleware.BaseUrlRedirectionMiddleware.Invoke(HttpContext httpContext, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
[2021-12-07 20:35:23.488 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:23.488 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:24.175 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:24.175 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:24.489 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:24.489 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:25.073 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:25.074 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: Setting job.IsUserPaused to False. jobId: "8cc49a55379b4d6ab6c4ad41818c4e75"
[2021-12-07 20:35:25.074 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Progress" to "192.168.1.231" in 0:00:00.9011855 with Status Code 204
[2021-12-07 20:35:25.425 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:25.435 +00:00] [DBG] [46] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0
[2021-12-07 20:35:25.555 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:25.555 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:25.556 +00:00] [DBG] [8] Jellyfin.Api.Controllers.PlaystateController: ReportPlaybackStopped PlaySessionId: "fb8431b5f68246e0a6afc03677b2bd49"
[2021-12-07 20:35:25.557 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: KillTranscodingJob - JobId "8cc49a55379b4d6ab6c4ad41818c4e75" PlaySessionId "fb8431b5f68246e0a6afc03677b2bd49". Killing transcoding
[2021-12-07 20:35:25.557 +00:00] [INF] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/config/transcodes/26a789bd8b6bccab9d5746ba32108b4d.mkv"
[2021-12-07 20:35:26.075 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:26.436 +00:00] [DBG] [8] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 2 WebSockets.
[2021-12-07 20:35:26.539 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:26.540 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.075 +00:00] [DBG] [8] Jellyfin.Api.Helpers.TranscodingJobHelper: PingTranscodingJob PlaySessionId="fb8431b5f68246e0a6afc03677b2bd49" isUsedPaused: False
[2021-12-07 20:35:27.317 +00:00] [INF] [46] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Android TV" "0.12.3" playing "Akira". Stopped at "0" ms
[2021-12-07 20:35:27.673 +00:00] [WRN] [46] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.207:8096/Sessions/Playing/Stopped" to "192.168.1.231" in 0:00:02.1201803 with Status Code 204
[2021-12-07 20:35:27.768 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.769 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.769 +00:00] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.769 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.769 +00:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.770 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.773 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:27.774 +00:00] [DBG] [46] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:28.533 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2021-12-07 20:35:28.533 +00:00] [DBG] [54] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.

@crobibero
Copy link
Member

What client are you using that causes this?
I just tested by allowing the file to be fully transcoded and then waiting 1+ minutes. The transcoded file was only removed after I stopped playback

@jellyfin-bot jellyfin-bot added this to Needs triage in Issue Triage for Main Repo Dec 17, 2021
@elrondvega
Copy link
Author

elrondvega commented Dec 19, 2021

androidtv 0.12.3

@elrondvega
Copy link
Author

On the client I get messages like these when it ends.

12-23 09:13:32.387  5144  5144 D jellyfin-apiclient: Adding request to queue: http://192.168.1.207:8096/Sessions/Playing/Progress
12-23 09:13:32.941  5144  5144 I jellyfin-apiclient: Response received from: http://192.168.1.207:8096/Sessions/Playing/Progress
12-23 09:13:35.389  5144  5144 D jellyfin-apiclient: Adding request to queue: http://192.168.1.207:8096/Sessions/Playing/Progress
12-23 09:13:35.822  5144  5144 I jellyfin-apiclient: Response received from: http://192.168.1.207:8096/Sessions/Playing/Progress
12-23 09:13:36.753  5144  9597 I MediaCodecLogger: Flushing: org.jellyfin.androidtv.HW.video.avc.framerate = 23.978 fps
12-23 09:13:36.797  5144 10574 D ACodec  : submitOutputMetaBuffers send FTB for ouptut
12-23 09:13:36.880  5144  5144 D PlaybackController: On Completion fired
12-23 09:13:36.885  5144  5144 I jellyfin-apiclient: ReportPlaybackStopped: Item ee4ab7ec4f8a80040470f21464a24cfd, Ticks: 0
12-23 09:13:36.886  5144  5144 D jellyfin-apiclient: Adding request to queue: http://192.168.1.207:8096/Sessions/Playing/Stopped
12-23 09:13:36.908  5144  5144 D PlaybackController: Last item completed. Finishing activity.
12-23 09:13:37.400  5144  5144 D BackgroundServiceFragme: Restoring active backgrounds
12-23 09:13:37.485  5144  5144 D BackgroundServiceFragme: Restoring background drawable
12-23 09:13:37.580  5144  5276 I MaliEGL : [Mali]window_type=1, is_framebuffer=0, errnum = 0
12-23 09:13:37.580  5144  5276 I MaliEGL : [Mali]surface->num_buffers=3, surface->num_frames=2, win_min_undequeued=1
12-23 09:13:37.580  5144  5276 I MaliEGL : [Mali]max_allowed_dequeued_buffers=2
12-23 09:13:38.084  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.TotalVideoPlaybackTimeMs=429095;CT;1:NR
12-23 09:13:38.084  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.TotalVideoPlaybackTimeMs = 429095
12-23 09:13:38.084  5144  9597 I Vlog    : MMSW:VideoCodec:type=0;DV;1,key=avc;DV;1,Timer=429095.000000;TI;1,unit=ms;DV;1,metadata=HW_avc;DV;1:HI
12-23 09:13:38.084  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.videoResolution.FHD=429095;CT;1:NR
12-23 09:13:38.084  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.videoResolution.FHD = 429095
12-23 09:13:38.084  5144  9597 I Vlog    : MMSW:videoResolution:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Timer=429095.000000;TI;1,unit=ms;DV;1,metadata=FHD;DV;1:HI
12-23 09:13:38.085  5144  9597 I Vlog    : MMSW:TotalVideoPlaybackTimeMs:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Timer=429095.000000;TI;1,unit=ms;DV;1,metadata=HW_avc;DV;1:HI
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.StreamAvgFramerate=23.978;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: org.jellyfin.androidtv.HW.video.avc.StreamAvgFramerate = 23.978
12-23 09:13:38.085  5144  9597 I Vlog    : MMSW:StreamAvgFramerate:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Counter=23.000000;CT;1,unit=fps;DV;1,metadata=avc!{"d"#{"fps"#"24"}};DV;1:HI
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.SkinTempMc=36281;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.SkinTempMc = 36281
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.ASAP-P5Ms=189;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.ASAP-P5Ms = 189
12-23 09:13:38.085  5144  9597 I Vlog    : MMSW:FirstFrameReadyMs:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Timer=188.000000;TI;1,unit=ms;DV;1,metadata=HW_avc;DV;1:HI
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.ASAP-P2Ms=7;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.ASAP-P2Ms = 7
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.ASAP-P3Ms=16;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.ASAP-P3Ms = 16
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.FirstFrameReadyMs=188;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.FirstFrameReadyMs = 188
12-23 09:13:38.085  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.HW.video.avc.StreamAvgBitrateInKbps=6686;CT;1:NR
12-23 09:13:38.085  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.HW.video.avc.StreamAvgBitrateInKbps = 6686
12-23 09:13:38.085  5144  9597 I Vlog    : MMSW:AvgBitrate:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Counter=6686.000000;CT;1,unit=kbps;DV;1,metadata=HW_avc!{"d"#{"media"#"video"}};DV;1:HI
12-23 09:13:38.097  5144  9597 D MediaCodec: release : turning off cabl
12-23 09:13:38.097  5144  9597 I MediaCodec: setContextAdaptiveBacklight
12-23 09:13:38.097  5144  9597 E MediaCodec: setContextAdaptiveBacklight: Could not open file to turn on/off CABL err = No such file or directory
12-23 09:13:38.097  5144  9597 I MediaCodec: setContextAdaptiveBacklight: Best effort to turn context adaptive backlight OFF
12-23 09:13:38.394  5144  9597 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.640829, video/avc] [OMX.google.h264.decoder, video/avc] [tank, AFTT, Amazon, 22]
12-23 09:13:38.442  5144  5144 D FullDetailsActivity: Updating info after playback
12-23 09:13:38.450  5144  5144 D jellyfin-apiclient: Adding request to queue: http://192.168.1.207:8096/Users/b78078a9c1304eae8d1b23433c2dfe50/Items/ee4ab7ec4f8a80040470f21464a24cfd?format=json
12-23 09:13:38.780  5144  5144 I ExoPlayerImpl: Release 2f5126d4 [ExoPlayerLib/2.14.0] [tank, AFTT, Amazon, 22] [goog.exo.core, goog.exo.ui]
12-23 09:13:38.793  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.SW.audio.ac3.TotalAudioPlaybackTimeMs=429184;CT;1:NR
12-23 09:13:38.793  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.SW.audio.ac3.TotalAudioPlaybackTimeMs = 429184
12-23 09:13:38.793  5144  9597 I Vlog    : MMSW:TotalAudioPlaybackTimeMs:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Timer=429184.000000;TI;1,unit=ms;DV;1,metadata=SW_ac3;DV;1:HI
12-23 09:13:38.793  5144  9597 I Vlog    : MMSW:AudioCodec:type=0;DV;1,key=ac3;DV;1,Timer=429184.000000;TI;1,unit=ms;DV;1,metadata=SW_ac3;DV;1:HI
12-23 09:13:38.793  5144  9597 I MediaCodecLogger: MediaCodecLogger:MMSW_Metrics5.2.8.4:org.jellyfin.androidtv.SW.audio.ac3.StreamAvgBitrateInKbps=643;CT;1:NR
12-23 09:13:38.793  5144  9597 I MediaCodecLogger:  org.jellyfin.androidtv.SW.audio.ac3.StreamAvgBitrateInKbps = 643
12-23 09:13:38.793  5144  9597 I Vlog    : MMSW:AvgBitrate:type=0;DV;1,key=org.jellyfin.androidtv;DV;1,Counter=643.000000;CT;1,unit=kbps;DV;1,metadata=SW_ac3!{"d"#{"media"#"audio"}};DV;1:HI
12-23 09:13:39.089  5144  5144 I Choreographer: Skipped 35 frames!  The application may be doing too much work on its main thread.
12-23 09:13:39.089  5144  5144 I jellyfin-apiclient: Response received from: http://192.168.1.207:8096/Users/b78078a9c1304eae8d1b23433c2dfe50/Items/ee4ab7ec4f8a80040470f21464a24cfd?format=json
12-23 09:13:39.346  5144  5144 I jellyfin-apiclient: Response received from: http://192.168.1.207:8096/Sessions/Playing/Stopped
12-23 09:13:39.641  5144  5325 D jellyfin-apiclient: Web socket message received.
12-23 09:13:39.644  5144  5325 I jellyfin-apiclient: Received web socket message: UserDataChanged

@Flaxee
Copy link

Flaxee commented Dec 31, 2021

I'm having the same issue when playing unsupported media on my Chromecast Ultra.
For example when playing a movie in a MKV container, but with supported video and audio codec. Since Chromecast Ultra does not support MKV, Jellyfin will remux it.

It seems like Jellyfin creates a single .mkv file in the /transcodes/ directory, and when the transcode/remux is complete, TranscodingJobHelper deletes the file which causes playback to stop.

  • Jellyfin Version: 10.7.7
  • OS: Linux
  • Architecture: X64
  • Virtualization: Docker (latest Linuxserver.io image)
  • Clients: Chromecast Ultra (4K)
  • Playback Method: Remuxing and DirectStreaming, Transcode (v:direct a:direct)
  • Hardware Acceleration: None in this case. VAAPI is however used for other codecs.
  • Reverse Proxy: Nginx
  • Throttle Transcodes: Enabled
[2021-12-31 11:50:31.031 +01:00] [INF] [5] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "chromecast_1640947520628-3d710e115a5944ce9b3f9a57d91bd1c1-9a6dd7b61440a770b9ae7fb65f9996c4"
[2021-12-31 11:50:51.034 +01:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "chromecast_1640947520628-3d710e115a5944ce9b3f9a57d91bd1c1-9a6dd7b61440a770b9ae7fb65f9996c4"
[2021-12-31 11:50:56.028 +01:00] [INF] [5] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/transcodes/dc3063a967c023a04e89d4fe1e5dcc74.mkv"
[2021-12-31 11:50:56.381 +01:00] [INF] [30] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Chromecast" "2.1.0" playing "Harry Potter and the Order of the Phoenix". Stopped at "0" ms
[2021-12-31 11:50:56.421 +01:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : "chromecast_1640947520628-3d710e115a5944ce9b3f9a57d91bd1c1-9a6dd7b61440a770b9ae7fb65f9996c4"
[2021-12-31 11:50:56.421 +01:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 12/31/2021 11:50:56
[2021-12-31 11:50:56.422 +01:00] [INF] [33] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[2021-12-31 11:50:56.432 +01:00] [INF] [33] Trakt.ServerMediator: Playback Stopped

@maxi1134
Copy link

maxi1134 commented Feb 4, 2022

I have this issue too!

The transcode ends and is then deleted

@mueslimak3r
Copy link
Member

mueslimak3r commented Feb 15, 2022

I've seen this issue a bunch when transcoding to progressive mkv on the android tv client.
I thought maybe there was something going on with progress reporting but that's working properly.
It looks like the chain of events is transcoding finishes -> file is deleted -> player catches playbackState == Player.STATE_ENDED -> reports stopped

For me, it usually happens between 1-5 minutes after transcoding completes

Edit:
If I start playback and then pause it, I can leave it paused indefinitely (I let it sit for over an hour after the transcode finished) and the transcode file won't be deleted
Once I resume playback, it is deleted within the same 1-5 minutes.

@std4453
Copy link

std4453 commented Jun 8, 2022

So might there be a temporary fix to this?

@MarioLuigi0404
Copy link

I've been having this same issue on iOS and Roku clients after updating my server to 10.8.0 and enabling NVENC hardware acceleration. From reading this, I assume it has more to do with the latter than the former.

@silentTeee
Copy link

silentTeee commented Jun 13, 2022

I seem to be having the same issue now that I have upgraded to the Jellyfin server 10.8.0 release. When playing the same file, it seems to happen at the same point in time, meaning it's repeatable. I know it's not that the file is bad because I'm not getting any indication in the ffmpeg logs of any errors, and it also seems to happen with files that previously worked on 10.7.0 with several clients. It occurs with the Web player on Firefox on the desktop, as well as in the Jellyfin Android mobile app. Of the files I have tested, it only seems to be happening to files that use ASS subtitles (which ExoPlayer doesn't seem to support very well yet, so they always get burned into the video stream), whereas files that require transcoding but don't have subtitles don't seem to have a problem, which is odd. It also seems to think the file has finished playing successfully, as the web interface reports the video as "watched", even though it jumps from about halfway through a 24-minute episode straight into the next episode.

What's also odd is that although I don't see this issue when using ExoPlayer on either the Android mobile or TV app, I do experience the app pausing and loading forever after a few minutes if left alone and playing the same files.

My phone is a Pixel 6 with Android 12, my TV is a Hisense HiSmart A4.

My host environment is a Debian 11 machine (from an OpenMediaVault 6 image, to be precise), with a native install, and hardware acceleration turned off (though I have turned it on with NVENC and a GeForce 750 Ti and no throttling, to compare, and it made no difference).

@dr-carrot
Copy link

dr-carrot commented Jun 14, 2022

So with #7911 merged, would this be fixed in the nightly?

@pto199
Copy link

pto199 commented Jun 15, 2022

Most of my library gets transcended because people watch on web browsers and now nobody can watch to the end of anything. Rolling back until this is fixed. guess its not 10.8 stable just yet.

@justinas
Copy link

So with #7911 merged, would this be fixed in the nightly?

I've run into a similar issue (not 100% sure it's the same one): movies on the Android TV client would stop after a few minutes of playing (as if it was buffering, but it would never recover), even though transcoding would continue (and exceed 1x rate).

Tested the latest commit from the 10.8.z branch today (specifically fd4ffc6) and it seems to not happen anymore.

@dr-carrot
Copy link

I have been running a build I made from 10.8.z since 6/14 and it has been working for me

@vinaysb
Copy link

vinaysb commented Jun 20, 2022

What is the difference between 10.8.z and the master branch? Is it possible for the 2 branches to be merged?

@adm-albayrme
Copy link

Got exactly the same issue on Macos Monterey with Jellyfin 10.8 installed throught homebrew. Playback just stops.
Reverting back to 10.7.7

@JamsRepos
Copy link

I feel like this issue needs to be re-opened as it's clear that it's not been resolved. I've not been able to use my Jellyfin at all the past week and I've resorted to going back to Plex.

@Ulrar
Copy link

Ulrar commented Jul 7, 2022

No issues for me since 10.8.1 so I'm guessing this is something else, mine has been working flawlessly

@JamsRepos
Copy link

And I've had the issue since 10.8.1 for all clients.

@Ulrar
Copy link

Ulrar commented Jul 7, 2022

Right so that's my point, I had the issue until 10.8.1 and you've had it since, it's likely a different or new issue affecting different users

@JamsRepos
Copy link

Not sure you see my previous comments or not, I never specified it was this issue directly. Others are reporting this issue is not fixed for them specifically, I am merely asking whether mine is attached to this. No one confirmed nor denied.

@keesfluitman
Copy link

keesfluitman commented Jul 15, 2022

im also having this issue on chromecasting to my chromecast ultra. always stops playback after apr 10 min.

today at 15:24:24[15:24:24] [INF] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) /config/data/transcodes/f11d075612b0e348c5e737967ff8bbc8.mkv today at 15:24:27[15:24:27] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Chromecast 2.1.0 playing *****. Stopped at 3416872 ms today at 15:24:27[15:24:27] [INF] [34] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : chromecast_1657890931495-cd3314490e274a14a60a66756023c92e-284dead7a94293932b64d86e24f1a874 today at 15:24:27[15:24:27] [INF] [34] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 07/15/2022 15:24:27

@atomdmac
Copy link

atomdmac commented Jul 19, 2022

I'm seeing the same issue. My logs are effectively identical to the ones posted by @y2kboy23 above.

EDIT: Since this is a problem that happens intermittently (for me), I decided to check the logs for playback sessions that did not terminate prematurely. It looks like the Stopping ffmpeg process with q command for... entry doesn't appear there. As others have stated, it seems like the transcoding job is getting shut down before it's finished the job.

A quick search of the code base shows that the log is generated here in the KillTranscodingJob task function. I am quite inexperienced with Java but this seems like a decent lead.

@SlowNStupid
Copy link

SlowNStupid commented Jul 21, 2022

I'm seeing the same issue. My logs are effectively identical to the ones posted by @y2kboy23 above.

EDIT: Since this is a problem that happens intermittently (for me), I decided to check the logs for playback sessions that did not terminate prematurely. It looks like the Stopping ffmpeg process with q command for... entry doesn't appear there. As others have stated, it seems like the transcoding job is getting shut down before it's finished the job.

A quick search of the code base shows that the log is generated here in the KillTranscodingJob task function. I am quite inexperienced with Java but this seems like a decent lead.

Doesn't this indicate that it isn't this issue? Since this issues is about TranscodingJobHelper deleting transcoded file after transcode job is finished but before playback is finished resulting in ending playback prematurely and the issues you're describing is about transcoding job ends prematurely.

PS. I've had this issues since 10.8.0 but 10.8.1 fixed it for me

@atomdmac
Copy link

@SlowNStupid I just realized that I've been running 10.8.0 so the issue may well have been resolved in 10.8.1. I'll give that a shot and see what happens 🤞

@SlowNStupid
Copy link

@SlowNStupid I just realized that I've been running 10.8.0 so the issue may well have been resolved in 10.8.1. I'll give that a shot and see what happens 🤞

Ah sorry, my wording was bad. I meant that the original issues (the issues described in OP) was fixed in 10.8.1 for me.

@theAeon
Copy link

theAeon commented Jul 26, 2022

Yeah, no, the transcoding kill timer on 10.8.1 is definitely way too aggressive. I don't exactly have a basis for comparison, but when transcoding Hi10p down to normal H264 for my chromecast it gets about 6000 frames in and then terminates for absolutely no reason. Log attached. It works fine on smaller files, for what its worth.

/videos/c481a5b6-186b-a12b-74ce-faf247fbe57b/stream.mkv

{"Protocol":0,"Id":"c481a5b6186ba12b74cefaf247fbe57b","Path":"/mnt/movies/Gekijouban Fate\u2044Stay Night\u0589 Heaven\u0027s Feel/[Kaleido-SCY] Fate Stay Night Heaven\u0027s Feel III. - Spring Song (BD 1080p Hi10 FLAC)].mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":10430600192,"Name":"[Kaleido-SCY] Fate Stay Night Heaven\u0027s Feel III. - Spring Song (BD 1080p Hi10 FLAC)]","IsRemote":false,"ETag":"0307c3cfa32205ccd1310406d2a678c0","RunTimeTicks":73253543936,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"BD 1080p 10bit [Kaleido-SCY]","VideoRange":"SDR","VideoRangeType":"SDR","VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"BD 1080p 10bit [Kaleido-SCY] - H264 - SDR","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"ChannelLayout":null,"BitRate":11391231,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":true,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"High 10","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":51,"IsAnamorphic":null},{"Codec":"flac","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Japanese 5.1 FLAC","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Japanese 5.1 FLAC - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":3434718,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":true,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"English 5.1 AC-3","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"English 5.1 AC-3 - Dolby Digital","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":384000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ass","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Full Subtitles [Kaleido-SCY]","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","DisplayTitle":"Full Subtitles [Kaleido-SCY] - English - Default - Forced - ASS","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":true,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ass","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Signs \u0026 Songs","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","DisplayTitle":"Signs \u0026 Songs - English - ASS","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[{"Codec":"otf","CodecTag":"[0][0][0][0]","Comment":null,"Index":5,"FileName":"GANDHISANS-BOLD.OTF","MimeType":"application/vnd.ms-opentype","DeliveryUrl":null},{"Codec":"otf","CodecTag":"[0][0][0][0]","Comment":null,"Index":6,"FileName":"GANDHISANS-BOLDITALIC.OTF","MimeType":"application/vnd.ms-opentype","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":7,"FileName":"GandhiSansExtraGlyphs-Bold.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":8,"FileName":"GandhiSansExtraGlyphs-BoldItalic.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":9,"FileName":"seguisym.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":10,"FileName":"arial.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":11,"FileName":"AvalonType.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":12,"FileName":"BERNIESHAND-PLAIN.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":13,"FileName":"CCYuletideLog.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":14,"FileName":"FOT Rodin Pro EB.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null}],"Formats":[],"Bitrate":15209949,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:,driver=iHD,kernel_driver=i915 -init_hw_device qsv=qs@va -filter_hw_device qs -autorotate 0 -i file:"/mnt/movies/Gekijouban Fate⁄Stay Night։ Heaven's Feel/[Kaleido-SCY] Fate Stay Night Heaven's Feel III. - Spring Song (BD 1080p Hi10 FLAC)].mkv" -map 0:0 -map 0:1 -codec:v:0 h264_qsv -force_key_frames "expr:gte(t,n_forced*5)" -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1920\,1080*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1920/a\,1080))/2)*2,format=yuv420p,subtitles=f='/mnt/movies/Gekijouban Fate⁄Stay Night։ Heaven'\\\''s Feel/[Kaleido-SCY] Fate Stay Night Heaven'\\\''s Feel III. - Spring Song (BD 1080p Hi10 FLAC)].mkv':si=0:fontsdir='/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b'" -copyts -avoid_negative_ts disabled -start_at_zero -preset 7 -look_ahead 0 -b:v 11391231 -maxrate 11391231 -bufsize 22782462 -profile:v:0 high -level 42 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 copy -y "/var/lib/jellyfin/transcodes/0c0705d174ebc614c01b0af00db0f397.mkv"


ffmpeg version 5.0.1-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 17.100 / 57. 17.100
  libavcodec     59. 18.100 / 59. 18.100
  libavformat    59. 16.100 / 59. 16.100
  libavdevice    59.  4.100 / 59.  4.100
  libavfilter     8. 24.100 /  8. 24.100
  libswscale      6.  4.100 /  6.  4.100
  libswresample   4.  3.100 /  4.  3.100
  libpostproc    56.  3.100 / 56.  3.100
Input #0, matroska,webm, from 'file:/mnt/movies/Gekijouban Fate⁄Stay Night։ Heaven's Feel/[Kaleido-SCY] Fate Stay Night Heaven's Feel III. - Spring Song (BD 1080p Hi10 FLAC)].mkv':
  Metadata:
    title           : [Kaleido-SCY] Fate Stay Night Heaven's Feel III. - Spring Song (BD 1080p Hi10 FLAC) [Dual-Audio]
    encoder         : libebml v1.4.2 + libmatroska v1.6.4
    creation_time   : 2021-05-28T18:46:19.000000Z
  Duration: 02:02:05.35, start: 0.000000, bitrate: 11391 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 669.711000
      Metadata:
        title           : Prologue
    Chapter #0:1: start 669.711000, end 789.038000
      Metadata:
        title           : Part A
    Chapter #0:2: start 789.038000, end 1153.194000
      Metadata:
        title           : Part B
    Chapter #0:3: start 1153.194000, end 1453.618000
      Metadata:
        title           : Part C
    Chapter #0:4: start 1453.618000, end 1642.390000
      Metadata:
        title           : Part D
    Chapter #0:5: start 1642.390000, end 1961.709000
      Metadata:
        title           : Part E
    Chapter #0:6: start 1961.709000, end 2355.310000
      Metadata:
        title           : Part F
    Chapter #0:7: start 2355.310000, end 2551.298000
      Metadata:
        title           : Part G
    Chapter #0:8: start 2551.298000, end 2970.675000
      Metadata:
        title           : Part H
    Chapter #0:9: start 2970.675000, end 3100.930000
      Metadata:
        title           : Part I
    Chapter #0:10: start 3100.930000, end 3308.429000
      Metadata:
        title           : Part J
    Chapter #0:11: start 3308.429000, end 3575.613000
      Metadata:
        title           : Part K
    Chapter #0:12: start 3575.613000, end 3820.524000
      Metadata:
        title           : Part L
    Chapter #0:13: start 3820.524000, end 3995.949000
      Metadata:
        title           : Part M
    Chapter #0:14: start 3995.949000, end 4176.672000
      Metadata:
        title           : Part N
    Chapter #0:15: start 4176.672000, end 4359.521000
      Metadata:
        title           : Part O
    Chapter #0:16: start 4359.521000, end 4816.102000
      Metadata:
        title           : Part P
    Chapter #0:17: start 4816.102000, end 5113.482000
      Metadata:
        title           : Part Q
    Chapter #0:18: start 5113.482000, end 5394.054000
      Metadata:
        title           : Part R
    Chapter #0:19: start 5394.054000, end 5880.499000
      Metadata:
        title           : Part S
    Chapter #0:20: start 5880.499000, end 6417.952000
      Metadata:
        title           : Part T
    Chapter #0:21: start 6417.952000, end 6726.177000
      Metadata:
        title           : Part U
    Chapter #0:22: start 6726.177000, end 7041.242000
      Metadata:
        title           : Part V
    Chapter #0:23: start 7041.242000, end 7325.354000
      Metadata:
        title           : Ending
  Stream #0:0(jpn): Video: h264 (High 10), yuv420p10le(progressive), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default) (forced)
    Metadata:
      title           : BD 1080p 10bit [Kaleido-SCY]
      BPS             : 7456280
      DURATION        : 02:02:05.317000000
      NUMBER_OF_FRAMES: 175632
      NUMBER_OF_BYTES : 6827452440
      _STATISTICS_WRITING_APP: mkvmerge v57.0.0 ('Till The End') 64-bit
      _STATISTICS_WRITING_DATE_UTC: 2021-05-28 18:46:19
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:1(jpn): Audio: flac, 48000 Hz, 5.1(side), s32 (24 bit) (default) (forced)
    Metadata:
      title           : Japanese 5.1 FLAC
      BPS             : 3434718
      DURATION        : 02:02:05.354000000
      NUMBER_OF_FRAMES: 85844
      NUMBER_OF_BYTES : 3145066295
      _STATISTICS_WRITING_APP: mkvmerge v57.0.0 ('Till The End') 64-bit
      _STATISTICS_WRITING_DATE_UTC: 2021-05-28 18:46:19
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
    Metadata:
      title           : English 5.1 AC-3
      BPS             : 384000
      DURATION        : 02:02:05.248000000
      NUMBER_OF_FRAMES: 228914
      NUMBER_OF_BYTES : 351611904
      _STATISTICS_WRITING_APP: mkvmerge v57.0.0 ('Till The End') 64-bit
      _STATISTICS_WRITING_DATE_UTC: 2021-05-28 18:46:19
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:3(eng): Subtitle: ass (default) (forced)
    Metadata:
      title           : Full Subtitles [Kaleido-SCY]
      BPS             : 53417
      DURATION        : 02:01:50.700000000
      NUMBER_OF_FRAMES: 21840
      NUMBER_OF_BYTES : 48815066
      _STATISTICS_WRITING_APP: mkvmerge v57.0.0 ('Till The End') 64-bit
      _STATISTICS_WRITING_DATE_UTC: 2021-05-28 18:46:19
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:4(eng): Subtitle: ass
    Metadata:
      title           : Signs & Songs
      BPS             : 51309
      DURATION        : 02:01:50.700000000
      NUMBER_OF_FRAMES: 6610
      NUMBER_OF_BYTES : 46888717
      _STATISTICS_WRITING_APP: mkvmerge v57.0.0 ('Till The End') 64-bit
      _STATISTICS_WRITING_DATE_UTC: 2021-05-28 18:46:19
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:5: Attachment: otf
    Metadata:
      filename        : GANDHISANS-BOLD.OTF
      mimetype        : application/vnd.ms-opentype
  Stream #0:6: Attachment: otf
    Metadata:
      filename        : GANDHISANS-BOLDITALIC.OTF
      mimetype        : application/vnd.ms-opentype
  Stream #0:7: Attachment: ttf
    Metadata:
      filename        : GandhiSansExtraGlyphs-Bold.ttf
      mimetype        : application/x-truetype-font
  Stream #0:8: Attachment: ttf
    Metadata:
      filename        : GandhiSansExtraGlyphs-BoldItalic.ttf
      mimetype        : application/x-truetype-font
  Stream #0:9: Attachment: ttf
    Metadata:
      filename        : seguisym.ttf
      mimetype        : application/x-truetype-font
  Stream #0:10: Attachment: ttf
    Metadata:
      filename        : arial.ttf
      mimetype        : application/x-truetype-font
  Stream #0:11: Attachment: ttf
    Metadata:
      filename        : AvalonType.ttf
      mimetype        : application/x-truetype-font
  Stream #0:12: Attachment: ttf
    Metadata:
      filename        : BERNIESHAND-PLAIN.TTF
      mimetype        : application/x-truetype-font
  Stream #0:13: Attachment: ttf
    Metadata:
      filename        : CCYuletideLog.ttf
      mimetype        : application/x-truetype-font
  Stream #0:14: Attachment: ttf
    Metadata:
      filename        : FOT Rodin Pro EB.ttf
      mimetype        : application/x-truetype-font
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_qsv))
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[Parsed_subtitles_3 @ 0x556c11a71540] libass API version: 0x1502000
[Parsed_subtitles_3 @ 0x556c11a71540] libass source: tarball: 0.15.2
[Parsed_subtitles_3 @ 0x556c11a71540] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX)
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/GANDHISANS-BOLDITALIC.OTF'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/CCYuletideLog.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/GANDHISANS-BOLD.OTF'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/FOT Rodin Pro EB.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/BERNIESHAND-PLAIN.TTF'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/AvalonType.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/GandhiSansExtraGlyphs-BoldItalic.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/GandhiSansExtraGlyphs-Bold.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/arial.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Loading font file '/var/cache/jellyfin/attachments/c481a5b6186ba12b74cefaf247fbe57b/seguisym.ttf'
[Parsed_subtitles_3 @ 0x556c11a71540] Using font provider fontconfig
[Parsed_subtitles_3 @ 0x556c11a71540] fontselect: (Arial, 400, 0) -> ArialMT, 0, ArialMT
[Parsed_subtitles_3 @ 0x556c11a71540] fontselect: (FOT Rodin Pro EB, 400, 0) -> FOT Rodin Pro EB, 0, (none)
[Parsed_subtitles_3 @ 0x556c11a71540] fontselect: (FOT Rodin Pro EB, 800, 0) -> FOT Rodin Pro EB, 0, (none)
Output #0, matroska, to '/var/lib/jellyfin/transcodes/0c0705d174ebc614c01b0af00db0f397.mkv':
  Metadata:
    encoder         : Lavf59.16.100
  Stream #0:0: Video: h264 (H264 / 0x34363248), nv12(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 11391 kb/s, 23.98 fps, 1k tbn (default) (forced)
    Metadata:
      encoder         : Lavc59.18.100 h264_qsv
    Side data:
      cpb: bitrate max/min/avg: 11391231/0/11391231 buffer size: 22782462 vbv_delay: N/A
  Stream #0:1: Audio: flac ([172][241][0][0] / 0xF1AC), 48000 Hz, 5.1(side), s32 (24 bit) (default) (forced)
frame=    1 fps=0.0 q=0.0 size=       1kB time=00:00:00.00 bitrate=N/A speed=   0x    
frame=    2 fps=0.0 q=0.0 size=       1kB time=00:00:00.00 bitrate=N/A speed=   0x    
frame=   30 fps=0.7 q=26.0 size=       1kB time=00:00:00.68 bitrate=   9.6kbits/s speed=0.0158x    
frame=   55 fps=1.3 q=26.0 size=       1kB time=00:00:01.36 bitrate=   4.8kbits/s speed=0.0312x    
frame=   78 fps=1.8 q=14.0 size=       1kB time=00:00:02.73 bitrate=   2.4kbits/s speed=0.0617x    
frame=  104 fps=2.3 q=14.0 size=    5120kB time=00:00:03.41 bitrate=12289.2kbits/s speed=0.0763x    
frame=  131 fps=2.9 q=13.0 size=    5120kB time=00:00:04.35 bitrate=9637.6kbits/s speed=0.0962x    
frame=  155 fps=3.4 q=13.0 size=    5120kB time=00:00:05.71 bitrate=7336.5kbits/s speed=0.125x    
frame=  182 fps=3.9 q=13.0 size=   10240kB time=00:00:07.08 bitrate=11845.0kbits/s speed=0.153x    
frame=  211 fps=4.5 q=13.0 size=   10240kB time=00:00:07.76 bitrate=10803.1kbits/s speed=0.166x    
frame=  239 fps=5.1 q=13.0 size=   10240kB time=00:00:09.13 bitrate=9188.0kbits/s speed=0.193x    
frame=  268 fps=5.6 q=26.0 size=   14848kB time=00:00:10.49 bitrate=11588.7kbits/s speed=0.22x    
frame=  297 fps=6.1 q=12.0 size=   14848kB time=00:00:11.86 bitrate=10255.0kbits/s speed=0.245x    
frame=  327 fps=6.7 q=12.0 size=   14848kB time=00:00:13.22 bitrate=9196.6kbits/s speed=0.271x    
frame=  356 fps=7.2 q=12.0 size=   19968kB time=00:00:14.08 bitrate=11616.9kbits/s speed=0.285x    
frame=  385 fps=7.7 q=13.0 size=   19968kB time=00:00:15.44 bitrate=10591.0kbits/s speed=0.31x    
frame=  413 fps=8.2 q=12.0 size=   19968kB time=00:00:16.81 bitrate=9731.0kbits/s speed=0.334x    
frame=  441 fps=8.7 q=12.0 size=   25344kB time=00:00:17.49 bitrate=11868.6kbits/s speed=0.344x    
frame=  471 fps=9.2 q=26.0 size=   25344kB time=00:00:18.85 bitrate=11009.5kbits/s speed=0.367x    
frame=  501 fps=9.7 q=26.0 size=   25344kB time=00:00:20.22 bitrate=10265.9kbits/s speed=0.39x    
frame=  528 fps= 10 q=26.0 size=   30720kB time=00:00:21.41 bitrate=11749.8kbits/s speed=0.409x    
frame=  609 fps= 12 q=6.0 size=   35840kB time=00:00:24.74 bitrate=11864.6kbits/s speed=0.468x    
frame=  684 fps= 13 q=11.0 size=   41216kB time=00:00:27.64 bitrate=12211.7kbits/s speed=0.518x    
frame=  757 fps= 14 q=7.0 size=   46336kB time=00:00:30.63 bitrate=12391.0kbits/s speed=0.568x    
frame=  831 fps= 15 q=8.0 size=   53760kB time=00:00:33.62 bitrate=13099.0kbits/s speed=0.618x    
frame=  901 fps= 16 q=9.0 size=   58880kB time=00:00:37.03 bitrate=13024.4kbits/s speed=0.674x    
frame=  977 fps= 18 q=9.0 size=   64256kB time=00:00:39.76 bitrate=13237.4kbits/s speed=0.717x    
frame= 1050 fps= 19 q=11.0 size=   67072kB time=00:00:42.75 bitrate=12852.1kbits/s speed=0.764x    
frame= 1125 fps= 20 q=9.0 size=   72192kB time=00:00:46.33 bitrate=12763.2kbits/s speed=0.821x    
[Parsed_subtitles_3 @ 0x556c11a71540] fontselect: (Gandhi Sans, 700, 0) -> GandhiSans-Bold, 0, GandhiSans-Bold
frame= 1192 fps= 21 q=10.0 size=   77312kB time=00:00:48.98 bitrate=12930.3kbits/s speed=0.86x    
frame= 1258 fps= 22 q=9.0 size=   85248kB time=00:00:51.79 bitrate=13482.5kbits/s speed=0.902x    
frame= 1319 fps= 23 q=13.0 size=   90368kB time=00:00:54.10 bitrate=13683.6kbits/s speed=0.934x    
frame= 1390 fps= 24 q=14.0 size=   90368kB time=00:00:57.00 bitrate=12987.2kbits/s speed=0.975x    
frame= 1453 fps= 25 q=14.0 size=   95488kB time=00:00:59.64 bitrate=13114.0kbits/s speed=1.01x    
frame= 1526 fps= 26 q=6.0 size=  104448kB time=00:01:03.06 bitrate=13568.4kbits/s speed=1.06x    
frame= 1587 fps= 26 q=6.0 size=  109568kB time=00:01:05.53 bitrate=13696.0kbits/s speed=1.09x    
frame= 1639 fps= 27 q=15.0 size=  114688kB time=00:01:07.32 bitrate=13954.4kbits/s speed=1.11x    
frame= 1685 fps= 28 q=12.0 size=  114688kB time=00:01:09.37 bitrate=13542.5kbits/s speed=1.14x    
frame= 1732 fps= 28 q=14.0 size=  119808kB time=00:01:11.33 bitrate=13758.0kbits/s speed=1.16x    
frame= 1784 fps= 29 q=13.0 size=  124160kB time=00:01:13.38 bitrate=13859.8kbits/s speed=1.18x    
frame= 1832 fps= 29 q=14.0 size=  129280kB time=00:01:15.35 bitrate=14055.2kbits/s speed=1.21x    
frame= 1885 fps= 30 q=14.0 size=  134656kB time=00:01:17.82 bitrate=14174.3kbits/s speed=1.24x    
frame= 1946 fps= 31 q=14.0 size=  139776kB time=00:01:20.12 bitrate=14290.2kbits/s speed=1.26x    
frame= 2017 fps= 32 q=6.0 size=  143104kB time=00:01:23.28 bitrate=14075.9kbits/s speed= 1.3x    
frame= 2069 fps= 32 q=11.0 size=  143104kB time=00:01:25.33 bitrate=13738.0kbits/s speed=1.32x    
frame= 2115 fps= 33 q=16.0 size=  148224kB time=00:01:27.12 bitrate=13936.9kbits/s speed=1.34x    
frame= 2163 fps= 33 q=15.0 size=  153344kB time=00:01:29.51 bitrate=14033.5kbits/s speed=1.37x    
frame= 2216 fps= 34 q=14.0 size=  158720kB time=00:01:31.39 bitrate=14226.8kbits/s speed=1.38x    
frame= 2284 fps= 34 q=18.0 size=  162560kB time=00:01:34.71 bitrate=14059.4kbits/s speed=1.42x    
frame= 2347 fps= 35 q=6.0 size=  167680kB time=00:01:37.02 bitrate=14157.7kbits/s speed=1.45x    
frame= 2392 fps= 35 q=16.0 size=  172800kB time=00:01:38.73 bitrate=14337.9kbits/s speed=1.46x    
frame= 2428 fps= 36 q=14.0 size=  172800kB time=00:01:40.52 bitrate=14082.0kbits/s speed=1.48x    
frame= 2474 fps= 36 q=25.0 size=  177920kB time=00:01:42.57 bitrate=14210.0kbits/s speed= 1.5x    
frame= 2525 fps= 37 q=4.0 size=  181760kB time=00:01:44.70 bitrate=14221.0kbits/s speed=1.52x    
frame= 2558 fps= 37 q=12.0 size=  181760kB time=00:01:45.72 bitrate=14083.0kbits/s speed=1.52x    
frame= 2622 fps= 37 q=24.0 size=  186880kB time=00:01:48.37 bitrate=14126.4kbits/s speed=1.55x    
frame= 2691 fps= 38 q=9.0 size=  192256kB time=00:01:51.44 bitrate=14132.2kbits/s speed=1.58x    
frame= 2762 fps= 39 q=14.0 size=  200192kB time=00:01:54.17 bitrate=14363.4kbits/s speed=1.61x    
frame= 2829 fps= 40 q=10.0 size=  205312kB time=00:01:57.41 bitrate=14324.1kbits/s speed=1.64x    
frame= 2904 fps= 40 q=11.0 size=  210432kB time=00:02:00.49 bitrate=14307.1kbits/s speed=1.67x    
frame= 2959 fps= 41 q=20.0 size=  210432kB time=00:02:02.79 bitrate=14038.5kbits/s speed=1.69x    
frame= 3017 fps= 41 q=11.0 size=  218368kB time=00:02:04.84 bitrate=14329.1kbits/s speed=1.71x    
frame= 3088 fps= 42 q=11.0 size=  223488kB time=00:02:07.99 bitrate=14303.3kbits/s speed=1.74x    
frame= 3158 fps= 43 q=10.0 size=  228608kB time=00:02:11.24 bitrate=14269.5kbits/s speed=1.77x    
frame= 3216 fps= 43 q=7.0 size=  228608kB time=00:02:13.37 bitrate=14041.2kbits/s speed=1.79x    
frame= 3269 fps= 44 q=10.0 size=  237056kB time=00:02:15.33 bitrate=14349.0kbits/s speed= 1.8x    
frame= 3324 fps= 44 q=10.0 size=  242432kB time=00:02:17.55 bitrate=14437.7kbits/s speed=1.82x    
frame= 3381 fps= 44 q=11.0 size=  242432kB time=00:02:19.86 bitrate=14199.8kbits/s speed=1.84x    
frame= 3448 fps= 45 q=26.0 size=  247552kB time=00:02:22.84 bitrate=14196.5kbits/s speed=1.86x    
frame= 3506 fps= 45 q=22.0 size=  252928kB time=00:02:25.23 bitrate=14266.2kbits/s speed=1.88x    
frame= 3556 fps= 46 q=16.0 size=  256000kB time=00:02:27.45 bitrate=14222.2kbits/s speed= 1.9x    
frame= 3606 fps= 46 q=7.0 size=  261120kB time=00:02:29.42 bitrate=14316.0kbits/s speed=1.91x    
frame= 3656 fps= 46 q=21.0 size=  266240kB time=00:02:31.46 bitrate=14399.5kbits/s speed=1.93x    
frame= 3712 fps= 47 q=16.0 size=  266240kB time=00:02:33.77 bitrate=14183.7kbits/s speed=1.94x    
frame= 3759 fps= 47 q=9.0 size=  274944kB time=00:02:35.73 bitrate=14462.9kbits/s speed=1.95x    
frame= 3811 fps= 48 q=10.0 size=  274944kB time=00:02:37.95 bitrate=14259.7kbits/s speed=1.97x    
frame= 3879 fps= 48 q=6.0 size=  280064kB time=00:02:40.93 bitrate=14255.6kbits/s speed=1.99x    
frame= 3935 fps= 48 q=11.0 size=  285184kB time=00:02:43.41 bitrate=14296.5kbits/s speed=2.01x    
frame= 4001 fps= 49 q=14.0 size=  290304kB time=00:02:46.14 bitrate=14313.9kbits/s speed=2.03x    
frame= 4066 fps= 49 q=17.0 size=  294656kB time=00:02:48.96 bitrate=14286.4kbits/s speed=2.06x    
frame= 4127 fps= 50 q=15.0 size=  299776kB time=00:02:51.34 bitrate=14331.9kbits/s speed=2.07x    
frame= 4179 fps= 50 q=17.0 size=  304896kB time=00:02:53.56 bitrate=14390.5kbits/s speed=2.09x    
frame= 4230 fps= 51 q=25.0 size=  310272kB time=00:02:55.70 bitrate=14466.4kbits/s speed= 2.1x    
frame= 4291 fps= 51 q=14.0 size=  314880kB time=00:02:58.43 bitrate=14456.6kbits/s speed=2.12x    
frame= 4350 fps= 51 q=16.0 size=  320256kB time=00:03:00.65 bitrate=14522.8kbits/s speed=2.13x    
frame= 4397 fps= 52 q=23.0 size=  325376kB time=00:03:02.52 bitrate=14603.1kbits/s speed=2.14x    
frame= 4451 fps= 52 q=22.0 size=  330496kB time=00:03:04.49 bitrate=14675.1kbits/s speed=2.15x    
frame= 4517 fps= 52 q=10.0 size=  335360kB time=00:03:07.47 bitrate=14653.9kbits/s speed=2.17x    
frame= 4569 fps= 53 q=18.0 size=  340480kB time=00:03:09.69 bitrate=14703.6kbits/s speed=2.19x    
frame= 4621 fps= 53 q=18.0 size=  340480kB time=00:03:11.82 bitrate=14540.1kbits/s speed= 2.2x    
frame= 4666 fps= 53 q=25.0 size=  345600kB time=00:03:13.87 bitrate=14602.8kbits/s speed=2.21x    
frame= 4710 fps= 53 q=23.0 size=  350720kB time=00:03:15.41 bitrate=14702.7kbits/s speed=2.21x    
frame= 4769 fps= 54 q=19.0 size=  355584kB time=00:03:17.97 bitrate=14713.8kbits/s speed=2.23x    
frame= 4827 fps= 54 q=12.0 size=  360704kB time=00:03:20.36 bitrate=14747.7kbits/s speed=2.24x    
frame= 4893 fps= 54 q=20.0 size=  365824kB time=00:03:23.26 bitrate=14743.5kbits/s speed=2.26x    
frame= 4960 fps= 55 q=12.0 size=  365824kB time=00:03:26.50 bitrate=14512.1kbits/s speed=2.29x    
frame= 5035 fps= 55 q=9.0 size=  373760kB time=00:03:28.98 bitrate=14651.3kbits/s speed= 2.3x    
frame= 5113 fps= 56 q=7.0 size=  379136kB time=00:03:32.47 bitrate=14617.4kbits/s speed=2.33x    
frame= 5166 fps= 56 q=17.0 size=  384256kB time=00:03:34.69 bitrate=14661.6kbits/s speed=2.34x    
frame= 5243 fps= 57 q=9.0 size=  389376kB time=00:03:37.77 bitrate=14647.4kbits/s speed=2.36x    
frame= 5310 fps= 57 q=9.0 size=  392192kB time=00:03:40.41 bitrate=14576.2kbits/s speed=2.37x    
frame= 5373 fps= 58 q=17.0 size=  397312kB time=00:03:42.97 bitrate=14597.0kbits/s speed=2.39x    
frame= 5430 fps= 58 q=15.0 size=  402432kB time=00:03:45.53 bitrate=14617.3kbits/s speed= 2.4x    
frame= 5490 fps= 58 q=14.0 size=  407808kB time=00:03:48.35 bitrate=14629.9kbits/s speed=2.42x    
frame= 5545 fps= 58 q=7.0 size=  410624kB time=00:03:50.31 bitrate=14605.4kbits/s speed=2.43x    
frame= 5604 fps= 59 q=11.0 size=  415744kB time=00:03:52.87 bitrate=14625.0kbits/s speed=2.44x    
frame= 5666 fps= 59 q=12.0 size=  421376kB time=00:03:55.60 bitrate=14651.3kbits/s speed=2.46x    
frame= 5725 fps= 59 q=11.0 size=  426496kB time=00:03:57.73 bitrate=14696.2kbits/s speed=2.47x    
frame= 5787 fps= 60 q=12.0 size=  430336kB time=00:04:00.72 bitrate=14644.6kbits/s speed=2.49x    
frame= 5846 fps= 60 q=20.0 size=  435456kB time=00:04:03.20 bitrate=14668.0kbits/s speed= 2.5x    
frame= 5903 fps= 60 q=10.0 size=  435456kB time=00:04:05.50 bitrate=14530.3kbits/s speed=2.51x    
frame= 5958 fps= 61 q=14.0 size=  440576kB time=00:04:07.72 bitrate=14569.6kbits/s speed=2.52x    
frame= 6019 fps= 61 q=12.0 size=  447744kB time=00:04:10.28 bitrate=14655.0kbits/s speed=2.53x    
frame= 6088 fps= 61 q=13.0 size=  453120kB time=00:04:12.84 bitrate=14680.9kbits/s speed=2.54x    
frame= 6147 fps= 62 q=13.0 size=  458240kB time=00:04:15.31 bitrate=14702.8kbits/s speed=2.56x    
frame= 6210 fps= 62 q=13.0 size=  463360kB time=00:04:17.96 bitrate=14714.6kbits/s speed=2.57x    
frame= 6259 fps= 62 q=8.0 size=  467200kB time=00:04:20.09 bitrate=14715.0kbits/s speed=2.58x    
frame= 6310 fps= 62 q=20.0 size=  467200kB time=00:04:22.91 bitrate=14557.4kbits/s speed=2.59x    
frame= 6370 fps= 63 q=19.0 size=  472320kB time=00:04:24.61 bitrate=14622.0kbits/s speed= 2.6x    
frame= 6422 fps= 63 q=8.0 size=  472320kB time=00:04:26.83 bitrate=14500.4kbits/s speed=2.61x    
frame= 6462 fps= 63 q=15.0 size=  477696kB time=00:04:28.80 bitrate=14558.4kbits/s speed=2.61x    
frame= 6498 fps= 63 q=15.0 size=  482816kB time=00:04:30.08 bitrate=14644.7kbits/s speed=2.61x    
frame= 6521 fps= 63 q=13.0 size=  484352kB time=00:04:31.18 bitrate=14631.2kbits/s speed=2.61x    
frame= 6545 fps= 63 q=10.0 size=  484352kB time=00:04:31.87 bitrate=14594.5kbits/s speed= 2.6x    
frame= 6567 fps= 63 q=16.0 size=  489472kB time=00:04:33.15 bitrate=14679.6kbits/s speed= 2.6x    

[q] command received. Exiting.

frame= 6569 fps= 63 q=16.0 Lsize=  491047kB time=00:04:33.15 bitrate=14726.9kbits/s speed= 2.6x    
video:381636kB audio:109327kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017156%

@zeroquinc
Copy link

zeroquinc commented Aug 4, 2022

I got the exact same problem. Any updates?

I get this error after 15mins of playing and then the playback stops.

[13:42:15] [INF] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /config/data/transcodes/5aace560d0fea7a8111f7a97bcce6103.m3u8 [13:42:15] [INF] [50] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0

I tried 10.8.0, 10.8.1 and 10.8.3, all the same problem.

frame=175164 fps=351 q=-1.0 size=N/A time=02:01:39.94 bitrate=N/A speed=14.6x    
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241217.ts' for writing
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241218.ts' for writing
frame=175391 fps=351 q=-1.0 size=N/A time=02:01:49.43 bitrate=N/A speed=14.6x    
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241219.ts' for writing
frame=175621 fps=351 q=-1.0 size=N/A time=02:01:58.97 bitrate=N/A speed=14.6x    
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241220.ts' for writing
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241221.ts' for writing
frame=175884 fps=351 q=-1.0 size=N/A time=02:02:09.98 bitrate=N/A speed=14.6x    
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241222.ts' for writing
[hls @ 0x562f08f61fc0] Opening '/config/data/transcodes/744b76500776202129ce77c4bbedff241223.ts' for writing
frame=176041 fps=351 q=-1.0 Lsize=N/A time=02:02:16.59 bitrate=N/A speed=14.6x    
video:26415948kB audio:573620kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

Any updates on this? Why is this issue closed? I had to switch to Plex because Jellyfin is unusable for me cause its deleting unfinished transcodes.

@CodeMason
Copy link

This exact same thing is happening for me. 10.8.5. Android client, MacOS Jellyfin Mobile client, and Firefox 105.0.1 (MacOS) web client.

@CodeMason
Copy link

I've tracked it down to this setting. If selected, playback stops. If deselected, everything works as expected.

image

@zx900930
Copy link

zx900930 commented Oct 10, 2022

For Intel Alder Lake desktop users:
The QSV transcode can cause this bug, too.
When the playback stopped. You can find in the dmesg logs
dmesg | grep i915

[ 6474.717206] i915 0000:01:00.0: [drm] Resetting vecs0 for CS error
[ 6474.717226] i915 0000:01:00.0: [drm] ffmpeg[56627] context reset due to GPU hang
[ 6474.718871] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6474.718887] i915 0000:01:00.0: [drm] ffmpeg[56652] context reset due to GPU hang
[ 6474.720520] i915 0000:01:00.0: [drm] Resetting rcs0 for CS error
[ 6474.722198] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6474.934112] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:8:b8381de3, in ffmpeg [56627]
[ 6475.188851] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:b838df27, in ffmpeg [56652]
[ 6475.190841] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6475.190854] i915 0000:01:00.0: [drm] ffmpeg[56652] context reset due to GPU hang
[ 6478.809752] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:1:7818d28b, in ffmpeg [56627]
[ 6478.845615] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:b838e36b, in ffmpeg [56689]
[ 6478.847261] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.102083] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:b831b1ff, in ffmpeg [56652]
[ 6479.137674] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6479.139339] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.175061] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6479.176710] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.212325] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6479.213983] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.249192] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6479.250851] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.287265] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6479.288926] i915 0000:01:00.0: [drm] Resetting vcs0 for CS error
[ 6479.326318] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:4:f57f5bdf, in ffmpeg [56689]
[ 6494.714761] Fence expiration time out i915-0000:01:00.0:ffmpeg[56627]:9c26!
[ 6496.486680] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:1:9db4de3f, in ffmpeg [56627]
[ 6496.487703] i915 0000:01:00.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0
[ 6499.822694] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:0:00000000
[ 6499.823710] i915 0000:01:00.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0
[ 6518.523481] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:1:9db4de3f, in ffmpeg [56627]
[ 6518.524506] i915 0000:01:00.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0
[ 6537.436651] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:1:9db4de3f, in ffmpeg [56627]
[ 6537.437673] i915 0000:01:00.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0
[ 6556.369634] i915 0000:01:00.0: [drm] GPU HANG: ecode 12:1:9db4de3f, in ffmpeg [56627]
[ 6556.370656] i915 0000:01:00.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0

There are many GPU HANG: ecode xxxxxx errors.

That means the i915 driver is crashed.

To solve this problem:

  1. You need to make sure your linux kernal is >= 5.18.0 that has proper Alder Lake support. If you are using hypervisers like proxmox, please ensure your host kernal is >= 5.18.0, too.
    image

  2. In your jellyfin vm, install the latest i915 firmwares(debian for example).

    mkdir firmware
    cd firmware
    wget -r -nd -e robots=no -A '*.bin' --accept-regex '/plain/' https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux- 
    firmware.git/tree/i915/
    sudo mv *.bin /lib/firmware/i915/
    sudo update-initramfs -c -k all
    
  3. Add i915.enable_guc=2 GUC kernel parameter to your GRUB_CMDLINE_LINUX_DEFAULT
    nano /etc/default/grub
    image
    update-grub to apply the change.

  4. reboot your vm, check your iGPU initialize correctly:

[    4.736904] i915 0000:01:00.0: firmware: direct-loading firmware i915/adls_dmc_ver2_01.bin
[    4.737336] i915 0000:01:00.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    5.737751] i915 0000:01:00.0: [drm] failed to retrieve link info, disabling eDP
[    5.738435] i915 0000:01:00.0: firmware: direct-loading firmware i915/tgl_guc_70.1.1.bin
[    5.738948] i915 0000:01:00.0: firmware: direct-loading firmware i915/tgl_huc_7.9.3.bin
[    5.831698] i915 0000:01:00.0: [drm] GuC firmware i915/tgl_guc_70.1.1.bin version 70.1
[    5.831704] i915 0000:01:00.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9
[    5.834291] i915 0000:01:00.0: [drm] HuC authenticated
[    5.834301] i915 0000:01:00.0: [drm] GuC submission disabled
[    5.834305] i915 0000:01:00.0: [drm] GuC SLPC disabled
[    5.835680] [drm] Initialized i915 1.6.0 20201103 for 0000:01:00.0 on minor 1

now the playback ends issue should gone.

  Output #0, hls, to '/config/transcodes/36aaa298441ebbf0cc77ee70e417fe3e.m3u8':
  Metadata:
    encoder         : Lavf59.27.100
  Stream #0:0: Video: h264, qsv(progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 7160 kb/s, 23.98 fps, 90k tbn
    Metadata:
      encoder         : Lavc59.37.100 h264_qsv
    Side data:
      cpb: bitrate max/min/avg: 7160292/0/7160292 buffer size: 14320584 vbv_delay: N/A
  Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp

@Sapd
Copy link

Sapd commented Dec 29, 2022

If someone comes over this issue, I want to add to @zx900930 suggestion:

I still received hangs/GPU crashes sometimes with h265 (h264 works fine) and alder lake. This does not happen often, but basically the whole VM is not usable any more in this state. I even tried the latest drm-tip kernel and a fresh compilation of the newest intel-media-driver. It seems that simply the drivers are still immature for the new hybrid CPUs (12thgen+). You can see this by the amount of h265 issues in the intel-media-driver repository on Github.

What you can do, however, is actually set i915.enable_guc from 2 to 3. This will fully enable the GuC itself, responsible for power management. Now this won't prevent crashes, but now the GPU will be able to recover from them and restart itself and the driver. This is so fast that the user doesn't notice that (ffmpeg is killed and a new process simply spawns, continuing the transcode). Whats also interesting is, once it crashes for the second or third time, no more crashes are happening for me.

@Mavyre
Copy link

Mavyre commented Jan 26, 2023

Same issue here. It seems that whenever the server transcodes in mkv instead of ts, it deletes too rapidly the transcoded content.

@ggogel
Copy link
Contributor

ggogel commented Feb 22, 2023

I've tracked it down to this setting. If selected, playback stops. If deselected, everything works as expected.

image

I can confirm that disabling "Throttle Transcodes" fixed the issue for me.

With the setting enabled, Jellyfin pauses the transcode but never resumes it. The ffmpeg Log ends like this:

Transcoding is paused. Press [u] to resume.

@adamef93
Copy link

adamef93 commented Apr 26, 2023

Hi all, I'm having this same issue with the Docker image of 10.8.10, the latest version at the time of writing. This only affects live TV. Throttling was already disabled prior to finding this thread. The container is hosted on a Kaby Lake NUC running Ubuntu 22.04 and has QSV enabled. I tried VAAPI and even disabling hardware acceleration for comparison, but no difference. The latest intel-media-va-driver-non-free driver is installed. intel_gpu_top shows no activity when running a stream

Interestingly enough, the stream will restart after stalling out when being played from the Fire TV app but will stall and crash when using Chromium or Firefox. See the log messages below. The second message repeats until the stream is restarted on Fire TV.

[00:29:15] [INF] [29] Emby.Server.Implementations.LiveTv.TunerHosts.M3UTunerHost: Deleting temp file /config/transcodes/9d554bd9055e45b792419c142624f25c.ts

[00:29:30] [ERR] [11] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: Could not find file '/config/transcodes/9d554bd9055e45b792419c142624f25c.ts'. URL GET /Videos/cb47d17c-cb86-0a88-37ae-8fcc5a5985c7/stream.mpegts.

It's very possible I'm missing what the fix is, but I don't think the kernel mods suggested above for Alder Lake are applicable and throttling is already disabled like I mentioned

@sks316
Copy link

sks316 commented May 21, 2023

I'm experiencing this issue lately, with both transcoding and remuxing. In only certain cases, the server finishes transcoding or remuxing but deletes the output file before playback is done, causing playback to stop immediately. This is especially noticeable with the web client.

Does anyone know of a solution? Right now my workaround is to use a client on my phone (specifially Findroid) to finish the video, but obviously this isn't optimal.

@cvium cvium unpinned this issue Aug 13, 2023
@Giaki
Copy link

Giaki commented Aug 19, 2023

I'm having this issue too with 10.8.10, transcoding Nvidia NVENC enabled, reproducing on Webos, it stops every few minutes, don't know why

@voronind-com
Copy link

voronind-com commented Oct 26, 2023

Reporting the same issues with VAAPI transcode. Stream pauses with "source error" every 5-10 minutes. When I press the Play button, playback continues. This is all there is in logs:

watch  | [16:31:38] [INF] [134] Jellyfin.Api.Helpers.TranscodingJobHelper: Transcoding kill timer stopped for JobId 5a119e467b36469bb9372507d10eee25 PlaySessionId 33a1974e
c8914798843df1b8f08e1889. Killing transcoding                                                                                                                              
watch  | [16:31:38] [INF] [134] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /config/transcodes/67fef263c35ca37c747b9ed75bbc24dd.m
3u8                                                                                                                                                                        
watch  | [16:31:38] [INF] [134] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0

Also I get a bunch of "Slow HTTP Response from" messages. Tho I'm local with a great bandwidth. Checked resources: no OOM, no overheating etc.

@Giaki
Copy link

Giaki commented Oct 26, 2023

Hi, I solved disabling the power savings setting of windows 11 (or delaying it enough, like 3 hours).
It would be nice if jellyfin could manage the power sleep of the pc, avoiding it going to sleep while reproducing a film

@DarrienG
Copy link

DarrienG commented Feb 13, 2024

Same issue here for me. x265 playback and it cuts out with just about a minute left usually. The fix for me is to go back to using 264, but it's a shame :(

Running on local hardware using VAAPI. Throttling not enabled with lots of disk space (+2 terabytes).

@felix920506
Copy link
Member

Please head to our chat rooms or our forum for troubleshooting help before posting here: https://jellyfin.org/contact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Release 10.8.0
  
Jellyfinished
Development

No branches or pull requests