google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

play() fails with bwcheck (regression) #499

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See: http://flowplayer.org/forum/8/98078#post-98128

failing 3.2.8 demo:
http://zxc.pp.ua/fp/fp328.html

working 3.2.7 demo:
http://zxc.pp.ua/fp/fp327.htm

Original issue reported on code.google.com by blacktrashproduct on 22 Mar 2012 at 5:14

GoogleCodeExporter commented 9 years ago
demo videos dont play in 3.2.8 demo, 3.2.7 is a 404

Original comment by dani...@electroteque.org on 23 Mar 2012 at 4:42

GoogleCodeExporter commented 9 years ago
cannot replicate with this config

 $f("player2", "../build/flowplayer.swf",
    {
        log: { level: 'debug', filter: 'org.flowplayer.bitrateselect.*, org.flowplayer.net.*, org.flowplayer.controller.*' },

        clip: {
            bitrates: [{url: "mp4:media/Videos/20123/dc369ce5-f4fa-4ff1-b0a1-8a7a4871a780-LQ",
                            bitrate: 300,
                            isDefault: true,
                            normal: true},
                           {url: "mp4:media/Videos/20123/dc369ce5-f4fa-4ff1-b0a1-8a7a4871a780-HQ",
                            bitrate: 1000,
                            hd: true}],
            urlResolvers: 'bwcheck',
            baseUrl: 'http://pseudo01.hddn.com/vod/demo.flowplayervod/',
            provider: 'rtmp'
        },
        plugins:
        {

            rtmp: {
                url: "../build/flowplayer.rtmp.swf",
                netConnectionUrl: "rtmp://s13nr2nglc36gu.cloudfront.net/cfx/st",
                durationFunc: 'getStreamLength'
            },
            bwcheck: {
                url: '../build/flowplayer.bwcheck.swf' ,
                dynamic: true            
            } 
        }       

    });

The connection urls are being fudged for some reason or another, perhaps try a 
new rtmp plugin here, the complete url fix also had to be fixed in here

http://dl.dropbox.com/u/3394987/flowplayer.rtmp-3.2.8.zip

Original comment by dani...@electroteque.org on 23 Mar 2012 at 5:00

GoogleCodeExporter commented 9 years ago
something on his page is causing connections like this 

s13nr2nglc36gu.cloudfront.net/cfx/st/mp4:media/Videos/20123

Original comment by dani...@electroteque.org on 23 Mar 2012 at 5:01

GoogleCodeExporter commented 9 years ago
You're right - I think some spurious configurations, like clip.url, get in the 
way on the user's sample page. Here everything seems to work ok with 3.2.8:
http://flowplayer.blacktrash.org/test/bwcheck-play.html
Sorry for the noise. You can close it in a few days, if nothing else crops up.

Original comment by blacktrashproduct on 24 Mar 2012 at 1:26

GoogleCodeExporter commented 9 years ago
it's ok ;) I think the rtmp needs updating with the change since the base url 
fix in the core that must be the issue. 

Original comment by dani...@electroteque.org on 24 Mar 2012 at 2:08

GoogleCodeExporter commented 9 years ago
closing this for now

Original comment by dani...@electroteque.org on 26 Mar 2012 at 2:17