url rewriting bug ?

sachaz

Joined: 2008-08-31
Posts: 7
Posted: Mon, 2013-02-11 00:23

Hi,

I'm enjoying the H264 video streaming module (http://h264.code-shop.com) on nginx or apache. I hacked the modules/gallery/views/movieplayer.html.php to have the right parameters:
provider:'http',
'http.startparam':'start',
It works perfectly I can slide in the video without downloading it. But if I set the video to restricted users (view for everybody disabled) it seems that the security process (url rewrite of the htaccess ?) doesn't care about the ?start=X parameter.
Result: http pseudo streaming works when the video is for all users, and doesn't if it is for restricted users

Any idea to make it work ?

Sacha.

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Sat, 2013-02-16 14:12

I don't know anything about the module you're using.
Can't assist unless you offer much more detail.
If it's a rewrite issue, you'd need to post the htaccess that you're using, along with a URL that's being rewritten, what it's being rewritten to, and what it should be rewritten to.
Can't offer much more without that.