H264TSAC3 issues

Developers forum for Univeral Media Server-related development (only for programmers)
Locked
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

H264TSAC3 issues

Post by DeFlanko »

Made amazon Kindle Fire CONF based off of the Samasung Mobile Device CONF.

Successfully played Video and Audio with Dolby test file, Larger movie files could not play back.

Conf file:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Amazon Kindle Fire.
# See PS3.conf for a description of all possible configuration options.
# 
# Caveat: Must download Software player like VPlayer or MXplayer, cannot use native hardware media player

RendererName=Amazon Kindle Fire
RendererIcon=amazon-kindle-fire.png
UserAgentSearch=Amazon Kindle Fire
UserAgentAdditionalHeader=Dalvik
UserAgentAdditionalHeaderSearch=Amazon Kindle Fire
Video=true
Audio=true
Image=true
SeekByTime=false
MaxVideoBitrateMbps=10
TranscodeVideo=H264TSAC3
MaxVideoWidth=640
MaxVideoHeight=360
KeepAspectRatio=true
#CustomMencoderOptions=-channels 2 -lavcopts vcodec=mpeg4:acodec=mp2:abitrate=192
Attachments
debug.log
(710.53 KiB) Downloaded 474 times
Locked