We are using a mrss feed to generate a playlist through the player.
After many headaches, I realizes that the issue was our media files not ending with .flv but with a query string.
An example is http://mypath/myfile.flv?log=rerer&fldlfd
If we remove this query string the playlist is fine. Unfortunately we are using this query string to log stats.
Is it possible to get it working this way or do we need to remove the query string?
Thanks

See the very first sentence here: http://developer.longtailvideo.com/trac/wiki/FlashFormats#Singlefiles
See the example & documentation here: http://developer.longtailvideo.com/trac/wiki/FlashFormats#JWPlayernamespace for the correct way to use the JWPlayer namespace to specify the type in a MediaRSS playlist.