Bit rate is whatever the BBC puts in the bandwidth filed in the MPD
header which describes the stream.

Code:
--------------------
    
                <AdaptationSet startWithSAP="2" segmentAlignment="true" id="1" 
codecs="flac" audioSamplingRate="48000" lang="eng" mimeType="audio/mp4">
                        <AudioChannelConfiguration 
schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
                        <Role schemeIdUri="urn:mpeg:dash:role:2011" 
value="main"/>
                        <SegmentTemplate timescale="48000" duration="184320" 
media="$RepresentationID$/$Number%06d$.m4s" 
initialization="$RepresentationID$/IS.mp4" startNumber="1" 
presentationTimeOffset="0"/>
                        <Representation id="A1" bandwidth="1536000"/>
                </AdaptationSet>
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to