scroogepro / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
0 stars 0 forks source link

Enable bitrate switching for JW 4.6 and 5.x #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Convert to RSS playlist that supports bitrate switching.. as per the format:

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" >
  <channel>
    <item>
      <title>Progressive download</title>
      <link>http://www.bigbuckbunny.org/</link>
      <description>Big Buck Bunny is a short animated film by the Blender Institute.</description>
      <media:group>
        <media:content bitrate="1500" url="http://bitsontherun.com/videos/Qvxp3Jnv-486.mp4"  
width="1080" />
        <media:content bitrate="1100" url="http://bitsontherun.com/videos/Qvxp3Jnv-485.mp4" 
width="720"/>
        <media:content bitrate="700" url="http://bitsontherun.com/videos/Qvxp3Jnv-484.mp4" 
width="480" />
        <media:content bitrate="400" url="http://bitsontherun.com/videos/Qvxp3Jnv-483.mp4" 
width="320" />
      </media:group>
    </item>
  </channel>
</rss>

Original issue reported on code.google.com by paul.sch...@gmail.com on 10 Mar 2010 at 10:09

GoogleCodeExporter commented 9 years ago
The playlist XML RSS format is only required for 4.x - for 5.x, use direct 
playlist object manipulation in 
actionscript....

Original comment by paul.sch...@gmail.com on 10 Mar 2010 at 12:35

GoogleCodeExporter commented 9 years ago
Have changed the 5.x implementation so that this is now supported on the 
playlist items - not ads yet.

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Working on this now.. 

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 10:15

GoogleCodeExporter commented 9 years ago
Will only be supported in the 5.x plugin - needs testing.

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 7:58

GoogleCodeExporter commented 9 years ago
BOTR and standard JW playlist support implemented in 4.x and 5.x OAS for 0.4.2 
RC2 release.

Original comment by paul.sch...@gmail.com on 26 Apr 2010 at 2:30