Ticket #186 (closed defect: fixed)
RTMP ads don't play without a marker
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for Flowplayer (v1.0.0) |
| Component: | OVA for Flowplayer | Version: | OVA for Flowplayer (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
Not all VAST responses return a marker in the ad URL to allow the RTMP provider to be setup properly.
e.g.
<MediaFiles> <MediaFile id="1" delivery="streaming" type="video/x-flv" bitrate="530" width="946" height="525"><![CDATA[rtmp://rmcdn.f.2mdn.net/ondemand/MotifFiles/html/2013347/video_1285311519659.flv]]></MediaFile> <MediaFile id="2" delivery="progressive" type="video/x-flv" bitrate="530" width="946" height="525"><![CDATA http://gcdn.2mdn.net/MotifFiles/html/2013347/video_1285311519659.flv]></MediaFile> </MediaFiles>
which has the RTMP stream:
rtmp://rmcdn.f.2mdn.net/ondemand/MotifFiles/html/2013347/video_1285311519659.flv
How do we correctly configure the Flowplayer RTMP streamer with this type of data?

Fixed. See release note:
http://developer.longtailvideo.com/ova/wiki/OvaRCNotes-011211-3