流媒体中的视频源网址问题

Using latest flowplayer have issue with making the video play. Instead of regular link like this

<source type="video/mp4" src="http://mydomain.com/path/to/intro.mp4">

I have a dynamic link which has parameters for for further file determination

<source type="video/mp4" src="http://mydomain.com/stream.php?key=123">

which will return a video mp4 file after checking the key. When I try to use such link flow player return error : "html5: Unsupported video"

Please help with such problem, thank you