Ticket #40 (new defect)
openvideoads and Flowplayer XML Playlist
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | OVA for Flowplayer (v1.0.1) |
| Component: | OVA for Flowplayer | Version: | OVA for Flowplayer (trunk) |
| Keywords: | Playlist, BW Check | Cc: | |
| Forum thread: |
Description
Reported by codifpim, May 12, 2010
What steps will reproduce the problem?
- Latest version of Flowplayer (3.2.0)
- Latest version of Flowplayer openvideoads (0.5.0)
- 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>
Comment 1 by paul.schulz, May 13, 2010
I think the issue here is the compatibility with the bwchecker ... i'm looking into this... email me at enquiries@… if you've found a fix or want more direct contact..
