DBox2 VLC Proxy
espendiller — Sat, 07/03/2010 - 12:07
see more on: Internetstreams für Movieplayer - Dbox2 - Experten Windows/Linux
.htaccess
[..]
# rewrite for dbox2 movieplayer - browsing
RewriteCond %{REQUEST_URI} ^requests/browse.xml?.* [NC,OR]
RewriteCond %{QUERY_STRING} &?dir=(.*)$
RewriteRule ^.*$ index.php?q=sm/%1 [L]
# ------
# rewrite for dbox2 movieplayer - streaming and playback
#http://router/1/requests/status.xml?command=in_play&input=e:/Kino.de/%20Diese%20Woche/When%20in%20Rome%20-%20Fuenf%20Maenner%20sind%20vier%20zuviel/%20OV-Trailer%20When%20in%20Rome%20-%20Fuenf%20Maenner%20sind%20vier%20zuviel%20:sout=#transcode{vcodec=mpgv,vb=1500,width=352,height=288,fps=25,acodec=mpga,ab=192,channels=2}:std{access=http,mux=ts,dst=:8083/dboxstream}
RewriteCond %{REQUEST_URI} ^requests/status.xml?.* [NC,OR]
RewriteCond %{QUERY_STRING} &?command=(.*?)&input=(.*?)%20%3Asout%3D%23(.*?)$
RewriteRule ^.*$ index.php?q=sm/%2&scout=%3 [L]
http.conf
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests On
ProxyPass /dboxstream http://127.0.0.1:80/dboxstream
ProxyPassReverse /dboxstream http://127.0.0.1:80/dboxstream
ProxyVia On
