Advertisement
maxiuu

Untitled

Apr 15th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. 2020-04-15 20:26:48.639 Info HttpServer: HTTP GET http://xxx.yyy:8096/videos/34271/hls1/main/3.ts?DeviceId=fcf3b380-908b-48eb-a4ca-35bba23fdc1d&MediaSourceId=bb64b1dcb4ea4466f7e21996d48d3810&PlaySessionId=57d5e19643804b28a65da448159e86ef&VideoCodec=h264&AudioCodec=mp3,aac&VideoBitrate=6808000&AudioBitrate=192000&AudioStreamIndex=1&SubtitleStreamIndex=2&SubtitleMethod=Hls&TranscodingMaxAudioChannels=2&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&ManifestSubtitles=vtt&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&TranscodeReasons=ContainerNotSupported,DirectPlayError&allowVideoStreamCopy=false&allowAudioStreamCopy=false. Host=xxx.yyy, Connection=close, X-Real-IP=141.101.104.252, X-Forwarded-For=1.2.3.4, 141.101.104.252, X-Forwarded-Proto=https, X-Forwarded-Ssl=on, X-Forwarded-Port=443, Accept-Encoding=gzip, CF-IPCountry=PL, CF-RAY=5847b78deacfbde1-AMS, CF-Visitor={"scheme":"https"}, sec-fetch-dest=empty, user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36, dnt=1, accept=*/*, sec-fetch-site=same-origin, sec-fetch-mode=cors, referer=https://xxx.yyy/web/index.html, accept-language=en-US,en;q=0.9,pl-PL;q=0.8,pl;q=0.7, CF-Connecting-IP=1.2.3.4, CDN-Loop=cloudflare
  2. 2020-04-15 20:26:48.644 Error HttpServer: Error processing request
  3. *** Error Report ***
  4. Version: 4.4.2.0
  5. Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
  6. Operating system: Unix 5.3.0.46
  7. 64-Bit OS: True
  8. 64-Bit Process: True
  9. User Interactive: True
  10. Runtime: file:///system/System.Private.CoreLib.dll
  11. System.Environment.Version: 3.1.2
  12. Processor count: 4
  13. Program data path: /config
  14. Application directory: /system
  15. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object.
  16. at Emby.Server.MediaEncoding.Api.Hls.DynamicHlsService.GetSegmentResult(StreamState state, String playlistId, String variantPlaylistPath, ReadOnlyMemory`1 segmentPath, String segmentExtension, Int32 segmentIndex, TranscodingJob transcodingJob, CancellationToken cancellationToken)
  17. at Emby.Server.MediaEncoding.Api.Hls.DynamicHlsService.GetDynamicSegment(StreamRequest request, String playlistId, String segmentId, Int32 subtitleStreamIndex)
  18. at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
  19. at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
  20. at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
  21. Source: Emby.Server.MediaEncoding
  22. TargetSite: Void MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement