MPExtended streaming.xml need help (1 Viewer)

ocbSuperduper

New Member
December 23, 2011
3
0
Home Country
Switzerland Switzerland
Hi

I'm looking for a documentation about the settings of the streaming.xml file in MPExtended

<name>Android FFmpeg HQ</name>
<description>Best-quality Android profile based on ffmpeg</description>
<bandwidth>11200</bandwidth>
<target>android</target>
<transport>http</transport>
<maxOutputWidth>1280</maxOutputWidth>
<maxOutputHeight>720</maxOutputHeight>
<mime>video/MP2T</mime>
<videoStream>true</videoStream>
<transcoderConfiguration implementation="MPExtended.Services.StreamingService.Transcoders.FFMpeg">
<codecParameters>-codec:v libx264 -b:v 8192k -profile:v baseline -preset:v fast -coder rle -codec:a aac -b:a 256k -ac 2 -strict experimental -async 1 -sn -f mpegts</codecParameters>
</transcoderConfiguration>

i change it to this settings and it works fine, but i don't know what i really do.
Can anyone help me?
<bandwidth>11200</bandwidth> what's this?

thanks
ocb
 

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Bandwidth is merely an informational setting, nothing uses it currently.
     

    Users who are viewing this thread

    Top Bottom