[K12OSN] Streaming server-Apache rewrite question

Timothy Legge tlegge at rogers.com
Wed Jan 24 02:58:28 UTC 2007


--- Roger <roger.in.eugene at gmail.com> wrote:

> RewriteRule ^/~(.*)/(.*\.(mov|qt))
> rtsp://OTHER-SERVER:7070/staff/$1/$2
> [NC,NS,L,T=video/quicktime]

I am unsure whether http to rstp would be supported
but I think you need the Redirect flag as in:


RewriteRule ^/~(.*)/(.*\.(mov|qt))
rtsp://OTHER-SERVER:7070/staff/$1/$2
[R,NC,NS,L,T=video/quicktime]

Tim




More information about the K12OSN mailing list