I have a streaming setup something like this:

Streamer url: rtmp://streaming.myserver.com/_streamer/
Stream: subfolder/my_stream.flv (or my_stream.mp3)

The wijering4_swftools_flashvars(...) hook inside of wijering4/wijering4.module strips out subfolder and tries to stream only my_stream.flv. This, of course, breaks, because there is no stream by that name in the root folder. I got my stream working by commenting out the line

$vars->othervars['file_url'] = $info['basename'];

It would be great if the next release of SWFTools included this by default so my code doesn't break when I upgrade the module.

Thanks!

Comments

Stuart Greenfield’s picture

Status: Active » Needs review

Fixed in DRUPAL-6--3 and will be in the 6.x-3.x release.