- December 23, 2011
- 3
- 0
- Home Country
- 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
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