We are injecting a custom NetStream event into live streams we are serving off WOWZA servers - events that tell the player to roll mid-roll ads. If we use the static version of our stream, these events are relayed through the httpstreaming plugin no problem. However, when we use mulit-bitrate adaptive streams, the bwcheck_httpstreaming plugin does not relay the events.
I believe that I've figured out the fix for this and I can submit a pull request. The real problem I'm having is getting everything to compile and still have the bandwith checking work correctly. I've pulled a clean copy of everything you have here, compiled all three plugins (f4m, bwcheck and httpstreaming) and it kind of works. I can playback the stream, and the bwcheck plugin will switch up to the higher bitrate for a minute, but then it switches back down and stays there. Whereas the version of the plugins you have for download on your site work correctly.
Would you either be willing to compile the plugins for me using the modified code, or can you advise me on what I'm doing wrong to compile these? The only thing I can thing of is that there is a file in the bwcheck plugin that references particular AS classes with local paths on your machine:
https://github.com/flowplayer/flash/blob/master/plugins/bwcheck/lib/externs.xml
perhaps I need to have those as well? I'm also using the 4.8 Flex SDK, do you use a different version?
Thank you in advance for any assistance you can offer