Jump to content

Some films not playing via DLNA but via Chromecast


tophee

Recommended Posts

tophee

I have been streaming from Emby via DLNA to a Panasonic Viera TV for years now and it worked mostly fine. In some rare cases Emby wouldn't see the TV but that was either temporary or could be resolved by restarting Emby. Not so April/May 2021 when DLNA streaming suddenly stopped to work entirely until I updated Emby to the latest version (I'm now on 4.6.2.0). Now it works again, but only for some films and not others. There are two ways how DLNA playback fails:

  1. When I press play on the Emby App (Android)  exactly nothing happens. It's as if the play button is broken.
  2. When I press play, the screen turns black, then it (I think this message is produced by the TV) says "Please wait" and after another couple of seconds, a mainly green (sometimes pink) mosaic appears (like the videostream is not decoded correctly) and there is no sound.

I'm not sure how to narrow down the source of the problem. There is no clear pattern in which files work and which don't, but it seems that recently added files are more likely to fail that ones that have been sitting on the server for some time and 1080p files. But this may just be a subjective impression and I don't know it it tells us anything. 

In the embyserver.txt I found this recurring error report:

2021-06-11 23:15:44.409 Info Server: http/1.1 Response 400 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13528&PlayCommand=PlayNow&MediaSourceId=4a82f4dd687bf696ab505c2f3cfb6e13&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-11 23:15:45.196 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13528&PlayCommand=PlayNow&MediaSourceId=4a82f4dd687bf696ab505c2f3cfb6e13&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-11 23:15:45.200 Error Server: Error processing request
	*** Error Report ***
	Version: 4.6.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.103-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.103-1 (Sun, 07 Mar 2021 15:55:09 +0100)
	Framework: .NET Core 3.1.13
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 2
	Data path: /config
	Application path: /app/emby
	System.ArgumentOutOfRangeException: System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
	   at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
	   at Emby.Dlna.Didl.DidlBuilder.AddCommonFields(BaseItem item, Nullable`1 itemStubType, BaseItem context, XmlWriter writer, Filter filter)
	   at Emby.Dlna.Didl.DidlBuilder.AddGeneralProperties(BaseItem item, Nullable`1 itemStubType, BaseItem context, XmlWriter writer, Filter filter)
	   at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(DlnaOptions options, XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo)
	   at Emby.Dlna.Didl.DidlBuilder.GetItemDidl(DlnaOptions options, BaseItem item, User user, BaseItem context, String deviceId, Filter filter, StreamInfo streamInfo)
	   at Emby.Dlna.PlayTo.PlayToController.CreatePlaylistItem(BaseItem item, DlnaProfile profile, User user, Int64 startPostionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex)
	   at Emby.Dlna.PlayTo.PlayToController.SendPlayCommand(PlayRequest command, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, Boolean requireUserInterface, ReadOnlyMemory`1 name, T data, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: System.Private.CoreLib
	TargetSite: Int64 DateToTicks(Int32, Int32, Int32)

Any hints would be appreciated!

 

Link to comment
Share on other sites

HI,  haven't seen this error before but it's easy enough to trap. We'll push out an update to the Dlna plugin. Thanks.

Link to comment
Share on other sites

tophee

Ok, so this is simply a bug? Well that's an easy solution. Does this explain why some files play fine while others don't? 

Today I tried to watch a film via Chromecast, but it was chopped, i.e. playing about half a second, then pausing half a second, then paying again.... Playing the same file on DLNA worked fine. This is probably not related to the bug, right? 

Link to comment
Share on other sites

Quote

Does this explain why some files play fine while others don't? 

It only explains the particular example you provided above. Once you have the updated Dlna plugin, then please try again and let me know where things stand. Thanks.

Link to comment
Share on other sites

tophee

Hi @Luke

thanks for the fix, but the problem (or a similar problem) persists. I'll provide some more context around the error this time:

 

2021-06-19 20:44:01.422 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Items/13770/Similar?Limit=12&UserId=72d27789c36648188803c3a95ce1e206&ImageTypeLimit=1&Fields=PrimaryImageAspectRatio,UserData,CanDelete,ProductionYear&EnableTotalRecordCount=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:01.423 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items?fields=PrimaryImageAspectRatio,UserData,CanDelete&IncludeItemTypes=Playlist,BoxSet&Recursive=true&SortBy=SortName&ListItemIds=13770&Limit=12&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:01.423 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:01.426 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 7ms. http://192.168.1.4:8096/emby/Items/13770/Similar?Limit=12&UserId=72d27789c36648188803c3a95ce1e206&ImageTypeLimit=1&Fields=PrimaryImageAspectRatio,UserData,CanDelete,ProductionYear&EnableTotalRecordCount=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:01.442 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:01.442 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:01.443 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:01.443 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:01.443 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 20ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:02.629 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions?ControllableByUserId=72d27789c36648188803c3a95ce1e206&IncludeAllSessionsIfAdmin=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:02.630 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Sessions?ControllableByUserId=72d27789c36648188803c3a95ce1e206&IncludeAllSessionsIfAdmin=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:04.541 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:04.542 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:04.542 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:09.250 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13770&PlayCommand=PlayNow&MediaSourceId=54b259c56c23f6e6b948509575513f5c&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:09.299 Info Dlna: Device GetProtocolInfoResponse Source: 
2021-06-19 20:44:09.299 Info Dlna: Device GetProtocolInfoResponse Sink: 
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM_ICO;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG_ICO;DLNA.ORG_FLAGS=8c900000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL_XAC3;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_PS_PAL;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_PS_PAL_XAC3;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC_XAC3;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_PS_NTSC;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_PS_NTSC_XAC3;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_AC3_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_AC3_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_50_AC3_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_EU_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_EU;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_TS_SD_EU_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_EU_AC3_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_TS_SD_EU_AC3_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_50_AC3_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_50_AC3;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_AVC_TS_HD_50_AC3_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_JP_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_JP_MPEG1_L2_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_JP_AAC_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_NA_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_NA;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_NA_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_60_AC3_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3_X_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_24_AC3_ISO;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_HD_AAC_LTP_T;DLNA.ORG_FLAGS=8d100000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_JP_T;ARIB.OR.JP_PN=MPEG_TTS_CP;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_JP_MPEG1_L2_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_JP_AAC_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_NA_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_NA;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_TS_SD_NA_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_HD_NA_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_HD_NA;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_MPEG_TS_HD_NA_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_MPEG_TS_SD_60_AC3_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_60_AC3_X_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_60_AC3_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_60_AC3;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_AVC_TS_HD_60_AC3_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_24_AC3_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_HD_24_AC3;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":DLNA.ORG_PN=DTCP_AVC_TS_HD_24_AC3_ISO;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":DLNA.ORG_PN=DTCP_AVC_TS_MP_HD_AAC_LTP_T;DLNA.ORG_FLAGS=8d118000000000000000000000000000
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3
http-get:*:audio/L16:DLNA.ORG_PN=LPCM
http-get:*:image/jpeg:PANASONIC.COM_PN=MPO_3D
http-get:*:image/jpeg:*
http-get:*:video/avi:*
http-get:*:video/x-msvideo:*
http-get:*:video/divx:*
http-get:*:video/x-matroska:*
http-get:*:video/mpeg:*
http-get:*:video/vnd.dlna.mpeg-tts:*
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/mpeg":*
http-get:*:application/x-dtcp1;CONTENTFORMAT="video/vnd.dlna.mpeg-tts":*
http-get:*:video/mp4:*
http-get:*:video/x-flv:*
http-get:*:video/flv:*
http-get:*:video/x-ms-wmv:*
http-get:*:video/x-ms-asf:*
http-get:*:video/3gpp:*
http-get:*:video/3gpp2:*
http-get:*:audio/mpeg:*
http-get:*:audio/mp4:*
http-get:*:audio/x-m4a:*
http-get:*:audio/x-ms-wma:*
http-get:*:audio/x-ms-asf:*
http-get:*:audio/wav:*
http-get:*:audio/wave:*
http-get:*:audio/x-wav:*
http-get:*:audio/flac:*
http-get:*:audio/x-flac:*
http-get:*:audio/aac:*
http-get:*:audio/x-aac:*
http-get:*:audio/vnd.dlna.adts:*
http-get:*:audio/L16:*
2021-06-19 20:44:09.341 Info Server: http/1.1 HEAD http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692. Host=192.168.1.4:8096, User-Agent=Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50, getcontentFeatures.dlna.org=1
2021-06-19 20:44:09.616 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 274ms. http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692
2021-06-19 20:44:09.957 Info Server: http/1.1 HEAD http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692. Host=192.168.1.4:8096, User-Agent=Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50, getcontentFeatures.dlna.org=1
2021-06-19 20:44:09.959 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 2ms. http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692
2021-06-19 20:44:10.127 Info Server: http/1.1 GET http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692. Connection=keep-alive, Host=192.168.1.4:8096, Range=bytes=0-, transferMode.dlna.org=Streaming
2021-06-19 20:44:10.140 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 889ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13770&PlayCommand=PlayNow&MediaSourceId=54b259c56c23f6e6b948509575513f5c&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:10.529 Info SessionManager: Playback start reported by app DLNA 4.6.2.0 playing 37. Leo und die Schatzkammer der Medici. Started at 0 ms
2021-06-19 20:44:10.605 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:10.607 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:17.497 Info Server: http/1.1 Response 206 to 192.168.1.233. Time: 7370ms. http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692
2021-06-19 20:44:17.628 Info Server: http/1.1 GET http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692. Connection=keep-alive, Host=192.168.1.4:8096, Range=bytes=0-, transferMode.dlna.org=Streaming
2021-06-19 20:44:39.931 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:39.933 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:39.957 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:39.959 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.019 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.021 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.058 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.060 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.080 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing/stop?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.243 Info Server: http/1.1 Response 206 to 192.168.1.233. Time: 23615ms. http://192.168.1.4:8096/videos/13770/stream.mpegts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&Static=true&PlaySessionId=5c17a6efd8ba4670b81afc873d10f692
2021-06-19 20:44:41.266 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 186ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing/stop?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.370 Info SessionManager: Playback stopped reported by app DLNA 4.6.2.0 playing 37. Leo und die Schatzkammer der Medici. Stopped at 2000 ms
2021-06-19 20:44:41.487 Error ProviderManager: Error in metadata saver
	*** Error Report ***
	Version: 4.6.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.103-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.103-1 (Sun, 07 Mar 2021 15:55:09 +0100)
	Framework: .NET Core 3.1.13
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 2
	Data path: /config
	Application path: /app/emby
	System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.nfo' is denied.
	 ---> System.IO.IOException: Permission denied
	   --- End of inner exception stack trace ---
	   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
	   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
	   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
	   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions)
	   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Boolean isAsync)
	   at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken)
	   at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken)
	   at MediaBrowser.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken)
	Source: System.Private.CoreLib
	TargetSite: Void ThrowExceptionForIoErrno(ErrorInfo, System.String, Boolean, System.Func`2[Interop+ErrorInfo,Interop+ErrorInfo])
	InnerException: System.IO.IOException: Permission denied
	Source: 
	TargetSite: 
	
2021-06-19 20:44:41.515 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.517 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.536 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Command?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.536 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Command?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.540 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.543 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:41.543 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.543 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.543 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.543 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.659 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.660 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.661 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.662 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:41.670 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:41.673 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:41.673 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.674 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.674 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:41.674 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:44:45.564 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-19 20:44:45.566 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:45.566 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:45.566 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:45.566 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:45.566 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-19 20:46:21.048 Info Server: http/1.1 GET http://192.168.1.4:8096/. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 Edg/91.0.864.48

I also noticed that while this episode of the series failed, the next one played just fine. So I compare the media info that is displayed in the emby app and the only differences I noticed are the following:

  video that works video that doesn't work
Framerate 49.821 50
Bitrate 3,747 kbps 4,029 kbps

 Does this help? Could it have something to do with the bitrate?

Edited by tophee
Link to comment
Share on other sites

It sounds like either the tv can't handle over a certain bitrate, or there's just something about the file that it doesn't like.

Link to comment
Share on other sites

tophee
3 hours ago, Luke said:

It sounds like either the tv can't handle over a certain bitrate, or there's just something about the file that it doesn't like.

I will look at some more files that don't work to see if there is s bitrate limit. But I don't understand how the TV can lead to an error in Emby. Could you explain?

 

Also, this problem did not exist until a recent Emby update. It would be an unlikely coincidence if I started watching files with too high bitrates right when the update occurred... 

Link to comment
Share on other sites

On 6/19/2021 at 9:09 PM, tophee said:

I will look at some more files that don't work to see if there is s bitrate limit. But I don't understand how the TV can lead to an error in Emby. Could you explain?

 

Also, this problem did not exist until a recent Emby update. It would be an unlikely coincidence if I started watching files with too high bitrates right when the update occurred... 

What error in Emby? You provided one earlier, and I pushed out a fix for that. If there is a new one, then let's look at it, but I don't see anything in what you've posted.

Link to comment
Share on other sites

tophee
3 hours ago, Luke said:

I don't see anything in what you've posted.

Are you talking about this post where I posted the error from the serverlog? If so, what more do you need?

Link to comment
Share on other sites

3 hours ago, tophee said:

Are you talking about this post where I posted the error from the serverlog? If so, what more do you need?

There is no playback related error there. All I can see is that the TV's Dlna app tried to direct play the file.  You're saying it didn't play, so it looks to me like the TV had trouble with the file. It might be something that needs to be transcoded rather than direct played.

Link to comment
Share on other sites

tophee

OK, I understand that the error was not playback related. So I'm trying to understand what's the issue with the bitrate.

2021-06-19 20:44:04.542 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-19 20:44:04.542 Info App: RemoteClientBitrateLimit: 4000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True

So this means that the TV is saying that it can't accept a bitrate over 4,000 kbps, right? Or is Emby assuming that this is the max bitrate but it might be wrong? (This is a Panasonic Viera TV from 2013).

The second thing I see in this log is that Emby wants to transcode the file (due to the bitrate restriction), right? 

So I'm looking at the transcoding log. But what am I looking for to figure this out? Here is the transcoding log:

>> ThrottleBySegmentRequest: Initialize - TargetBufferSize: 120s
2021-06-22 22:46:46.442
Operating System: Linux version 5.4.119-1-pve (build@proxmox) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.119-1 (Tue, 01 Jun 2021 15:32:00 +0200)
OS/Process: x64/x64
Emby Server version: 4.6.3.0
Operating system: Unix 5.4.119.1
Command Line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3

App:  


http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=58b216edc84b4681ab90beb0050ba61f&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit

{"Protocol":"File","Id":"54b259c56c23f6e6b948509575513f5c","Path":"/data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.mp4","Type":"Default","Container":"mpegts","Size":359632720,"Name":"37.  und die Schatzkammer der Medici","IsRemote":false,"RunTimeTicks":7140203330,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"RequiresClosing":false,"RequiresLooping":false,"SupportsProbing":false,"MediaStreams":[{"Codec":"h264","ColorTransfer":"bt709","ColorPrimaries":"bt709","ColorSpace":"bt709","TimeBase":"1/90000","CodecTimeBase":"1/100","VideoRange":"SDR","DisplayTitle":"1080p H264","NalLengthSize":"0","IsInterlaced":false,"IsAVC":false,"BitRate":4029383,"BitDepth":8,"RefFrames":1,"IsDefault":false,"IsForced":false,"Height":1080,"Width":1920,"AverageFrameRate":50,"RealFrameRate":50,"Profile":"High","Type":"Video","AspectRatio":"16:9","Index":0,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File","PixelFormat":"yuv420p","Level":42,"IsAnamorphic":false},{"Codec":"aac","TimeBase":"1/90000","CodecTimeBase":"1/48000","DisplayTitle":"Und AAC stereo","IsInterlaced":false,"ChannelLayout":"stereo","BitRate":163027,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"LC","Type":"Audio","Index":1,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"}],"Formats":[],"Bitrate":4029383,"RequiredHttpHeaders":{},"ReadAtNativeFramerate":false}

>>>>>>  Affected codecs
Encoder libx264 Software Encoder
        Profiles: Baseline Profile (Level 6.2), Main Profile (Level 6.2), High Profile (Level 6.2), High 10 Profile (Level 6.2), High 4:2:2 Profile (Level 6.2), High 4:4:4 Predictive Profile (Level 6.2)


>>>>>>  FindVideoEncoder - Media: h264, UseHardwareCodecs: True, Mode: Automatic
Info    Checking: 'libx264 Software Encoder'
Info    Check successful - selecting 'libx264 Software Encoder'

>>>>>>  FindVideoDecoder - MediaType: h264, Mode: Automatic
Info    Checking: 'Automatic software decoder'
Info    Check successful - selecting 'Automatic software decoder'

>>>>>>  Processing Plan
Info    Name                                        CanDoInHardware      WillDoInHardware     Reason                                  
Info    Automatic software decoder               >> False                False                Software Codec                           
Info    VideoInput                               >> False                False                Not a hardware decoder                   
Info    Scaling                                  >> False                False                                                         
Info    VideoOutput                              >> False                False                Not a hardware encoder                   
Info    libx264 Software Encoder                 >> False                False                Software Codec                           

>>>>>>  Projected Processing Formats
Info    Previous                HW-Context   Format       SW-Format           Size   Next
Info    h264                 >> -            yuv420p      yuv420p        1920x1080 >> scale
Info    scale                >> -            yuv420p      yuv420p         1280x720 >> 

/app/emby/ffmpeg -loglevel +timing -y -print_graphs_file "/config/logs/ffmpeg-transcode-94c31697-48d8-417b-9386-aa8c7f967e9c_1graph.txt" -copyts -start_at_zero -f mpegts -c:v:0 h264 -i "/data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.mp4" -filter_complex "[0:0]scale@f1=width=1280:height=720[f1_out0]" -map [f1_out0] -map 0:1 -sn -c:v:0 libx264 -g:v:0 150 -maxrate:v:0 3836973 -bufsize:v:0 7673946 -sc_threshold:v:0 0 -keyint_min:v:0 150 -pix_fmt:v:0 yuv420p -preset:v:0 veryfast -profile:v:0 main -level:v:0 3.2 -x264opts:v:0 "subme=0:me_range=4:rc_lookahead=10:partitions=none" -crf:v:0 23 -c:a:0 ac3 -ab:a:0 163027 -ar:a:0 48000 -ac:a:0 2 -disposition:a:0 default -avoid_negative_ts disabled -map_metadata -1 -map_chapters -1 "/transcode/transcoding-temp/DD25F1.ts"

22:46:46.453 ffmpeg version 4.3.0-emby_2021_02_27 Copyright (c) 2000-2021 the FFmpeg developers and softworkz for Emby LLC
22:46:46.453   built with gcc 8.3.0 (crosstool-NG 1.24.0)
22:46:46.453 Execution Date: 2021-06-22 22:46:46
22:46:46.459 [h264 @ 0x1c38640] non-existing SPS 0 referenced in buffering period
22:46:46.459 [h264 @ 0x1c38640] SPS unavailable in decode_picture_timing
22:46:46.473 [h264 @ 0x1c38640] non-existing SPS 0 referenced in buffering period
22:46:46.473 [h264 @ 0x1c38640] SPS unavailable in decode_picture_timing
22:46:46.494 Input #0, mpegts, from '/data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.mp4':
22:46:46.494   Duration: 00:11:54.02, start: 0.100667, bitrate: 4029 kb/s
22:46:46.494   Program 1 
22:46:46.494     Metadata:
22:46:46.494       service_name    : Service01
22:46:46.494       service_provider: FFmpeg
22:46:46.494     Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], Level 42, 50 fps, 50 tbr, 90k tbn, 100 tbc, Start-Time 0.141s
22:46:46.494     Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 163 kb/s, Start-Time 0.101s
22:46:46.495 Stream mapping:
22:46:46.495   Stream #0:0 (h264) -> scale (graph 0)
22:46:46.495   scale (graph 0) -> Stream #0:0 (libx264)
22:46:46.495   Stream #0:1 -> #0:1 (aac (native) -> ac3 (native))
22:46:46.495 Press [q] to stop, [?] for help
22:46:46.519 [libx264 @ 0x1ea0fc0] using SAR=1/1
22:46:46.520 [libx264 @ 0x1ea0fc0] using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2
22:46:46.533 [libx264 @ 0x1ea0fc0] profile Main, level 3.2, 4:2:0, 8-bit
22:46:46.545 Output #0, mpegts, to '/transcode/transcoding-temp/DD25F1.ts':
22:46:46.545   Metadata:
22:46:46.545     encoder         : Lavf58.35.100
22:46:46.545     Stream #0:0: Video: h264 (libx264), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 50 fps, 90k tbn, 50 tbc
22:46:46.545     Metadata:
22:46:46.545       encoder         : Lavc58.62.100 libx264
22:46:46.545     Side data:
22:46:46.545       cpb: bitrate max/min/avg: 3836000/0/0 buffer size: 7673000 vbv_delay: N/A
22:46:46.545     Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 160 kb/s (default)
22:46:46.545     Metadata:
22:46:46.545       encoder         : Lavc58.62.100 ac3
22:46:47.011 frame=   31 fps=0.0 q=31.0 size=      10kB time=00:00:00.69 bitrate=N/A throttle=off speed=   0x    
22:46:47.530 frame=   55 fps= 53 q=31.0 size=      43kB time=00:00:01.14 bitrate= 788.9kbits/s throttle=off speed=0.433x    
22:46:48.030 frame=   77 fps= 50 q=31.0 size=     133kB time=00:00:01.59 bitrate=1218.6kbits/s throttle=off speed=0.584x    
22:46:48.554 frame=  102 fps= 50 q=31.0 size=     230kB time=00:00:02.10 bitrate=1340.6kbits/s throttle=off speed=0.688x    
22:46:49.046 frame=  125 fps= 49 q=31.0 size=     256kB time=00:00:02.55 bitrate=1129.9kbits/s throttle=off speed=0.728x    
22:46:49.565 frame=  147 fps= 48 q=31.0 size=     256kB time=00:00:03.00 bitrate= 910.2kbits/s throttle=off speed=0.75x    
22:46:50.068 frame=  179 fps= 50 q=31.0 size=     256kB time=00:00:03.64 bitrate= 712.3kbits/s throttle=off speed=0.824x    
22:46:50.580 frame=  213 fps= 52 q=31.0 size=     512kB time=00:00:04.34 bitrate=1149.8kbits/s throttle=off speed=0.895x    
22:46:51.108 frame=  243 fps= 53 q=31.0 size=     512kB time=00:00:04.92 bitrate= 993.0kbits/s throttle=off speed=0.919x    
22:46:51.628 frame=  266 fps= 52 q=31.0 size=     512kB time=00:00:05.37 bitrate= 897.8kbits/s throttle=off speed=0.91x    
22:46:52.141 frame=  301 fps= 53 q=31.0 size=     512kB time=00:00:06.07 bitrate= 780.2kbits/s throttle=off speed=0.952x    
>> ThrottleBySegmentRequest: Latest request position unknown
>> ThrottleBySegmentRequest: Latest request position unknown
>> ThrottleBySegmentRequest: Latest request position unknown
22:46:52.655 frame=  338 fps= 55 q=31.0 size=     512kB time=00:00:06.84 bitrate= 682.7kbits/s throttle=off speed=0.999x    
22:46:53.157 frame=  381 fps= 57 q=31.0 size=     768kB time=00:00:07.67 bitrate= 901.9kbits/s throttle=off speed=1.05x    
22:46:53.660 frame=  426 fps= 60 q=31.0 size=     768kB time=00:00:08.57 bitrate= 799.2kbits/s throttle=off speed= 1.1x    
22:46:54.163 frame=  473 fps= 62 q=31.0 size=    1024kB time=00:00:09.53 bitrate= 949.8kbits/s throttle=off speed=1.15x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:46:54.665 frame=  523 fps= 64 q=31.0 size=    1024kB time=00:00:10.52 bitrate= 853.9kbits/s throttle=off speed= 1.2x    
22:46:55.166 frame=  580 fps= 67 q=31.0 size=    1280kB time=00:00:11.67 bitrate= 955.3kbits/s throttle=off speed=1.27x    
22:46:55.670 frame=  635 fps= 69 q=31.0 size=    1536kB time=00:00:12.76 bitrate=1043.0kbits/s throttle=off speed=1.31x    
22:46:56.174 frame=  680 fps= 70 q=31.0 size=    1536kB time=00:00:13.65 bitrate= 970.9kbits/s throttle=off speed=1.34x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:46:56.684 frame=  707 fps= 69 q=31.0 size=    1792kB time=00:00:14.20 bitrate=1087.1kbits/s throttle=off speed=1.33x    
22:46:57.186 frame=  743 fps= 70 q=31.0 size=    1792kB time=00:00:14.90 bitrate=1033.2kbits/s throttle=off speed=1.33x    
22:46:57.698 frame=  775 fps= 69 q=31.0 size=    2304kB time=00:00:15.54 bitrate=1271.2kbits/s throttle=off speed=1.33x    
22:46:58.208 frame=  806 fps= 69 q=31.0 size=    2560kB time=00:00:16.18 bitrate=1354.0kbits/s throttle=off speed=1.32x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:46:58.729 frame=  839 fps= 69 q=31.0 size=    2816kB time=00:00:16.82 bitrate=1430.3kbits/s throttle=off speed=1.32x    
22:46:59.213 frame=  875 fps= 69 q=31.0 size=    2816kB time=00:00:17.56 bitrate=1367.9kbits/s throttle=off speed=1.33x    
22:46:59.720 frame=  916 fps= 69 q=28.0 size=    3072kB time=00:00:18.36 bitrate=1424.7kbits/s throttle=off speed=1.34x    
22:47:00.221 frame=  964 fps= 70 q=31.0 size=    3072kB time=00:00:19.35 bitrate=1348.9kbits/s throttle=off speed=1.36x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:47:00.734 frame= 1016 fps= 71 q=31.0 size=    3328kB time=00:00:20.37 bitrate=1385.3kbits/s throttle=off speed=1.38x    
22:47:01.237 frame= 1070 fps= 73 q=31.0 size=    3584kB time=00:00:21.46 bitrate=1413.7kbits/s throttle=off speed=1.41x    
22:47:01.738 frame= 1126 fps= 74 q=31.0 size=    3584kB time=00:00:22.58 bitrate=1341.4kbits/s throttle=off speed=1.44x    
22:47:02.252 frame= 1176 fps= 75 q=31.0 size=    3840kB time=00:00:23.57 bitrate=1374.9kbits/s throttle=off speed=1.45x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:47:02.764 frame= 1221 fps= 75 q=31.0 size=    4096kB time=00:00:24.47 bitrate=1411.3kbits/s throttle=off speed=1.46x    
22:47:03.293 frame= 1260 fps= 75 q=31.0 size=    4096kB time=00:00:25.27 bitrate=1365.3kbits/s throttle=off speed=1.46x    
22:47:03.800 frame= 1294 fps= 75 q=31.0 size=    4352kB time=00:00:25.94 bitrate=1412.1kbits/s throttle=off speed=1.46x    
22:47:04.299 frame= 1330 fps= 75 q=31.0 size=    4608kB time=00:00:26.68 bitrate=1452.8kbits/s throttle=off speed=1.46x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:47:04.822 frame= 1369 fps= 75 q=31.0 size=    5120kB time=00:00:27.41 bitrate=1569.7kbits/s throttle=off speed=1.46x    
22:47:05.324 frame= 1420 fps= 75 q=31.0 size=    5376kB time=00:00:28.44 bitrate=1587.4kbits/s throttle=off speed=1.47x    
22:47:05.828 frame= 1477 fps= 76 q=31.0 size=    5632kB time=00:00:29.59 bitrate=1596.7kbits/s throttle=off speed= 1.5x    
22:47:06.330 frame= 1527 fps= 77 q=31.0 size=    5888kB time=00:00:30.58 bitrate=1613.8kbits/s throttle=off speed=1.51x    
>> ThrottleBySegmentRequest: Latest request position unknown
22:47:06.830 frame= 1562 fps= 77 q=31.0 size=    6144kB time=00:00:31.29 bitrate=1645.3kbits/s throttle=off speed= 1.5x    
22:47:07.332 frame= 1603 fps= 77 q=31.0 size=    6144kB time=00:00:32.12 bitrate=1601.7kbits/s throttle=off speed=1.51x    
22:47:07.424 

[q] command received. Exiting.

22:47:07.508 22:47:07.508 frame= 1611 fps= 77 q=-1.0 Lsize=    6501kB time=00:00:32.31 bitrate=1684.4kbits/s throttle=off speed= 1.5x    
22:47:07.508 video:5415kB audio:631kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.517843%
    Last message repeated 1 times
22:47:07.513 EXIT
22:47:07.514 [libx264 @ 0x1ea0fc0] frame I:11    Avg QP:18.82  size: 42243
22:47:07.514 [libx264 @ 0x1ea0fc0] frame P:526   Avg QP:22.99  size:  8046
22:47:07.514 [libx264 @ 0x1ea0fc0] frame B:1074  Avg QP:25.86  size:   790
22:47:07.514 [libx264 @ 0x1ea0fc0] consecutive B-frames:  5.0% 15.6%  7.8% 71.5%
22:47:07.514 [libx264 @ 0x1ea0fc0] mb I  I16..4: 44.0%  0.0% 56.0%
22:47:07.514 [libx264 @ 0x1ea0fc0] mb P  I16..4: 16.6%  0.0%  0.0%  P16..4: 23.5%  0.0%  0.0%  0.0%  0.0%    skip:59.8%
22:47:07.514 [libx264 @ 0x1ea0fc0] mb B  I16..4:  0.7%  0.0%  0.0%  B16..8:  5.4%  0.0%  0.0%  direct: 1.1%  skip:92.8%  L0:43.7% L1:50.3% BI: 6.0%
22:47:07.514 [libx264 @ 0x1ea0fc0] coded y,uvDC,uvAC intra: 28.7% 41.6% 12.4% inter: 2.8% 4.0% 0.1%
22:47:07.514 [libx264 @ 0x1ea0fc0] i16 v,h,dc,p: 34% 31% 14% 21%
22:47:07.514 [libx264 @ 0x1ea0fc0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 26% 13%  8%  6%  5%  7%  4%  7%
22:47:07.514 [libx264 @ 0x1ea0fc0] i8c dc,h,v,p: 42% 27% 21% 10%
22:47:07.514 [libx264 @ 0x1ea0fc0] Weighted P-Frames: Y:3.4% UV:2.7%
22:47:07.514 [libx264 @ 0x1ea0fc0] kb/s:1376.79
22:47:07.519 

======= ExtraData
H4sIAAAAAAAAA9VabW/bOBL+K4I+OzZJUZRkIMCmyXYbXPc2SLp7HxaFQUuUTURvkOSc00X/+w0pyaYsO3betnv9UpkaDmeeeWY4I+Qv+zJPU55F9vQv+6NMalFWvcc/u2e9Kni9KsW/eSrsqV2FPBH2qFv98lio1T9kJPJ2y8j+rahlnmmVzeMfPFmJRm+r5r8yqpcgqt/c1aXMFrCKiY/s76ON1FLIxbIeiHkEpL5+/z5qrbwGR+wYg9x1VqzqG5k1Z13mWSbCWkR3+aoMhRZDU6TlIrG2pwi0fAU1vyT5nCcnmP04sKUuV8I0uYD1erYoebGsZrHUWPV3TMI8i+VikuSLahLHaSEWZ3XJsyrMI3EW0NDBLPDOqB/5ZxR787PA8dkZ537oxQHzRBDOsNY/rte1eXSYF491ddTCquZlPeP17Jso8wPSChSNZeP9lUhX631sUMbrI/t06OSfooKOnz6jC0YXvjKv8zBPhqct67oYnNXfc/TEE4IcD0Bp3dSwwKLgaYeLitkeXJaE0f1J0m05Dk11sao34tOYJ5UY2b+KSPJ/SZW6jb4jikaNVGO0krgEdWFr5afGSi2h17eWX+ZJXn5RrIzV6fa89lDQrd+UMuWlVEf0X9wVPBTGotZ8y7OFWry7uoWlG7kWyce8THndmAPbup/24+qBEqRi/HMGfmaw9HtWFSKUsRSRrVG5ziDjEzgn2oDyQda3vFZnOGPf+nUu64niJCxXN6LUJ9pTTPTKlSig8Ez9kX0r4o8lAAFe4A4m+U1pwQFBa4x8VSkuHkTJF0JLtoe4aKJqza3gyZ7lC2WvskfmShWbKiCAn7oWAOZQ0WDhs3hQRtmU2DrUGU/zsljKcOPUNiua4Jkk0nhDvL7IVHzglbZ5gpGyt7cUIKQXr6srEfNVUm+1VwC6ieFFknzhC00a9fbnNaCc8aR9/13Vj4Ns5zwckP1iFckXk10VoT7XtbqjXNdS+7l+cXFptwId1RuzL5ccbokEVJDNj8/8MV8pQjYPd4CFBn1LNOwGY2Ldd1S742mRdES4K6nf4t7EEO/EsHNmGMNu43tFEVZ/LxXvJhGv+STPEpmJswfFqWryWeQTxxtb8L+1yiIrksK6C5e8/nbP01SUFsTGUkEJ5TgtqK20/baqN7fECaWVP+QymmViAenxIGZ7bqtIVnye6GTf7Ep5MUtFzZXNgw1neFcUTC50H7NPVNGkMfrwPdNe231C72w6SmnzntjXiPwZ4xlwC33V1e5AZiVyvj54lXS7TrrUilJUYthKQXV7jHlV91uYfG/jknKZmXKJrmG7Us6YmELK/LzYE+hqNU/FOZqmYlaqG+KcTstwluT5PV8KHp1jNC2gUZHas/Msz3pNTFgOb2nitF3h8y7Jjc7FsB91UZ9c61Kl+MBl34GOzTFF56u4UpfJoHVlnhNQ1uvHwlm9hOgs8yQayPfOvxePqrlMIQxHLC3kehanw3B3F6zG6VCDjJ9iJA+d/bX+FDYOonO8rG9Lx3zoNHMQ8Uy/eTkQakqqKRMOmWO+hwpU5JXm3bA6tQVY4betpZvuffME0me1SIvJ1RVxP+Jx1zw288ovejpQznZPupeswlJq51V1gDnlq561forxuZ6WztV0NG1GonMYgcwCsn9y66u8U9qseiksqVpmS1d9S7HUglFwkpcWDCZQD+pGJoWux4p1Zza2e9PAZ5ndm823Pbg3kXmtwg8wpL7hUQdwCyKYPWz8PjUj31S1Xy1X1FmKmqh/z6qfF7eKBpqxDYW7VFa4Wqj1NC7z1Kp0Pbaa+a8R3mfSf/RgOlUtoIqwOfX+pEdMtUKMQdi8AQ1kmuXToOmunQaNF8EFfHg5WoZ3nftAtbZGHKLTh1UMo0HLolg30iNFJCvl95pmqcXDUFSVnCva5ZpVsVYGF7TMeqTaIn0sch38c338m+JvwPCPI2yPlq+OywOXCTfCIuB1HhsRspoPDD8g719F5E0GHc9vTfAN68D6GZoN+VWByz2OPY39pVlAjSILMEP/0kG8GWitQo2mbZGt/u/QNvLluXhvAtXBvVl4u3TexvSH0XCnmoL/+sLf+eD1ini/cT0+vbyp0aHtrHdRUiBg44LsQnxKZXfMyv4E3Du39OtJ834F9GSSvQDSftlydsvWDoB9No4Ofe/vo3HDq6qpWprh1ioDtsC4FnWu5xrkZxcvZ/+Xl+142H1zOZS8HYhH8lS3//su2xmeyQzQO6l8mbXrhpeViGY8WyVJ78rQK88vYc9ColdhZk38n2pYXoHSwM8tFqc0IFyNdm/dGJpB28D+0lbwJcAPQPk76PmGwL9X5/cj03mQDM9K5+22HUK9uvdrAnGo93tp1/cjkR6w/1lID+K0Afyl3d9LMvhda+bARTN1d9o//B7t36uq7qZVgRrweAAIFa72o10PHLzT6O1WaqdXqfe2dmiKd4jzHn3dW5XHNwKrnw3OoPzs7+G6P1y4LFafZFXn5aPG6LoWKfSJeEwoYYiykV6BY9DYoa5DqMegj/cDHxNX1bJW3h0HFF4ibMozN8AYU8/3Peb4nrMjT53A87fyu28D/MRb10OU7H3LtOUeDgxLXOSCIdgLGPaYyzxD3ANx7OLAMcRZgLyAMvWVnVBKAkPcV+LMRYZlYw/TAAWO5yAn8F1sag+0OAlMGD2GECY4wI7rugybKGIE8hRs9UxrmIMC5DCGXOoFvm/KqzDhwGc96zEGQZfAPx/MIqY8AXlGCTXBYRA4wsBPRMCDnrfYAXkIK6EmmL7rAzwIU7AM1JnyVIEPYJv6PcIwcRzPo34QuF5P3tX6WR8f3/EYwRTDBpe5PfuZ9tdjff0oYAEOILgMYZNkWAWXAP49OCn1KQtgFwpgV09eRZf2o8UgpEq/6zg+In31KrqOi3tJ4lHkeuAmApb4mGFDnqjoEoJ80xwfYcgyh0Fa+eAwNeVxYz7tq0cUUi9wCXIogQz+HyEJNbqKJQAA

 

Link to comment
Share on other sites

Quote

So this means that the TV is saying that it can't accept a bitrate over 4,000 kbps, right?

No. The server doesn't know what bitrate your TV supports as the dlna protocols do not provide a way to get that information. The 4000000 value is not a value provided by Emby so I can only guess that you might have customized the panasonic dlna profile. With log snippets I cant see the full picture so all I can do is speculate.

Quote

So I'm trying to understand what's the issue with the bitrate

Also, it's not an issue.  It's just printing information on the decision making of direct play or transcoding.

Link to comment
Share on other sites

tophee
1 minute ago, Luke said:

Also, it's not an issue.  It's just printing information on the decision making of direct play or transcoding.

By issue, I meant: the issue that the video is not playing.

2 minutes ago, Luke said:

With log snippets I cant see the full picture so all I can do is speculate.

I was trying to post as little "noise" as possible... I now did the following:

1. activated debug logging

2. Tried to cast the video file to the TV (from the Android app). The play-seconds would always go from 0 to 09 and then jump back to 0 and repeat. I let it do that three times and then stopped the playback. 

Here is the complete log from that (starting at 23:51):

2021-06-22 23:41:59.934 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Sync/data
2021-06-22 23:51:05.888 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions?ControllableByUserId=72d27789c36648188803c3a95ce1e206&IncludeAllSessionsIfAdmin=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:06.096 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 209ms. http://192.168.1.4:8096/emby/Sessions?ControllableByUserId=72d27789c36648188803c3a95ce1e206&IncludeAllSessionsIfAdmin=false&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:07.626 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:07.626 Debug App: SessionEventsWebSocketListener Begin transmitting over websocket to 192.168.1.134
2021-06-22 23:51:07.627 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 1ms. http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:07.634 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:07.635 Debug App: GetPostedPlaybackInfo request: {"Id":"13770","UserId":"72d27789c36648188803c3a95ce1e206","MaxStreamingBitrate":140000000,"StartTimeTicks":0,"DeviceProfile":{"SupportedMediaTypes":"Audio,Photo,Video","MaxStreamingBitrate":200000000,"MusicStreamingTranscodingBitrate":192000,"MaxStaticMusicBitrate":320000,"DirectPlayProfiles":[{"Type":"Video"},{"Container":"mp4,m4a,aac,ac3","Type":"Audio"},{"Container":"webm","Type":"Audio"},{"Container":"mka","Type":"Audio"},{"Container":"mp3","Type":"Audio"},{"Container":"opus,ogg,oga","Type":"Audio"},{"Container":"wav,wave","Type":"Audio"},{"Container":"mpg,mpeg,ps,m2p","Type":"Audio"},{"Container":"ts,tsa","Type":"Audio"},{"Container":"flac","Type":"Audio"},{"Container":"amr,3ga","Type":"Audio"}],"TranscodingProfiles":[{"Container":"ts","Type":"Video","VideoCodec":"h264,mpeg2video,hevc","AudioCodec":"ac3,aac,mp3","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MaxAudioChannels":"6","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false,"ManifestSubtitles":"vtt"},{"Container":"ts","Type":"Audio","AudioCodec":"aac","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mkv","Type":"Video","VideoCodec":"h264","AudioCodec":"aac,mp3,ac3","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false}],"ContainerProfiles":[],"CodecProfiles":[{"Type":"Video","Conditions":[{"Condition":"EqualsAny","Property":"VideoProfile","Value":"Main|Main 10|Rext","IsRequired":false}],"ApplyConditions":[],"Codec":"hevc"},{"Type":"Video","Conditions":[{"Condition":"LessThanEqual","Property":"VideoLevel","Value":"51","IsRequired":false}],"ApplyConditions":[],"Codec":"h264"}],"ResponseProfiles":[],"SubtitleProfiles":[{"Format":"vtt","Method":"Hls"},{"Format":"srt","Method":"External"},{"Format":"ssa","Method":"External"},{"Format":"ass","Method":"External"},{"Format":"smi","Method":"External"},{"Format":"srt","Method":"Embed"},{"Format":"subrip","Method":"Embed"},{"Format":"ass","Method":"Embed"},{"Format":"ssa","Method":"Embed"},{"Format":"dvb_teletext","Method":"Embed"},{"Format":"dvb_subtitle","Method":"Embed"},{"Format":"dvbsub","Method":"Embed"},{"Format":"pgs","Method":"Embed"},{"Format":"pgssub","Method":"Embed"},{"Format":"dvdsub","Method":"Embed"},{"Format":"vtt","Method":"Embed"},{"Format":"sub","Method":"Embed"},{"Format":"idx","Method":"Embed"},{"Format":"smi","Method":"Embed"}]},"EnableDirectPlay":true,"EnableDirectStream":true,"EnableTranscoding":true,"AllowInterlacedVideoStreamCopy":false,"AllowVideoStreamCopy":true,"AllowAudioStreamCopy":true,"IsPlayback":false,"AutoOpenLiveStream":false,"DirectPlayProtocols":["Http"]}
2021-06-22 23:51:07.639 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-22 23:51:07.639 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:07.639 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:07.639 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:07.639 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:11.934 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13770&PlayCommand=PlayNow&MediaSourceId=54b259c56c23f6e6b948509575513f5c&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:11.935 Debug Dlna: VIERA DT60 Series - Received PlayRequest: PlayNow
2021-06-22 23:51:11.935 Info Dlna: Bitrate exceeds DirectPlay limit: media bitrate: 4029383, max bitrate: 4000000
2021-06-22 23:51:11.935 Info Dlna: Bitrate exceeds DirectStream limit: media bitrate: 4029383, max bitrate: 4000000
2021-06-22 23:51:11.936 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:11.936 Debug Dlna: VIERA DT60 Series - Playlist created
2021-06-22 23:51:11.936 Debug Dlna: VIERA DT60 Series - Playing 1 items
2021-06-22 23:51:11.936 Debug Dlna: VIERA DT60 Series - SetAvTransport Uri: http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit DlnaHeaders: DLNA.ORG_PN=MPEG_TS_SD_EU;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01D00000000000000000000000000000
2021-06-22 23:51:11.936 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:11.948 Info Server: http/1.1 HEAD http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit. Host=192.168.1.4:8096, User-Agent=Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50, getcontentFeatures.dlna.org=1
2021-06-22 23:51:11.949 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 1ms. http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit
2021-06-22 23:51:12.009 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:12.167 Info Server: http/1.1 HEAD http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit. Host=192.168.1.4:8096, User-Agent=Panasonic MIL DLNA CP UPnP/1.0 DLNADOC/1.50, getcontentFeatures.dlna.org=1
2021-06-22 23:51:12.168 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 1ms. http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit
2021-06-22 23:51:12.352 Info Server: http/1.1 GET http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit. Connection=keep-alive, Host=192.168.1.4:8096, TimeSeekRange.dlna.org=npt=00:00:00.000-, transferMode.dlna.org=Streaming
2021-06-22 23:51:12.361 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 427ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing?ItemIds=13770&PlayCommand=PlayNow&MediaSourceId=54b259c56c23f6e6b948509575513f5c&AudioStreamIndex=1&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:12.376 Debug App: CodecValidation: FindVideoEncoder - Media: h264, UseHardwareCodecs: True, Mode: Automatic
2021-06-22 23:51:12.377 Debug App: CodecValidation: Checking: 'libx264 Software Encoder'
2021-06-22 23:51:12.377 Debug App: CodecValidation: Check successful - selecting 'libx264 Software Encoder'
2021-06-22 23:51:12.377 Debug App: CodecValidation: FindVideoDecoder - MediaType: h264, Mode: Automatic
2021-06-22 23:51:12.377 Debug App: CodecValidation: Checking: 'Automatic software decoder'
2021-06-22 23:51:12.377 Debug App: CodecValidation: Check successful - selecting 'Automatic software decoder'
2021-06-22 23:51:12.383 Debug App: CodecValidation: Processing Plan
2021-06-22 23:51:12.383 Debug App: CodecValidation: Name                                        CanDoInHardware      WillDoInHardware     Reason                                  
2021-06-22 23:51:12.383 Debug App: CodecValidation: Automatic software decoder               >> False                False                Software Codec                           
2021-06-22 23:51:12.383 Debug App: CodecValidation: VideoInput                               >> False                False                Not a hardware decoder                   
2021-06-22 23:51:12.383 Debug App: CodecValidation: Scaling                                  >> False                False                                                         
2021-06-22 23:51:12.383 Debug App: CodecValidation: VideoOutput                              >> False                False                Not a hardware encoder                   
2021-06-22 23:51:12.383 Debug App: CodecValidation: libx264 Software Encoder                 >> False                False                Software Codec                           
2021-06-22 23:51:12.383 Debug App: CodecValidation: Projected Processing Formats
2021-06-22 23:51:12.383 Debug App: CodecValidation: Previous                HW-Context   Format       SW-Format           Size   Next
2021-06-22 23:51:12.383 Debug App: CodecValidation: h264                 >> -            yuv420p      yuv420p        1920x1080 >> scale
2021-06-22 23:51:12.383 Debug App: CodecValidation: scale                >> -            yuv420p      yuv420p         1280x720 >> 
2021-06-22 23:51:12.385 Info App: >> ThrottleBySegmentRequest: Initialize - TargetBufferSize: 120s
2021-06-22 23:51:12.385 Info App: ProcessRun 'StreamTranscode 811fb1' Execute: /app/emby/ffmpeg -loglevel +timing -y -print_graphs_file "/config/logs/ffmpeg-transcode-811fb19d-55dc-4f57-a90a-9aff696c3880_1graph.txt" -copyts -start_at_zero -f mpegts -c:v:0 h264 -i "/data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.mp4" -filter_complex "[0:0]scale@f1=width=1280:height=720[f1_out0]" -map [f1_out0] -map 0:1 -sn -c:v:0 libx264 -g:v:0 150 -maxrate:v:0 3836973 -bufsize:v:0 7673946 -sc_threshold:v:0 0 -keyint_min:v:0 150 -pix_fmt:v:0 yuv420p -preset:v:0 veryfast -profile:v:0 main -level:v:0 3.2 -x264opts:v:0 "subme=0:me_range=4:rc_lookahead=10:partitions=none" -crf:v:0 23 -c:a:0 ac3 -ab:a:0 163027 -ar:a:0 48000 -ac:a:0 2 -disposition:a:0 default -avoid_negative_ts disabled -map_metadata -1 -map_chapters -1 "/transcode/transcoding-temp/81681A.ts"
2021-06-22 23:51:12.386 Debug App: ProcessRun 'StreamTranscode 811fb1' Started.
2021-06-22 23:51:15.962 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:15.973 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:15.989 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:15.990 Info SessionManager: Playback start reported by app DLNA 4.6.3.0 playing 37. Leo und die Schatzkammer der Medici. Started at 0 ms
2021-06-22 23:51:16.407 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:19.501 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:19.513 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:19.514 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 13ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:19.592 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:19.594 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:19.595 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:19.615 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:19.616 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:19.617 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:19.625 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:19.626 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:19.626 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:22.510 Info Server: http/1.1 GET http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit. Connection=keep-alive, Host=192.168.1.4:8096, TimeSeekRange.dlna.org=npt=00:00:00.000-, transferMode.dlna.org=Streaming
2021-06-22 23:51:22.513 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 10162ms. http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit
2021-06-22 23:51:22.661 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:22.664 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:22.664 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:22.677 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:22.679 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:22.679 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:22.686 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:22.688 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:22.688 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:25.119 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:25.121 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:25.122 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:25.130 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:25.131 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:25.132 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:25.138 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:25.139 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:25.140 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:26.151 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:26.153 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:26.153 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:26.294 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:26.305 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:26.325 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:26.343 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:26.350 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:26.363 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:26.364 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 13ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:26.433 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2021-06-15T21:51:26.423Z&hasUserId=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
2021-06-22 23:51:26.433 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2021-06-15T21:51:26.421Z&hasUserId=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
2021-06-22 23:51:26.434 Info Server: http/1.1 Response 200 to 192.168.1.136. Time: 2ms. http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2021-06-15T21:51:26.423Z&hasUserId=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0
2021-06-22 23:51:26.435 Info Server: http/1.1 Response 200 to 192.168.1.136. Time: 3ms. http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2021-06-15T21:51:26.421Z&hasUserId=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0
2021-06-22 23:51:27.551 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:27.553 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:27.555 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 4ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:28.379 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:28.380 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:28.381 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:29.423 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:29.424 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:29.425 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:30.357 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:30.358 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:30.359 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:31.365 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:31.366 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:31.367 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:32.351 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:32.353 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:32.354 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:33.359 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:33.361 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:33.361 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:34.359 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:34.362 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:34.364 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:35.359 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:35.362 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:35.363 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 4ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:36.329 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:36.338 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:36.355 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:36.361 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:36.363 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:36.396 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:36.397 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 36ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:36.410 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:36.411 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:36.412 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:37.512 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:37.517 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:37.517 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 6ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:38.532 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:38.536 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:38.537 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:39.417 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:39.418 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:39.419 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:40.477 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:40.479 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:40.482 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:41.500 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:41.504 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:41.515 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 15ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:42.521 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:42.523 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:42.523 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:43.442 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:43.451 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:43.454 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 12ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:44.484 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:44.494 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:44.495 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 11ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:45.507 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:45.508 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:45.509 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:46.394 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:46.407 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:46.425 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:46.433 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_0
2021-06-22 23:51:46.533 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:46.537 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:46.538 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:46.549 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:46.551 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:46.553 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 4ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:47.514 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:47.516 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:47.516 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/PlayQueue?Id=872b80b7c639fb5291fb508885524d9b&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:47.991 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing/stop?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:47.992 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:48.154 Info Server: http/1.1 Response 200 to 192.168.1.233. Time: 25644ms. http://192.168.1.4:8096/videos/13770/stream.ts?DeviceProfileId=b2f195c3a1a165c65685ca530bb761c0&DeviceId=uuid:4D454930-0100-1000-8001-8CC121FCBAA1&MediaSourceId=54b259c56c23f6e6b948509575513f5c&PlaySessionId=c19692c0e3ce4cdea0812209b21265d7&VideoCodec=h264&AudioCodec=ac3&VideoBitrate=3836973&AudioBitrate=163027&MaxWidth=1920&MaxHeight=1080&AudioStreamIndex=1&h264-videobitdepth=8&TranscodeReasons=ContainerBitrateExceedsLimit
2021-06-22 23:51:48.178 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 187ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Playing/stop?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.278 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:48.286 Info SessionManager: Playback stopped reported by app DLNA 4.6.3.0 playing 37. Leo und die Schatzkammer der Medici. Stopped at 0 ms
2021-06-22 23:51:48.287 Debug App: Saving nfo metadata for /data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.mp4 to /data/online-videos/Leo/37. Leo und die Schatzkammer der Medici.nfo.
2021-06-22 23:51:48.322 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:48.351 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.355 Debug SqliteItemRepository: Public GetItemLinks
2021-06-22 23:51:48.357 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 6ms. http://192.168.1.4:8096/emby/Users/72d27789c36648188803c3a95ce1e206/Items/13770?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.366 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Command?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.367 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sessions/872b80b7c639fb5291fb508885524d9b/Command?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.372 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.373 Debug App: GetPostedPlaybackInfo request: {"Id":"13770","UserId":"72d27789c36648188803c3a95ce1e206","MaxStreamingBitrate":140000000,"StartTimeTicks":0,"DeviceProfile":{"SupportedMediaTypes":"Audio,Photo,Video","MaxStreamingBitrate":200000000,"MusicStreamingTranscodingBitrate":192000,"MaxStaticMusicBitrate":320000,"DirectPlayProfiles":[{"Type":"Video"},{"Container":"mp4,m4a,aac,ac3","Type":"Audio"},{"Container":"webm","Type":"Audio"},{"Container":"mka","Type":"Audio"},{"Container":"mp3","Type":"Audio"},{"Container":"opus,ogg,oga","Type":"Audio"},{"Container":"wav,wave","Type":"Audio"},{"Container":"mpg,mpeg,ps,m2p","Type":"Audio"},{"Container":"ts,tsa","Type":"Audio"},{"Container":"flac","Type":"Audio"},{"Container":"amr,3ga","Type":"Audio"}],"TranscodingProfiles":[{"Container":"ts","Type":"Video","VideoCodec":"h264,mpeg2video,hevc","AudioCodec":"ac3,aac,mp3","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MaxAudioChannels":"6","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false,"ManifestSubtitles":"vtt"},{"Container":"ts","Type":"Audio","AudioCodec":"aac","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mkv","Type":"Video","VideoCodec":"h264","AudioCodec":"aac,mp3,ac3","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false}],"ContainerProfiles":[],"CodecProfiles":[{"Type":"Video","Conditions":[{"Condition":"EqualsAny","Property":"VideoProfile","Value":"Main|Main 10|Rext","IsRequired":false}],"ApplyConditions":[],"Codec":"hevc"},{"Type":"Video","Conditions":[{"Condition":"LessThanEqual","Property":"VideoLevel","Value":"51","IsRequired":false}],"ApplyConditions":[],"Codec":"h264"}],"ResponseProfiles":[],"SubtitleProfiles":[{"Format":"vtt","Method":"Hls"},{"Format":"srt","Method":"External"},{"Format":"ssa","Method":"External"},{"Format":"ass","Method":"External"},{"Format":"smi","Method":"External"},{"Format":"srt","Method":"Embed"},{"Format":"subrip","Method":"Embed"},{"Format":"ass","Method":"Embed"},{"Format":"ssa","Method":"Embed"},{"Format":"dvb_teletext","Method":"Embed"},{"Format":"dvb_subtitle","Method":"Embed"},{"Format":"dvbsub","Method":"Embed"},{"Format":"pgs","Method":"Embed"},{"Format":"pgssub","Method":"Embed"},{"Format":"dvdsub","Method":"Embed"},{"Format":"vtt","Method":"Embed"},{"Format":"sub","Method":"Embed"},{"Format":"idx","Method":"Embed"},{"Format":"smi","Method":"Embed"}]},"EnableDirectPlay":true,"EnableDirectStream":true,"EnableTranscoding":true,"AllowInterlacedVideoStreamCopy":false,"AllowVideoStreamCopy":true,"AllowAudioStreamCopy":true,"IsPlayback":false,"AutoOpenLiveStream":false,"DirectPlayProtocols":["Http"]}
2021-06-22 23:51:48.377 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-22 23:51:48.377 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.377 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.377 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.377 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 5ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.437 Debug HttpClient: POST http://192.168.1.233:55000/dmr/control_2
2021-06-22 23:51:48.531 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.532 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.534 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.534 Info Server: http/1.1 Response 204 to 192.168.1.134. Time: 3ms. http://192.168.1.4:8096/emby/Sync/13770/Status?X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:48.545 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:48.546 Debug App: GetPostedPlaybackInfo request: {"Id":"13770","UserId":"72d27789c36648188803c3a95ce1e206","MaxStreamingBitrate":140000000,"StartTimeTicks":0,"DeviceProfile":{"SupportedMediaTypes":"Audio,Photo,Video","MaxStreamingBitrate":200000000,"MusicStreamingTranscodingBitrate":192000,"MaxStaticMusicBitrate":320000,"DirectPlayProfiles":[{"Type":"Video"},{"Container":"mp4,m4a,aac,ac3","Type":"Audio"},{"Container":"webm","Type":"Audio"},{"Container":"mka","Type":"Audio"},{"Container":"mp3","Type":"Audio"},{"Container":"opus,ogg,oga","Type":"Audio"},{"Container":"wav,wave","Type":"Audio"},{"Container":"mpg,mpeg,ps,m2p","Type":"Audio"},{"Container":"ts,tsa","Type":"Audio"},{"Container":"flac","Type":"Audio"},{"Container":"amr,3ga","Type":"Audio"}],"TranscodingProfiles":[{"Container":"ts","Type":"Video","VideoCodec":"h264,mpeg2video,hevc","AudioCodec":"ac3,aac,mp3","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MaxAudioChannels":"6","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false,"ManifestSubtitles":"vtt"},{"Container":"ts","Type":"Audio","AudioCodec":"aac","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mkv","Type":"Video","VideoCodec":"h264","AudioCodec":"aac,mp3,ac3","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false}],"ContainerProfiles":[],"CodecProfiles":[{"Type":"Video","Conditions":[{"Condition":"EqualsAny","Property":"VideoProfile","Value":"Main|Main 10|Rext","IsRequired":false}],"ApplyConditions":[],"Codec":"hevc"},{"Type":"Video","Conditions":[{"Condition":"LessThanEqual","Property":"VideoLevel","Value":"51","IsRequired":false}],"ApplyConditions":[],"Codec":"h264"}],"ResponseProfiles":[],"SubtitleProfiles":[{"Format":"vtt","Method":"Hls"},{"Format":"srt","Method":"External"},{"Format":"ssa","Method":"External"},{"Format":"ass","Method":"External"},{"Format":"smi","Method":"External"},{"Format":"srt","Method":"Embed"},{"Format":"subrip","Method":"Embed"},{"Format":"ass","Method":"Embed"},{"Format":"ssa","Method":"Embed"},{"Format":"dvb_teletext","Method":"Embed"},{"Format":"dvb_subtitle","Method":"Embed"},{"Format":"dvbsub","Method":"Embed"},{"Format":"pgs","Method":"Embed"},{"Format":"pgssub","Method":"Embed"},{"Format":"dvdsub","Method":"Embed"},{"Format":"vtt","Method":"Embed"},{"Format":"sub","Method":"Embed"},{"Format":"idx","Method":"Embed"},{"Format":"smi","Method":"Embed"}]},"EnableDirectPlay":true,"EnableDirectStream":true,"EnableTranscoding":true,"AllowInterlacedVideoStreamCopy":false,"AllowVideoStreamCopy":true,"AllowAudioStreamCopy":true,"IsPlayback":false,"AutoOpenLiveStream":false,"DirectPlayProtocols":["Http"]}
2021-06-22 23:51:48.547 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-22 23:51:48.547 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.547 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.547 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:48.548 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:52.157 Debug App: SessionEventsWebSocketListener stop transmitting over websocket to 192.168.1.134
2021-06-22 23:51:52.157 Info Server: http/1.1 POST http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94. UserAgent: Mozilla/5.0 (Linux; Android 11; KB2003 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.101 Mobile Safari/537.36
2021-06-22 23:51:52.158 Debug App: GetPostedPlaybackInfo request: {"Id":"13770","UserId":"72d27789c36648188803c3a95ce1e206","MaxStreamingBitrate":140000000,"StartTimeTicks":0,"DeviceProfile":{"SupportedMediaTypes":"Audio,Photo,Video","MaxStreamingBitrate":200000000,"MusicStreamingTranscodingBitrate":192000,"MaxStaticMusicBitrate":320000,"DirectPlayProfiles":[{"Type":"Video"},{"Container":"mp4,m4a,aac,ac3","Type":"Audio"},{"Container":"webm","Type":"Audio"},{"Container":"mka","Type":"Audio"},{"Container":"mp3","Type":"Audio"},{"Container":"opus,ogg,oga","Type":"Audio"},{"Container":"wav,wave","Type":"Audio"},{"Container":"mpg,mpeg,ps,m2p","Type":"Audio"},{"Container":"ts,tsa","Type":"Audio"},{"Container":"flac","Type":"Audio"},{"Container":"amr,3ga","Type":"Audio"}],"TranscodingProfiles":[{"Container":"ts","Type":"Video","VideoCodec":"h264,mpeg2video,hevc","AudioCodec":"ac3,aac,mp3","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MaxAudioChannels":"6","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false,"ManifestSubtitles":"vtt"},{"Container":"ts","Type":"Audio","AudioCodec":"aac","Protocol":"hls","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":1,"SegmentLength":3,"BreakOnNonKeyFrames":true,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Streaming","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mkv","Type":"Video","VideoCodec":"h264","AudioCodec":"aac,mp3,ac3","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false},{"Container":"mp3","Type":"Audio","AudioCodec":"mp3","Protocol":"http","EstimateContentLength":false,"EnableMpegtsM2TsMode":false,"TranscodeSeekInfo":"Auto","CopyTimestamps":false,"Context":"Static","MaxAudioChannels":"2","MinSegments":0,"SegmentLength":0,"BreakOnNonKeyFrames":false,"AllowInterlacedVideoStreamCopy":false}],"ContainerProfiles":[],"CodecProfiles":[{"Type":"Video","Conditions":[{"Condition":"EqualsAny","Property":"VideoProfile","Value":"Main|Main 10|Rext","IsRequired":false}],"ApplyConditions":[],"Codec":"hevc"},{"Type":"Video","Conditions":[{"Condition":"LessThanEqual","Property":"VideoLevel","Value":"51","IsRequired":false}],"ApplyConditions":[],"Codec":"h264"}],"ResponseProfiles":[],"SubtitleProfiles":[{"Format":"vtt","Method":"Hls"},{"Format":"srt","Method":"External"},{"Format":"ssa","Method":"External"},{"Format":"ass","Method":"External"},{"Format":"smi","Method":"External"},{"Format":"srt","Method":"Embed"},{"Format":"subrip","Method":"Embed"},{"Format":"ass","Method":"Embed"},{"Format":"ssa","Method":"Embed"},{"Format":"dvb_teletext","Method":"Embed"},{"Format":"dvb_subtitle","Method":"Embed"},{"Format":"dvbsub","Method":"Embed"},{"Format":"pgs","Method":"Embed"},{"Format":"pgssub","Method":"Embed"},{"Format":"dvdsub","Method":"Embed"},{"Format":"vtt","Method":"Embed"},{"Format":"sub","Method":"Embed"},{"Format":"idx","Method":"Embed"},{"Format":"smi","Method":"Embed"}]},"EnableDirectPlay":true,"EnableDirectStream":true,"EnableTranscoding":true,"AllowInterlacedVideoStreamCopy":false,"AllowVideoStreamCopy":true,"AllowAudioStreamCopy":true,"IsPlayback":false,"AutoOpenLiveStream":false,"DirectPlayProtocols":["Http"]}
2021-06-22 23:51:52.159 Info App: User policy for christoph. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2021-06-22 23:51:52.159 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:52.159 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:52.159 Info App: RemoteClientBitrateLimit: 10000000, RemoteIp: 192.168.1.134, IsInLocalNetwork: True
2021-06-22 23:51:52.160 Info Server: http/1.1 Response 200 to 192.168.1.134. Time: 2ms. http://192.168.1.4:8096/emby/Items/13770/PlaybackInfo?UserId=72d27789c36648188803c3a95ce1e206&StartTimeTicks=0&IsPlayback=false&AutoOpenLiveStream=false&MaxStreamingBitrate=140000000&X-Emby-Client=Emby for Android&X-Emby-Device-Name=OnePlus 8T&X-Emby-Device-Id=c37f25aa8f6920d8&X-Emby-Client-Version=3.1.94
2021-06-22 23:51:56.516 Info EncodingManager: Transcoding kill timer stopped for JobId 811fb19d-55dc-4f57-a90a-9aff696c3880 PlaySessionId c19692c0e3ce4cdea0812209b21265d7. Killing transcoding
2021-06-22 23:51:56.516 Debug EncodingManager: KillTranscodingJob - JobId 811fb19d-55dc-4f57-a90a-9aff696c3880 PlaySessionId c19692c0e3ce4cdea0812209b21265d7. Killing transcoding
2021-06-22 23:51:56.516 Info App: ProcessRun 'StreamTranscode 811fb1': Stopping ffmpeg process with q command for /transcode/transcoding-temp/81681A.ts
2021-06-22 23:51:56.720 Info App: AppendExtraLogData - Read graph file: /config/logs/ffmpeg-transcode-811fb19d-55dc-4f57-a90a-9aff696c3880_1graph.txt
2021-06-22 23:51:56.721 Info App: AppendExtraLogData - Deserialized GraphData fileStream: {0:n} bytes Graph Count: 2
2021-06-22 23:51:56.721 Info App: AppendExtraLogData - File Deleted
2021-06-22 23:51:56.723 Info App: ProcessRun 'StreamTranscode 811fb1' Process exited with code 0
2021-06-22 23:51:56.724 Debug App: ProcessRun 'StreamTranscode 811fb1': WaitForExitAsync took 207ms
2021-06-22 23:51:56.724 Debug EncodingManager: Deleting partial stream file(s) /transcode/transcoding-temp/81681A.ts
2021-06-22 23:51:58.328 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2021-06-15T21:51:58.325Z&hasUserId=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
2021-06-22 23:51:58.329 Info Server: http/1.1 Response 200 to 192.168.1.136. Time: 2ms. http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=7&MinDate=2021-06-15T21:51:58.325Z&hasUserId=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0
2021-06-22 23:51:58.331 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2021-06-15T21:51:58.326Z&hasUserId=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
2021-06-22 23:51:58.332 Info Server: http/1.1 Response 200 to 192.168.1.136. Time: 1ms. http://192.168.1.4:8096/emby/System/ActivityLog/Entries?StartIndex=0&Limit=4&MinDate=2021-06-15T21:51:58.326Z&hasUserId=false&X-Emby-Client=Emby Web&X-Emby-Device-Name=Safari&X-Emby-Device-Id=7a6afaad-cdee-43a6-81e6-c4f45f2b7b67&X-Emby-Client-Version=4.6.3.0
2021-06-22 23:51:58.907 Info Server: http/1.1 GET http://192.168.1.4:8096/emby/System/Logs/embyserver.txt. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

And here is the transcoding log:

ffmpeg-transcode-811fb19d-55dc-4f57-a90a-9aff696c3880_1.txt

Do I ubnderstand correctly that the transcoding is working fine? But why is Emby not playing the video?

Link to comment
Share on other sites

OK the 4000000 is from starting playback in the android app. That's the quality setting you've configured in the android app, but that has no impact on how it plays over dlna so we can ignore that.

Link to comment
Share on other sites

Or maybe that is dlna after all. It actually is a little hard to follow given that the log is mixed between android and dlna playback. What you could do to further isolate is try again, but this time, don't start playing in android first. Select the TV first in android, then play after that.

Link to comment
Share on other sites

tophee
1 minute ago, Luke said:

What you could do to further isolate is try again, but this time, don't start playing in android first. Select the TV first in android, then play after that.

Thats what I did. That's what I always do: first select the TV via the cast-Icon, then press play.

Link to comment
Share on other sites

OK well it looks to me like you set a bitrate limit on the panasonic dlna profile and that is why it is transcoding.

Link to comment
Share on other sites

Your next question is probably why isn't the transcoded version playing? Unfortunately the nature of Dlna is that it's trial and error, and without having your exact Panasonic model on hand for testing, I can't give you an answer that's guaranteed to work. But I can give you things to try.

We've set a transcoding format in our Panasonic dlna profile that we think Panasonic TV's should be able to play. If you've customized that, try undoing that.

If there's still a problem after that, you could try further adjusting the Panasonic profile:

  • Maybe removing the ResponseProfiles as they were put in place years ago for older Panasonic devices
  • You could try changing the transcoding audio codec from ac3 to aac or mp3.
Link to comment
Share on other sites

tophee
On 23/06/2021 at 21:25, Luke said:

We've set a transcoding format in our Panasonic dlna profile that we think Panasonic TV's should be able to play.

Yes, and you seem to have done good job because that profile has been working for me for years. It seems unlikely to me that the profile is causing any issues, given that it has worked fine and I have not changed anything.

On 23/06/2021 at 21:25, Luke said:

If you've customized that, try undoing that.

I don't think I customised anything. If I did, it was a long time ago and in that case it worked fine with those changes for a long time. Actually, I just realise that there is a Panasonic profile in the Custom Profiles section. From what I can see, only the bitrate was different, so I probably used it to experiment with the bitrate. I removed the custom profile it but emby behaves exactly the same way as before.

On 23/06/2021 at 21:25, Luke said:

If there's still a problem after that, you could try further adjusting the Panasonic profile:

  • Maybe removing the ResponseProfiles as they were put in place years ago for older Panasonic devices

I have removed the ResponsesProfiles but no change.

On 23/06/2021 at 21:25, Luke said:

You could try changing the transcoding audio codec from ac3 to aac or mp3.

It was already set to mp3.

I suspect the problem is not with the DLNA profiles with with transcoding. But I have no idea how to track that down. I have debug logging on but there is nothing about an  error...

 

Link to comment
Share on other sites

The audio transcoding codec for video files is ac3, so it's not set to mp3 by default.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...