SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-11-2017, 03:24 PM
chairmanmao's Avatar
chairmanmao chairmanmao is offline
Sage Advanced User
 
Join Date: Aug 2006
Location: San Carlos, CA
Posts: 81
Sage 9 Hangs Playing Certain Files to HD300

I'm trying to figure out why certain recordings can't be played over an HD300 or HD200.

I have a recording currently exhibiting that behavior. It plays back just fine on the Sage server's display (i.e., when running Sage as a client). But it throws an endlessly spinning icon up when viewed over an HD300.

The logs are filled with EventThread Hang Detected errors which appear to be related to the failure to play the file.

I set ui/thread_hang_delay_dump to 5000 milliseconds, and I >>think<< I'm getting a bunch of new error messages when I try to play back the file remotely...but I'm not sure.

Here's a sample of what I think is related to the failure:

Code:
Thu 5/11 14:11:15.874 [AWTThreadWatcher-0023a5000146@1ddcb6d] EventThread-0023a5000146 Hang Detected - hang time = 36017 UILocker=Thread[ActiveRender-0023a5000146,2,main]
Thu 5/11 14:11:15.884 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketDispatcher.write(Unknown Source)
Thu 5/11 14:11:15.896 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
Thu 5/11 14:11:15.904 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.write(Unknown Source)
Thu 5/11 14:11:15.909 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketChannelImpl.write(Unknown Source)
Thu 5/11 14:11:15.914 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.sendBufferNow(MiniClientSageRenderer.java:6528)
Thu 5/11 14:11:15.919 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitCursor(MiniClientSageRenderer.java:6296)
Thu 5/11 14:11:15.925 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitIndicatorState(MiniClientSageRenderer.java:7828)
Thu 5/11 14:11:15.931 [FinalRender-0023a5000146@1065cb0] sage.ZRoot$1.run(ZRoot.java:175)
Thu 5/11 14:11:16.041 [FinalRender-0023a5000146@1065cb0] MiniUI client error20-a:java.io.IOException: An existing connection was forcibly closed by the remote host
Thu 5/11 14:11:16.051 [FinalRender-0023a5000146@1065cb0] java.io.IOException: An existing connection was forcibly closed by the remote host
Thu 5/11 14:11:16.052 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketDispatcher.write0(Native Method)
Thu 5/11 14:11:16.061 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketDispatcher.write(Unknown Source)
Thu 5/11 14:11:16.071 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
Thu 5/11 14:11:16.081 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.write(Unknown Source)
Thu 5/11 14:11:16.090 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketChannelImpl.write(Unknown Source)
Thu 5/11 14:11:16.095 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.sendBufferNow(MiniClientSageRenderer.java:6528)
Thu 5/11 14:11:16.101 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitCursor(MiniClientSageRenderer.java:6296)
Thu 5/11 14:11:16.107 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitIndicatorState(MiniClientSageRenderer.java:7828)
Thu 5/11 14:11:16.113 [FinalRender-0023a5000146@1065cb0] sage.ZRoot$1.run(ZRoot.java:175)
Thu 5/11 14:11:16.213 [FinalRender-0023a5000146@1065cb0] MiniUI client error20-a:java.io.IOException: An existing connection was forcibly closed by the remote host
Thu 5/11 14:11:16.223 [FinalRender-0023a5000146@1065cb0] java.io.IOException: An existing connection was forcibly closed by the remote host
Thu 5/11 14:11:16.224 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketDispatcher.write0(Native Method)
Thu 5/11 14:11:16.231 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketDispatcher.write(Unknown Source)
Thu 5/11 14:11:16.238 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
Thu 5/11 14:11:16.244 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.IOUtil.write(Unknown Source)
Thu 5/11 14:11:16.250 [FinalRender-0023a5000146@1065cb0] sun.nio.ch.SocketChannelImpl.write(Unknown Source)
Thu 5/11 14:11:16.256 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.sendBufferNow(MiniClientSageRenderer.java:6528)
Thu 5/11 14:11:16.261 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitCursor(MiniClientSageRenderer.java:6296)
Thu 5/11 14:11:16.265 [FinalRender-0023a5000146@1065cb0] sage.MiniClientSageRenderer.setWaitIndicatorState(MiniClientSageRenderer.java:7828)
Thu 5/11 14:11:16.269 [FinalRender-0023a5000146@1065cb0] sage.ZRoot$1.run(ZRoot.java:175)
Does this provide any hints about what's going wrong with this file? If not, what next steps should I try?
Reply With Quote
  #2  
Old 05-15-2017, 11:16 AM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
That's what it'll flood the log with in certain types of failure cases. What I'd want to see is the part of the log (but please post that whole log) when you select it for play back and all of this starts.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing .ts Files recorded by HD PVR in Sage cacklz SageTV Software 2 12-05-2013 12:54 PM
HD300 problems playing AVI MPEG 4 files toony SageTV Media Extender 0 11-06-2013 07:53 PM
Does the HD300 do a good job playing 24p files on a Standard Definition TV? zz5 SageTV Media Extender 0 10-05-2010 01:13 PM
Playing sage Files with another computer FormatC: SageTV Software 7 02-22-2006 09:39 PM
Playing Sage .ts files in other apps Mike Young SageTV Software 8 11-21-2005 07:59 AM


All times are GMT -6. The time now is 02:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.