[mythtv-users] Mythweb asx streaming
Doug Lytle
support at drdos.info
Thu Dec 11 20:19:17 UTC 2008
Bobby Gill wrote:
> my $serverAddr = $ENV{'HTTP_X_FORWARDED_HOST'} ||
> $ENV{'SERVER_NAME'} || $ENV{'SERVER_ADDR'};
> $uri .= '://'.$serverAddr.':'.$ENV{'SERVER_PORT'}
> .$ENV{'REQUEST_URI'};
I just did this:
$uri .= '://'.$serverAddr.':'.8080
It fixed my issues.
Thanks!
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
More information about the mythtv-users
mailing list