Jump to content

Help me troubleshoot this "resume via dlna" issue


oceanic

Recommended Posts

Hello all

 

new user here.

 

My Setup:

 

Proxmox Host

Debian 9 LXC

Media is on a NAS mounted via NFS

Emby  3.5.3.0

 
Issue playing via DLNA:
 
So this is a weird one for me, i start any video via dlna on my tv (vlc tv app) and it works perfectly fine. However when i try to resume or start the video again it does not work. I can see the following in the logs:
 
2018-09-24 08:00:45.829 Info HttpServer: HTTP GET http://10.10.5.15:8096/videos/e51001910e949188a4d499c444220859/stream.avi%3FDeviceId=test&MediaSourceId=e51001910e949188a4d499c444220859&Static=true&AudioStreamIndex=1&Tag=6e7f8716586c1160cece775d9c1fc058&dlnaheaders=true. Host=10.10.5.15:8096, User-Agent=VLC/3.0.4 LibVLC/3.0.4, Icy-MetaData=1
2018-09-24 08:00:45.830 Info App: /opt/emby-server/bin/ffmpeg -i file:"/nfs/nas01/10_media/10_movies/10_english/2001 - A Space Odyssey (1968)/2001 - A Space Odyssey (1968).avi" -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 copy -y "/var/lib/emby/transcoding-temp/9a36772a308601731ef62a195c04e838.avi?deviceid=test&mediasourceid=e51001910e949188a4d499c444220859&static=true&audiostreamindex=1&tag=6e7f8716586c1160cece775d9c1fc058&dlnaheaders=true"
2018-09-24 08:00:46.082 Error HttpServer: Error processing request
        *** Error Report ***
        Version: 3.5.3.0
        Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
        Operating system: Unix 4.15.18.4
        64-Bit OS: True
        64-Bit Process: True
        User Interactive: True
        Processor count: 4
        Program data path: /var/lib/emby
        Application directory: /opt/emby-server/system
        System.Exception: Error starting ffmpeg
           at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, EncodingOptions encodingOptions, CancellationTokenSource cancellationTokenSource, Boolean acquireResources)
           at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.GetStreamResult(StreamState state, IDictionary`2 responseHeaders, Boolean isHeadRequest, CancellationTokenSource cancellationTokenSource)
           at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.ProcessRequest(StreamRequest request, Boolean isHeadRequest)
           at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
           at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, ILogger logger, String operationName, CancellationToken cancellationToken)
           at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)
        System.Exception
           at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, EncodingOptions encodingOptions, CancellationTokenSource cancellationTokenSource, Boolean acquireResources)
           at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.GetStreamResult(StreamState state, IDictionary`2 responseHeaders, Boolean isHeadRequest, CancellationTokenSource cancellationTokenSource)
           at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.ProcessRequest(StreamRequest request, Boolean isHeadRequest)
           at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
           at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, ILogger logger, String operationName, CancellationToken cancellationToken)
           at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)

2018-09-24 08:00:46.082 Info HttpServer: HTTP Response 500 to 10.10.22.1. Time: 253ms. http://10.10.5.15:8096/videos/e51001910e949188a4d499c444220859/stream.avi%3FDeviceId=test&MediaSourceId=e51001910e949188a4d499c444220859&Static=true&AudioStreamIndex=1&Tag=6e7f8716586c1160cece775d9c1fc058&dlnaheaders=true

playing the video in the emby app works without a problem.

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...