RESOLVED: DirecTV HRxx and Hxx Thread
Posted: Thu Jun 21, 2012 4:36 am
PSA: The nature of Mediashare only allows for the video(if you can stream it) for about 5 minutes then the screensaver kicks in -- i did not realize this untill after i got it working, Becasue DirecTV has not nor will they update Mediashare from BETA to release use and stream to this render at your level of comfort... it gets annoying
That being said... i wont further try to troubleshoot this until DirecTV updates their Mediashare =)
UPDATE: It now works for me... see if it works for you!
UPDATE 2: Adjusted the Quality settings; Removed the "jitter" reported from some of my family members.
Final Release 9/25/2013 edited for code cleanup and submitted to GitHub for implementation.
NOTE: You don't have to have Whole-Home DVR enabled to use this feature.

That being said... i wont further try to troubleshoot this until DirecTV updates their Mediashare =)
UPDATE: It now works for me... see if it works for you!
UPDATE 2: Adjusted the Quality settings; Removed the "jitter" reported from some of my family members.
Final Release 9/25/2013 edited for code cleanup and submitted to GitHub for implementation.
Code: Select all
#----------------------------------------------------------------------------
# Profile for DirecTV
# Boxes Tested: H23-600, H25-500, HR34-700 (Genie), HR24-500 (DVR)
# See PS3.conf for a description of all possible configuration options.
#
# This profile is still in an experimental stage.
# You are encouraged to experiment and report back the results on the forums
# at http://www.universalmediaserver.com/forum/
#
# Know Issues: if three or more boxes are trying to watch the same movie at the same time,
# the third box will jump into someones stream; not interrupting the original streamer.
#----------------------------------------------------------------------------
RendererName=DirecTV HR
RendererIcon=directvhr.png
UserAgentSearch=DIRECTV
UserAgentAdditionalHeader=DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodedVideoFileSize=0
AutoExifRotate=false
#--------------------Meat and Potatos-----------------------------------------
#
# CustomMencoderOptions: Overrides the MEncoder custom options in UMS for
# this renderer. The below has been Tweeked for DirecTV MediaShare!
#
# to customize the TV limitation options if set on your DirecTV box
# after "expand=::::1:16\/9:4" add ",1280:720" for 720p
CustomMencoderOptions = -channels 2 \
-lavdopts debug=0:threads=4 \
-lavcopts autoaspect=1:vcodec=mpeg2video:acodec=mp2:abitrate=192:\
threads=8:keyint=0:vqscale=1:vqmin=1:vrc_maxrate=8192:vrc_buf_size=8192 \
-aid 0 \
-nosub \
-noautosub \
-ofps 24000/1001 \
-vf softskip,expand=::::1:16\/9:4,scale=1280:720 \
-lavdopts fast \
-mc 0.1 \
-af lavcresample=44100 \
-srate 44100 \
-o
CreateDLNATreeFaster = true
- Known Issues:
- If Three Boxes are watching the same movie, at the same time, the fourth box, trying to watch the same movie will jump into someones stream; not interrupting the original streamer.
- Audio is limited to 2 Channel
- Current settings in CONF are set for 720p; depending on what resolution your DirecTV box is set to (for example, if you disabled 1080i/p on one box you will need to keep this string "-vf scale=1280:720"; to view it in 1080 change it to "-vf scale=1920:1080" (i have it set to this because one box in my house is set to max resolution to 720p). Note: I find that the 720p setting is an Excellent viewing on a 52 inch Samsung tv.
- Tested on the following boxes successfully:
- H23-600
- H25-500
- HR34-700 (Genie)
- HR24-500 (DVR)