Currently for getting BitTorrent Live to work on Firefox I have to allow live.bittorrent.com, 127.0.0.1 aka localhost, and disable ABE.
How can I make btlive to work without disabling ABE?
Thanks in advance.
live.bittorrent.com, localhost and ABE
live.bittorrent.com, localhost and ABE
Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0
Re: live.bittorrent.com, localhost and ABE
What appears in the Error Console (Ctrl+Shift+J) under Messages when this occurs?
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Re: live.bittorrent.com, localhost and ABE
[ABE] <LOCAL> Deny on {GET http://127.0.0.1:1930/readable_status ************* }
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Re: live.bittorrent.com, localhost and ABE
Working...
Code: Select all
Site LOCAL
Accept from LOCAL .live.bittorrent.com
Deny
Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Re: live.bittorrent.com, localhost and ABE
Yes, that will work, and well done for figuring it out.
If you want to be more selective and just allow BitTorrent to reach the single address it needs, not your whole LAN, you could instead write:
NB Putting LOCAL on its own line is usually a good idea; it's quirky.
If you want to be more selective and just allow BitTorrent to reach the single address it needs, not your whole LAN, you could instead write:
Code: Select all
Site http://127.0.0.1:1930
Accept from .live.bittorrent.com
Accept from LOCAL
Deny
Site LOCAL
Accept from LOCAL
Deny
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0