[mythtv-users] HLS recorder and HTTP proxy

Brian J. Murrell brian at interlinx.bc.ca
Fri Jul 19 15:25:30 UTC 2013


On 13-07-19 11:03 AM, Jean-Yves Avenard wrote:
>
> All mythtv downloads are using Qt networking methods, and at the
> beginning of each method it sets the proxy to what is defined in the
> environment varible http_proxy (and if that one doesn't exist, it
> checks HTTP_PROXY)
>
> After a quick look, it looks like FFmpeg networking utilities do the same.
>
> mythtv-setup uses the main myth downloading, and is also setup to use
> the proxy if one is defined

Well, that's the theory, anyway.  Practice seems to be a little 
different.  :-/

$ echo $http_proxy
http://proxy:3128/
$ ping proxy
PING server (10.75.22.3) 56(84) bytes of data.
64 bytes from server (10.75.22.3): icmp_req=1 ttl=64 time=0.615 ms
^C
$ mythtv-setup -geometry 640x480
...
2013-07-19 11:21:13.773313 E  NetworkOperation Error on Finish: 
Connection refused (or timed out) (1): url: 
'http://www.avenard.org/files/media/playlist-hls.m3u'

And in my firewall's log:

REJECT:IN=br-lan OUT=eth1 MAC=... SRC=10.75.22.2 DST=88.190.230.128 
LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=23416 DF PROTO=TCP SPT=44028 DPT=80 
WINDOW=14600 RES=0x00 SYN URGP=0

That's mythtv-setup most definitely *not( using the defined proxy.

Happy to provide any more information to help get to the bottom of this.

b.



More information about the mythtv-users mailing list