nginadofficial / open-video-ads

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

openvideoads and Flowplayer XML Playlist #230

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Latest version of Flowplayer (3.2.0)
2. Latest version of Flowplayer openvideoads (0.5.0)
3. Implement a XML Playlist in flowplayer

What is the expected output? What do you see instead?
When you do this, openvideoads loads the AD video but no the playlist.

What version of the product are you using? On what operating system?
Flowplayer 3.2.0

Please provide any additional information below.

This is an example code of constructing an XML video file in flowplayer:

playlist:"http://yourwebpage.com/xml/file.xml"

This is the content of XML file:

<rss version="2.0"
  xmlns:media="http://search.yahoo.com/mrss/"
  xmlns:fp="http://flowplayer.org/fprss/">
  <channel>
     <title>Playlist with bitrates</title>
     <item>
        <title>RTMP streaming</title>
        <description>RTMP streaming from a Wowza 2 server hosted by 
HDDN</description>
        <media:group>
            <media:content bitrate="2000" width="1080" 
                url="mp4:sinvideo-2000.mp4" type="video/h264" />

            <media:content bitrate="1400" width="720" 
                url="mp4:sinvideo-1400.mp4" type="video/h264" />

        </media:group>
        <fp:clip provider="rtmp" autoPlay="true" urlResolvers="bwcheck" 
scaling="fit" />
     </item>
  </channel>
</rss>

Original issue reported on code.google.com by codif...@gmail.com on 12 May 2010 at 8:01

GoogleCodeExporter commented 8 years ago
I think the issue here is the compatibility with the bwchecker ... i'm looking 
into this... email me at 
enquiries@openvideoads.org if you've found a fix or want more direct contact..

Paul.

Original comment by paul.sch...@gmail.com on 13 May 2010 at 9:31