Jump to content

Coldguy

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Coldguy

  1. Hello there I have been trying to follow the path of this thread because I too have CPU issues.  If I let it run all of my available CPU gets utalized and overheats my system.  I did see the post linking to this thread about limiting the CPU usages within docker so that it can co-exist with other containers.  (Here is the link if you are unable to find it earlier in the thread https://forums.unraid.net/topic/57181-docker-faq/page/2/?tab=comments#comment-566087)

     

    I tried both of the steps in the post and can confirm that neither of them are working.  What happens is that the cpu is limited BUT when a task gets added to a worker, the worker simply rejects and marked the file as a failed project without actually doing what needs to be done.  Is there a future update that would be able to handle this or something that I am missing so that I can run the process on my files without overtaxing my server.  Thanks in advance.

  2. On 8/25/2019 at 12:13 AM, scud133b said:

    I'm also having trouble connecting to my HDHomeRun tuner. It's failing with a couple error messages: Error opening tuner and Error processing request. The weird part is that it definitely is connecting to my HDHomeRun because it's pulling in the channels in the UI.

     

    Any ideas on how to get this to work?

     

    Here's the errors in the logs:

     

    
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] User policy for admin. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:09:56] [INF] Profile: Unknown Profile, Path: http://10.10.70.100, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
    [23:09:56] [INF] Profile: Unknown Profile, No direct play profiles found for Path: http://10.10.70.100
    [23:09:56] [INF] Opening channel stream from Emby, external channel Id: hdhr_8.1
    [23:09:56] [INF] Streaming Channel hdhr_8.1
    [23:09:56] [INF] GetChannelStream: channel id: hdhr_8.1. stream id: heavy_9fef4379d3f393ecaff8032b49af387e_53fd5f596fcc9ad4d2be4f78a8b5aab9 profile: heavy
    [23:09:56] [INF] Opening SharedHttpStream Live stream from http://10.10.70.100:5004/auto/v8.1?transcode=heavy
    [23:09:59] [ERR] HTTP request failed with message:
    
    [23:09:59] [ERR] Error opening tuner
    
    MediaBrowser.Model.Net.HttpException: Service Unavailable
    at Emby.Server.Implementations.HttpClientManager.HttpClientManager.EnsureSuccessStatusCode(HttpResponseMessage response, HttpRequestOptions options)
    at Emby.Server.Implementations.HttpClientManager.HttpClientManager.SendAsyncInternal(HttpRequestOptions options, HttpMethod httpMethod)
    at Emby.Server.Implementations.HttpClientManager.HttpClientManager.SendAsync(HttpRequestOptions options, HttpMethod httpMethod)
    at Emby.Server.Implementations.LiveTv.TunerHosts.SharedHttpStream.Open(CancellationToken openCancellationToken)
    at Emby.Server.Implementations.LiveTv.TunerHosts.BaseTunerHost.GetChannelStream(String channelId, String streamId, List`1 currentLiveStreams, CancellationToken cancellationToken)
    [23:09:59] [ERR] Error processing request
    
    MediaBrowser.Controller.LiveTv.LiveTvConflictException: Exception of type 'MediaBrowser.Controller.LiveTv.LiveTvConflictException' was thrown.
    
    at Emby.Server.Implementations.LiveTv.TunerHosts.BaseTunerHost.GetChannelStream(String channelId, String streamId, List`1 currentLiveStreams, CancellationToken cancellationToken)
    at Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV.GetChannelStreamWithDirectStreamProvider(String channelId, String streamId, List`1 currentLiveStreams, CancellationToken cancellationToken)
    at Emby.Server.Implementations.LiveTv.LiveTvManager.GetChannelStream(String id, String mediaSourceId, List`1 currentLiveStreams, CancellationToken cancellationToken)
    at Emby.Server.Implementations.LiveTv.LiveTvMediaSourceProvider.OpenMediaSource(String openToken, List`1 currentLiveStreams, CancellationToken cancellationToken)
    at Emby.Server.Implementations.Library.MediaSourceManager.OpenLiveStreamInternal(LiveStreamRequest request, CancellationToken cancellationToken)
    at Emby.Server.Implementations.Library.MediaSourceManager.OpenLiveStream(LiveStreamRequest request, CancellationToken cancellationToken)
    at MediaBrowser.Api.Playback.MediaInfoService.OpenMediaSource(OpenMediaSource request)
    at MediaBrowser.Api.Playback.MediaInfoService.GetPlaybackInfo(GetPostedPlaybackInfo request)
    at MediaBrowser.Api.Playback.MediaInfoService.Post(GetPostedPlaybackInfo request)
    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)

     

    Hi all sorry for quoting this but I am having this issue on my configuration right now, any ideas on what I can do to test this?

  3. Hello all, I am in the process of setting up the server and excited to go down the rabbit hole.  My girlfriend just came in and wanted me to see if I could make an Arc Server on the device so that she can have her own world and invite people to the game.  I checked the community applications and did a quick google search and could not find anything.  Is anyone aware of this being on an Unraid system or should I look elsewhere?

×
×
  • Create New...