[mythtv-commits] Ticket #3990: Fix streaming/direct download in mythweb when going via an apache/mod_proxy server

MythTV mythtv at cvs.mythtv.org
Thu Sep 20 15:56:14 UTC 2007


#3990: Fix streaming/direct download in mythweb when going via an apache/mod_proxy
server
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  xris   
     Type:  patch      |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythweb    |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 The video_url() function in includes/utils.php does not work correctly
 when going via an apache/mod_proxy server.

 The server that manages my DSL Connection/Firewall/NAT etc. also runs
 Apache, and I've configured (using mod_proxy) to proxy requests through to
 my MythTV system.

 When I access mythweb from within my network (ie not going via mod_proxy)
 I get correct URL's using private IP addresses within my network, however
 when I'm at work I connect into mythweb via mod_proxy and the URL's still
 contain private IP's - meaning that I cannot download/steam my recordings.

 This patch fixes that by using HTTP headers that mod_proxy inserts.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3990>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list