Jump to content

System.Exception: No video encoder found for 'vp8'


Recommended Posts

Posted (edited)

I have a new Emby install as of this morning on Windows Server 2022 Core with a Quadro P400 GPU. When trying to play a H264 video file on Chrome on Win 10 Enterprise 21H2, through Emby both with and without hardware transcoding I get the following error. Any ideas what is wrong?

2022-08-12 18:40:05.755 Error Server: Error processing request
    *** Error Report ***
    Version: 4.7.6.0
    Command line: C:\Users\emby\AppData\Roaming\Emby-Server\system\EmbyServer.dll
    Operating system: Microsoft Windows 10.0.20348
    Framework: .NET 6.0.7
    OS/Process: x64/x64
    Runtime: C:/Users/emby/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
    Processor count: 1
    Data path: C:\Users\emby\AppData\Roaming\Emby-Server\programdata
    Application path: C:\Users\emby\AppData\Roaming\Emby-Server\system
    System.Exception: System.Exception: No video encoder found for 'vp8'


    >>>>>>  FindVideoEncoder - MediaType: vp8, UseHardwareCodecs: True, HWA-Mode: Disabled

       at Emby.Server.MediaEncoding.Encoder.TranscodingCommandBuilder.FindVideoEncoder(EncodingJobInfo state, CodecParameterContext parameterContext)
       at Emby.Server.MediaEncoding.Encoder.TranscodingCommandBuilder.GetProgressiveVideoFullCommandLine(EncodingJobInfo state, String outputPath)
       at Emby.Server.MediaEncoding.Api.Progressive.VideoService.GetCommandLineArguments(String outputPath, StreamState state)
       at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, CancellationToken cancellationToken, Boolean acquireResources)
       at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, CancellationToken cancellationToken, Boolean acquireResources)
       at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.GetStreamResult(StreamState state, IDictionary`2 responseHeaders, Boolean isHeadRequest, CancellationToken cancellationToken)
       at Emby.Server.MediaEncoding.Api.Progressive.BaseProgressiveStreamingService.ProcessRequest(StreamRequest request, Boolean isHeadRequest)
       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: Emby.Server.MediaEncoding
    TargetSite: Emby.Server.MediaEncoding.Codecs.Common.Types.ConfiguredVideoEncoder FindVideoEncoder(Emby.Server.MediaEncoding.Encoder.EncodingJobInfo, MediaBrowser.Controller.MediaEncoding.CodecParameterContext)

 

Edited by muhfugen
Posted

Hi there, please attach the complete emby server log. Thanks.

Posted (edited)
20 hours ago, Luke said:

Hi there, please attach the complete emby server log. Thanks.

 

 

 

Edited by muhfugen
Happy2Play
Posted

Was there a ffmpeg log?

But you need to correct your library permissions issue.

System.UnauthorizedAccessException: Access to the path '\\xx.xxxxxxx.xxx\Videos' is denied.

System.UnauthorizedAccessException: Access to the path '\\xx.xxxxxxx.xxx\Videos\Movies' is denied.

Looks like this media is failing to be probed with code below but permissions could be a factor also.

But devs will have to comment on "exited with code -1073741515" and topic issue.

 

Posted
32 minutes ago, Happy2Play said:

Was there a ffmpeg log?

But you need to correct your library permissions issue.

System.UnauthorizedAccessException: Access to the path '\\xx.xxxxxxx.xxx\Videos' is denied.

System.UnauthorizedAccessException: Access to the path '\\xx.xxxxxxx.xxx\Videos\Movies' is denied.

Looks like this media is failing to be probed with code below but permissions could be a factor also.

But devs will have to comment on "exited with code -1073741515" and topic issue.

 

Yes the permissions problem is probably the source of the issue here. If you can resolve that then that should resolve all of these issues I would think.

Posted

Those permissions issues are old log entries and are near the start of the log. If Emby didnt have permission to read the directories, it couldnt have enumerated the directories and provided me with movies to even try toplay. I was going to stop the service, delete the old logs and try again to make them a bit easier to read through, but now it decided to start working.

Posted

Are you all set now?

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