Guys and gals, having a bit of an issue with a modified (and stock) videoplayer sample. The hardware is an XD with 3.0 build 2227 attached to a 35" SD television (I suspect this may be related), server is bare bones Apache, built from source with near stock configuration to rule out any issues with the distro's modifications, streaming module is not installed. Videos are Blu-ray rips, and were re-encoded with Handbrake (using v1=vbr, 2pass, 6100kbps, 1280x720, a1= AC3 5.1 640kbps, a2=AAC 2.0 Stereo 160kbps) in a web-optimized mp4 container (m4v) with 720p in the file name. The same videos play fine in Roksbox using the same Apache server (just path moved). Permissions have been double and triple checked (in fact, everything is 2775 root:apache right now...which needs to change quickly!). The video begins loading, sometimes (rarely) I get the first blue bar (10%??) but it never displays any of the content (black screen only), and then it immediately exits back to the video information screen. I am able to successfully stream the video using mplayer (but mplayer plays damn near anything IME). These videos are for in-home use only, so the high bit-rate shouldn't be a problem (it isn't with Roksbox), but perhaps I could do an encode of a short public domain sample with the same settings if needs be. Here is the limited debug output (obfuscated):
------ Running ------
created feed connection for http://testhttp.example.com/roku/xml/categories.xml
url: http://testhttp.example.com/roku/xml/categories.xml
Took: 27ms
Parse Took: 8ms
begin category node parsing
number of categories: 3
ParseCategoryNode: category
category: Sales | testhttp.example.com Sales Videos
categoryLeaf: More Stuff []
ParseCategoryNode: categoryLeaf
added new child node
ParseCategoryNode: category
category: Training | Training Videos
categoryLeaf: Session 1 []
ParseCategoryNode: categoryLeaf
added new child node
ParseCategoryNode: category
category: More | Other Internal Recordings
categoryLeaf: Other []
ParseCategoryNode: categoryLeaf
added new child node
Traversing: 70ms
showHomeScreen | msg = | index = 1
showHomeScreen | msg = | index = 1
list item selected | index = 1
created feed connection for http://testhttp.example.com/roku/xml/training1.xml
url: http://testhttp.example.com/roku/xml/training1.xml
Request Time: 25
Show Feed Parse Took : 193
showPosterScreen | msg = | index = 0
showPosterScreen | msg = | index = 0
list item selected | current show = 0
created feed connection for http://testhttp.example.com/roku/xml/training1.xml
url: http://testhttp.example.com/roku/xml/training1.xml
Request Time: 34
Show Feed Parse Took : 189
ButtonPressed
ButtonPressed
showHomeScreen | msg = | index = -5
Video request failure: -5 7
showHomeScreen | msg = | index = 0
Screen closed
Button pressed: 2 0
ButtonPressed
ButtonPressed
showHomeScreen | msg = | index = -5
Video request failure: -5 7
showHomeScreen | msg = | index = 0
Screen closed
Thanks in advance for any suggestions.