<?xml version="1.0" encoding="UTF-8"?>
<audience xmlns="http://ns.real.com/tools/audience.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://ns.real.com/tools/audience.2.0 http://ns.real.com/tools/audience.2.0.xsd">
  <avgBitrate type="uint">300000</avgBitrate>
  <maxBitrate type="uint">320000</maxBitrate>
  <streams>
    <stream xsi:type="videoStream">
      <pluginName type="string">hx-theora-encoder</pluginName>
      <encodingType type="string">vbrBitrate</encodingType>
      <maxFrameRate type="double">30</maxFrameRate>
      <maxKeyFrameInterval type="double">10</maxKeyFrameInterval>
    </stream>
    <stream xsi:type="audioStream">
      <pluginName type="string">rn-audiocodec-vorbis</pluginName>
      <codecName type="string">vorbis</codecName>
      <codecFlavor type="uint">1</codecFlavor>
      <streamContext type="bag">
        <presentationType type="string">audio-video</presentationType>
        <audioMode type="string">music</audioMode>
      </streamContext>
    </stream>

    <stream xsi:type="audioStream">
      <pluginName type="string">rn-audiocodec-vorbis</pluginName>
      <codecName type="string">vorbis</codecName>
      <codecFlavor type="uint">1</codecFlavor>
      <streamContext type="bag">
        <presentationType type="string">audio-only</presentationType>
        <audioMode type="string">music</audioMode>
      </streamContext>
    </stream>
  </streams>
</audience>
