You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Bandwidth detection url pattern fails Created Nov 11, 2009

This thread is solved

Views: 2080     Replies: 2     Last reply Dec 23, 2009  
You must login first before you can use this feature

valse

Posts: 6

Registered:
Apr 14, 2009

Bandwidth detection url pattern fails

Posted: Nov 11, 2009

Hi...

...I'm working with last version of rtmp and bwcheck plugin embedding flowplayer with en external configuration file.

When I try to use bwcheck with a custom url pattern it didn't match with my setting (I see that with safari log): if I try to downgrade with flowplayer 3.1.2, rtmp 3.1.0 and a dev version of bwcheck (3.1.3-dev3) all works fine.

Marco

dlc

Posts: 1

Registered:
Jul 28, 2009

» Bandwidth detection url pattern fails

Posted: Dec 16, 2009

Reply to: Bandwidth detection url pattern fails, from valse
See r619. A new configuration option, urlPatternNoExt, was added for URLs lacking a file extension. This worked in my case since the files are identified by UUIDs, not file names.

I didn't try 3.1.3-dev; perhaps the two have since been coalesced.

valse

Posts: 6

Registered:
Apr 14, 2009

» » Bandwidth detection url pattern fails

Posted: Dec 23, 2009

Reply to: » Bandwidth detection url pattern fails, from dlc
great!

it works... I replace urlPattern with urlPatternNoExt and it resolves the url correctly!

I suggest to insert it on the bwcheck documentation page ;-)