nginadofficial / open-video-ads

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

new Flowplayer BwCheck Plugin do not work #206

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement an RTMP stream with RTMP Ad and BWCheck plugin
2. Using Flowplayer latest sources from repository, bwcheck latest sources 
and OpenVideoAds 0.5.0

What is the expected output? What do you see instead?
The AD is show but the rtmp stream not.

What version of the product are you using? On what operating system?
Flowplayer 3.2.0-dev
BWcheck Plugin 3.1.4-dev2
OpenAdStreamer 0.5.0

Please provide any additional information below.
You can find the latest sources from the repositories, not from the 
Flowplayer page.

Original issue reported on code.google.com by codif...@gmail.com on 12 Apr 2010 at 4:31

GoogleCodeExporter commented 8 years ago
Would it be possible to put an example page up on a public URL that I could 
see, or if not possible, put the 
config that you are using into the issue log so I can work out what's going on?

Thanks!

Paul.

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

GoogleCodeExporter commented 8 years ago
Sure...

--- starting code ----

flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.0.swf", 
{
    clip: {  

       urlResolvers: 'bwcheck',
       provider: 'rtmp',
       autoPlay: false,
       scaling: 'fit'
    },

    playlist:[{url:"mp4:bbb.mp4",

            bitrates: [
              {url: "mp4:vod/demo.flowplayer/bbb-400.mp4", width: 320, height: 
180, bitrate: 400, isDefault: true},
          { url: "mp4:vod/demo.flowplayer/bbb-800.mp4", width: 480, bitrate: 
800 },
              { url: "mp4:vod/demo.flowplayer/bbb-1200.mp4", width: 720, 
bitrate: 1200 },
              { url: "mp4:vod/demo.flowplayer/bbb-1600.mp4", width: 1080, 
bitrate: 1600 }
           ]
        }],

plugins:{

... <-- loading RTMP, openVideoAds, BWCHECK plugins 

--- end of code ---

Original comment by codif...@gmail.com on 12 May 2010 at 7:54