Ticket #40 (new defect)

Opened 3 years ago

Last modified 20 months ago

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?

  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>

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..

Change History

comment:1 Changed 3 years ago by paul

  • Version set to OVA for Flowplayer (trunk)
  • Milestone set to OVA for Flowplayer (next release)

comment:2 Changed 20 months ago by paul

  • Milestone changed from OVA for Flowplayer (1.0) to OVA for Flowplayer (Development)
Note: See TracTickets for help on using tickets.