• Уважаемые пользователи! Сообщаем Вам, что у нашего форума появился официальный чат в Телеграм - https://t.me/forumtv_telegram в котором будут публиковаться все важные новости и изменения проекта
  • И так дорогие друзья, всем привет! Долгожданное свершилось! Не секрет, что многие плотно сидят на яблочных устройствах. И как мы знаем сторонние приложения - это до сегодняшнего дня было вообще под запретом. Но с начала 2004 года всё изменилось. И так, мы создали тему, как один из разработчиков, в данный момент, создаёт известные всем приложения для Apple tv И соответственно для поддержки и развития текущих и будущих приложений можно к нему обратиться. Найти тему можно ниже в разделе софта Всем удачи

HTTP прокси для Ace Stream

  • Автор темы Автор темы Dogerty
  • Дата начала Дата начала
Отсюда я делаю вывод что в плагине не реализована поддержка компрессии, которая необходима для работы.
Все там реализовано на уровне библиотеки requests и не трогалось вообще .... Сча проверю если указать прямой IP ... Все работает
Код:
# Proxy settings.                                                                                                                                           
# For example you can install tor browser and add in torrc SOCKSPort 9050                                                                                   
# if you use tor on the same machine with AceProxy -  proxies = { 'https' : 'socks5h://127.0.0.1:9050' }                                                    
# If your http-proxy need authentification - proxies = {https' : 'https://user:password@ip:port'}                                                           

proxies = None                                                                                                                                              
# Channels urls or path to file ('file:///path/to/file' or 'file:///C://path//to//file' for Windows OS)                                                     
url = 'http://91.92.66.82/trash/ttv-list/as.json'
Код:
torrenttelik_plugin.py [LINE:43  ]# INFO     [28.09 22:19:37] Playlist http://91.92.66.82/trash/ttv-list/as.json downloaded
torrenttelik_plugin.py [LINE:64  ]# DEBUG    [28.09 22:19:38] torrent-telik.m3u playlist generated
 
Последнее редактирование:
Поставил сейчас последний билд и наблюдаю при отключении от канала это:
Python:
acehttp.py           [LINE:245 ]# INFO     [28.09 21:15:39] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:67  ]# DEBUG    [28.09 21:15:39] Client 10.39.1.72 disconnected
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
  File "/usr/local/lib/python2.7/dist-packages/gevent/baseserver.py", line 26, in _handle_and_close_when_done
    return handle(*args_tuple)
  File "/home/psh/ace/master/acehttp.py", line 57, in __init__
    BaseHTTPRequestHandler.__init__(self, socket, client_address, AceProxy.server)
  File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 329, in handle_one_request
    self.wfile.flush() #actually send the response if not already done.
  File "/usr/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 354, in sendall
    return _socketcommon._sendall(self, data_memory, flags)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 355, in _sendall
    timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 284, in __send_chunk
    data_sent += socket.send(chunk, flags)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 335, in send
    return sock.send(data, flags)
error: [Errno 32] Broken pipe
2019-09-28T19:15:39Z <Greenlet "Greenlet-0" at 0x7f067a95c998: _handle_and_close_when_done(<class __main__.HTTPHandler at 0x7f067a66d9a8>, <bound method StreamServer.do_close of <StreamServ, (<socket at 0x7f067a5c9690 fileno=[Errno 9] Bad fi)> failed with error

aceclient.py         [LINE:106 ]# DEBUG    [28.09 21:15:39] >>> STOP
acehttp.py           [LINE:245 ]# INFO     [28.09 21:15:39] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:67  ]# DEBUG    [28.09 21:15:39] Client 10.39.1.72 disconnected
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
  File "/usr/local/lib/python2.7/dist-packages/gevent/baseserver.py", line 26, in _handle_and_close_when_done
    return handle(*args_tuple)
  File "/home/psh/ace/master/acehttp.py", line 57, in __init__
    BaseHTTPRequestHandler.__init__(self, socket, client_address, AceProxy.server)
  File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 329, in handle_one_request
    self.wfile.flush() #actually send the response if not already done.
  File "/usr/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 354, in sendall
    return _socketcommon._sendall(self, data_memory, flags)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 355, in _sendall
    timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 284, in __send_chunk
    data_sent += socket.send(chunk, flags)
  File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 335, in send
    return sock.send(data, flags)
error: [Errno 32] Broken pipe
2019-09-28T19:15:39Z <Greenlet "Greenlet-1" at 0x7f067a34a260: _handle_and_close_when_done(<class __main__.HTTPHandler at 0x7f067a66d9a8>, <bound method StreamServer.do_close of <StreamServ, (<socket at 0x7f067a35b650 fileno=[Errno 9] Bad fi)> failed with error

aceclient.py         [LINE:97  ]# DEBUG    [28.09 21:15:39] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 21:15:39] <<< STATUS main:idle
acehttp.py           [LINE:218 ]# DEBUG    [28.09 21:15:39] Broadcast "2x2 HD [TS]" stoped. Last client disconnected
 
Поставил сейчас последний билд и наблюдаю при отключении от канала это:
У меня без малейших траблов на Py2.7
Код:
acehttp.py           [LINE:458 ]# INFO     [28.09 22:23:35] Ace Stream HTTP Proxy server on Python 2.7.15 starting .....
acehttp.py           [LINE:459 ]# DEBUG    [28.09 22:23:35] Using: gevent 1.4.0, psutil 5.6.3
*****
***
**
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:25:01] >>> STOP
acehttp.py           [LINE:245 ]# INFO     [28.09 22:25:01] Streaming "VH1 Classic" to 192.168.2.81 finished
acehttp.py           [LINE:67  ]# DEBUG    [28.09 22:25:01] Client 192.168.2.81 disconnected
acehttp.py           [LINE:218 ]# DEBUG    [28.09 22:25:01] Broadcast "VH1 Classic" stoped. Last client disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:25:01] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:25:01] <<< STATUS main:idle
У кого-то еще error: [Errno 32] Broken pipe наблюдается ?

p.s. Попробуй сейчас обновится с гита и проверь как сейчас ?
 
У меня VH1 тоже без проблем выключился. Хм....
acehttp.py [LINE:245 ]# INFO [28.09 21:31:42] Streaming "AXN Sci-Fi" to 10.39.1.72 finished
acehttp.py [LINE:67 ]# DEBUG [28.09 21:31:42] Client 10.39.1.72 disconnected
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python2.7/dist-packages/gevent/baseserver.py", line 26, in _handle_and_close_when_done
return handle(*args_tuple)
File "/home/psh/ace/master/acehttp.py", line 57, in init
BaseHTTPRequestHandler.init(self, socket, client_address, AceProxy.server)
File "/usr/lib/python2.7/SocketServer.py", line 652, in init
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 329, in handle_one_request
self.wfile.flush() #actually send the response if not already done.
File "/usr/lib/python2.7/socket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 354, in sendall
return _socketcommon._sendall(self, data_memory, flags)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 355, in _sendall
timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 284, in __send_chunk
data_sent += socket.send(chunk, flags)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 335, in send
return sock.send(data, flags)
error: [Errno 32] Broken pipe
2019-09-28T19:31:42Z <Greenlet "Greenlet-0" at 0x7f96768c3368: handle_and_close_when_done(<class __main_.HTTPHandler at 0x7f9676be09a8>, <bound method StreamServer.do_close of <StreamServ, (<socket at 0x7f9677f47310 fileno=[Errno 9] Bad fi)> failed with error

aceclient.py [LINE:97 ]# DEBUG [28.09 21:31:42] <<< STATUS main:dl;0;0;313;0;0;2;0;5417972;0;0
aceclient.py [LINE:97 ]# DEBUG [28.09 21:31:42] <<< EVENT livepos last=803902 live_first=803722 pos=803902 first_ts=1569697291 last_ts=1569699097 is_live=1 live_last=803902 buffer_pieces=4
aceclient.py [LINE:106 ]# DEBUG [28.09 21:31:43] >>> STOP
acehttp.py [LINE:245 ]# INFO [28.09 21:31:43] Streaming "AXN Sci-Fi" to 10.39.1.72 finished
acehttp.py [LINE:67 ]# DEBUG [28.09 21:31:43] Client 10.39.1.72 disconnected
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python2.7/dist-packages/gevent/baseserver.py", line 26, in _handle_and_close_when_done
return handle(*args_tuple)
File "/home/psh/ace/master/acehttp.py", line 57, in init
BaseHTTPRequestHandler.init(self, socket, client_address, AceProxy.server)
File "/usr/lib/python2.7/SocketServer.py", line 652, in init
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 329, in handle_one_request
self.wfile.flush() #actually send the response if not already done.
File "/usr/lib/python2.7/socket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 354, in sendall
return _socketcommon._sendall(self, data_memory, flags)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 355, in _sendall
timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socketcommon.py", line 284, in __send_chunk
data_sent += socket.send(chunk, flags)
File "/usr/local/lib/python2.7/dist-packages/gevent/_socket2.py", line 335, in send
return sock.send(data, flags)
error: [Errno 32] Broken pipe
2019-09-28T19:31:43Z <Greenlet "Greenlet-1" at 0x7f96768c3578: handle_and_close_when_done(<class __main_.HTTPHandler at 0x7f9676be09a8>, <bound method StreamServer.do_close of <StreamServ, (<socket at 0x7f96768cbe10 fileno=[Errno 9] Bad fi)> failed with error

aceclient.py [LINE:97 ]# DEBUG [28.09 21:31:43] <<< STATE 0
aceclient.py [LINE:97 ]# DEBUG [28.09 21:31:43] <<< STATUS main:idle
acehttp.py [LINE:218 ]# DEBUG [28.09 21:31:43] Broadcast "AXN Sci-Fi" stoped. Last client disconnected
 
Ну я лог явно не сам нарисовал ) Куда копнуть? У меня стабильно Can't download без прокси. С прокси ок.
Попробуй плиззз вот так сделать
Код:
sudo apt-get update
sudo apt-get install libc-ares-dev
И потом стартани acehttp.py ... скачивает без "proxy="
 
Чудеса ? Операционка ? Ошибка после отключения от трансляции после обновления с гита пропала ?

У меня AXN Sci Fi без проблем, как собственно, и загрузка плейлиста ....
Код:
acehttp.py           [LINE:178 ]# DEBUG    [28.09 22:46:14] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:46:14] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:15] <<< HELLOTS version=3.1.51 version_code=3015100 key=adb8b72ffa http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:46:15] >>> READY key=c1rvequTEgoyC06zTVz1-b99af7bdc2636e7908b5481dbfc7c542623cc608
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:15] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:46:15] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:46:15] >>> LOADASYNC 54729683 PID 89b9742c5623772f78f70a073059bc96083e1aca
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:15] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:17] <<< LOADRESP 54729683 {"status": 1, "files": [["AXN Sci-Fi", 0]], "infohash": "bafc67507a9b9b7d4e686a868c5cb51574f15410", "checksum": "23b2b0ac9036fc0e0cf0c327e7a84295f021b2a0"}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:17] <<< STATUS main:idle
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:46:17] >>> START PID 89b9742c5623772f78f70a073059bc96083e1aca 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:21] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:21] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:24] <<< STATUS main:prebuf;0;0;0;0;0;0;0;0;0;0;0;0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:24] <<< EVENT livepos last=-1 live_first=-1 pos=-1 first_ts=0 last_ts=0 is_live=1 live_last=-1 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:46:24] <<< START url=http://127.0.0.1:6878/content/bafc67507a9b9b7d4e686a868c5cb51574f15410/0.259914629021 file_index=0 infohash=bafc67507a9b9b7d4e686a868c5cb51574f15410 stream=1
acehttp.py           [LINE:220 ]# INFO     [28.09 22:46:24] Streaming "AXN Sci-Fi" to 192.168.2.81 started
****
***
**
*
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:47:57] <<< STATUS main:dl;0;0;113;0;2;2;0;14143428;0;229376
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:47:57] <<< EVENT livepos last=803998 live_first=803818 pos=803998 first_ts=1569698264 last_ts=1569700067 is_live=1 live_last=803998 buffer_pieces=4
aceclient.py         [LINE:106 ]# DEBUG    [28.09 22:47:57] >>> STOP
acehttp.py           [LINE:246 ]# INFO     [28.09 22:47:57] Streaming "AXN Sci-Fi" to 192.168.2.81 finished
acehttp.py           [LINE:68  ]# DEBUG    [28.09 22:47:57] Client 192.168.2.81 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:47:57] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 22:47:57] <<< STATUS main:idle
acehttp.py           [LINE:219 ]# DEBUG    [28.09 22:47:57] Broadcast "AXN Sci-Fi" stoped. Last client disconnected
 
Последнее редактирование:
Ubuntu 18.04.3
Трейсбек при отключении пропал.
Но качать так и не желает
torrenttelik_plugin.py [LINE:68 ]# ERROR [28.09 22:02:24] Can't download http://pomoyka.win/trash/ttv-list/ace.json playlist or received json is broken!
причём по имени и через тор не качает, только по ip

а.. у меня и браузер через тор его не открывает по имени, так что винимо это норм.
 
причём по имени и через тор не качает, только по ip
Ну, на сколько мне известно, то доступ по *.win на помойке ограничен только для избранных стран из конгломерата покойного экс-СССР ... С остального , дикого запада, "дергать" можно только по IP .... А вообще настрой себе резолв для *.lib и не "парься" ... дергай по
Код:
http://pomoyka.lib/trash/ttv-list/*****
Хотя и по *.onion должно тоже "дергаться" без ограничений.....
 
Последнее редактирование:
Но качать так и не желает
c просторов бывшего мне тоже с этой траблой обращались
решил так
Код:
#!/bin/sh
# for *nix shell

get_file_pomoyka()
{
local URL="http://91.92.66.82/trash/ttv-list/$(basename $1)"
curl --compressed --connect-timeout 10 --max-time 30 --fail -R -z "$1" -o "$1" "${URL}"
}

get_file_pomoyka /opt/acelist/ace.json

в конфиге плагина
Код:
url = 'file:///opt/acelist/ace.json'
в итоге
Код:
acehttp.py           [LINE:460 ]# INFO     [28.09 21:06:49] Ace Stream HTTP Proxy server on Python 3.7.4 starting .....
acehttp.py           [LINE:461 ]# DEBUG    [28.09 21:06:49] Using: gevent 1.5a2.dev0, psutil 5.6.3
acehttp.py           [LINE:472 ]# DEBUG    [28.09 21:06:49] Ace Stream HTTP Proxy server IP: 172.19.0.4 autodetected
acehttp.py           [LINE:511 ]# INFO     [28.09 21:06:49] Remote AceStream engine ver.3.1.49 will be used on 172.19.0.2:62062
acehttp.py           [LINE:519 ]# INFO     [28.09 21:06:49] Load Ace Stream HTTP Proxy plugins .....
...
acehttp.py           [LINE:545 ]# INFO     [28.09 21:06:49] Server started at 172.19.0.4:8081 Use <Ctrl-C> to stop
torrenttelik_plugin.py [LINE:43  ]# INFO     [28.09 21:06:49] Playlist file:///opt/acelist/ace.json downloaded
torrenttelik_plugin.py [LINE:64  ]# DEBUG    [28.09 21:06:49] torrent-telik.m3u playlist generated
torrenttv_plugin.py  [LINE:44  ]# INFO     [28.09 21:06:49] Playlist file:///opt/acelist/playlists/as.m3u downloaded
torrenttv_plugin.py  [LINE:61  ]# DEBUG    [28.09 21:06:49] torrenttv.m3u playlist generated
allfon_plugin.py     [LINE:43  ]# INFO     [28.09 21:06:49] Playlist http://allfon-tv.com/autogenplaylist/allfontv.m3u downloaded
allfon_plugin.py     [LINE:60  ]# DEBUG    [28.09 21:06:49] AllFon.m3u playlist generated
 
Всё, разобрался. Хах... Ну тут просто нету защиты от таких дураков как я.. да...
добавил traceback.print_exc() что б понять где оно падает то при закачке.
Код:
Traceback (most recent call last):
  File "plugins/torrenttelik_plugin.py", line 34, in Playlistparser
    with s.get(config.url, headers=self.headers, proxies=config.proxies, stream=False, timeout=30) as playlist:
AttributeError: 'module' object has no attribute 'proxies'
да да да... я не оставил ни одной строчки proxies. Обязательно нужна None когда прокси нет.
Не, ну это не смешно, а дефолтное значение при отсутствии?
 
словил
Код:
acehttp.py           [LINE:97  ]# INFO     [28.09 23:22:13] Accepted connection from 10.39.1.72 path /torrent-telik/channel/Fox Россия.ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:22:13] Client headers: {'connection': 'keep-alive', 'accept': '*/*', 'user-agent': 'MXPlayer/1.13.2 (Linux; Android 4.4.2; ru-RU; NEO-X5-116A Build/KOT49H release-keys)', 'host': '10.39.1.200:8000', 'icy-metadata': '1', 'range': 'bytes=0-'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:22:13] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:13] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:13] <<< HELLOTS version=3.1.49 version_code=3014900 key=59b121119d http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:13] >>> READY key=n51LvQoTlJzNGaFxseRK-dd99bef2b41930b94ec490cf66977fb7a10aaf67
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:13] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:13] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:13] >>> LOADASYNC 73814236 PID d19479886c008e532ce21d31680cc5f76ba554c8
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:13] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< LOADRESP 73814236 {"status": 1, "files": [["Fox Россия", 0]], "infohash": "02b96653a0a486b346ff8306ab686cba4345fe34", "checksum": "72da533bf21ec5c34cb02d1f132a590a829617e2"}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATUS main:idle
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:14] >>> START PID d19479886c008e532ce21d31680cc5f76ba554c8 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< START url=http://127.0.0.1:6878/content/02b96653a0a486b346ff8306ab686cba4345fe34/0.913028166889 file_index=0 infohash=02b96653a0a486b346ff8306ab686cba4345fe34 stream=1
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATE 2
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:22:14] >>> STOP
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:22:14] Client 10.39.1.72 disconnected
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 815, in gevent._greenlet.Greenlet._notify_links
  File "src/gevent/greenlet.py", line 70, in gevent._greenlet.SpawnedLink.__call__
  File "/home/psh/ace/master/acehttp.py", line 217, in <lambda>
    gevent.spawn(StreamReader, **self.ace.GetBroadcastStartParams(self.__dict__)).link(lambda x: logging.debug('Broadcast "{channelName}" stoped. Last client disconnected'.format(**self.__dict__)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-9: ordinal not in range(128)
2019-09-28T21:22:14Z (<function <lambda> at 0x7fc17a50d9b0>, <Greenlet "Greenlet-0" at 0x7fc17b751578: _run>) failed with UnicodeEncodeError

aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:22:14] <<< STATUS main:idle

Код:
acehttp.py           [LINE:97  ]# INFO     [29.09 00:33:54] Accepted connection from 10.39.1.72 path /torrent-telik/channel/112 Украина.ts
acehttp.py           [LINE:98  ]# DEBUG    [29.09 00:33:54] Client headers: {'host': '10.39.1.200:8000', 'accept-language': 'en_US', 'range': 'bytes=0-', 'accept': '*/*', 'user-agent': 'Mozilla/5.0 (Linux; Android 4.4.2; minix NEO-X5-116A Build/KOT49H) IPTV Pro/5.1.12'}
acehttp.py           [LINE:176 ]# DEBUG    [29.09 00:33:54] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:54] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:55] <<< HELLOTS version=3.1.49 version_code=3014900 key=c2e3529345 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:55] >>> READY key=n51LvQoTlJzNGaFxseRK-d181f9b42e20d09d2caf499f2968bc7c230af3ab
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:55] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:55] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:55] >>> LOADASYNC 63235286 PID 4948e9cc6e4ba1a360e52b2f7ed3afeb34e4b40b
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:55] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< LOADRESP 63235286 {"status": 1, "files": [["112 Óêðàèíà", 0]], "infohash": "ad348176db08d55e4b0a71d7132198fda093e886", "checksum": "d95e232639653ba7592bcd7f13f5101a663173ef"}
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATUS main:idle
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:56] >>> START PID 4948e9cc6e4ba1a360e52b2f7ed3afeb34e4b40b 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< START url=http://127.0.0.1:6878/content/ad348176db08d55e4b0a71d7132198fda093e886/0.678219257333 file_index=0 infohash=ad348176db08d55e4b0a71d7132198fda093e886 stream=1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATE 2
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:33:56] >>> STOP
acehttp.py           [LINE:66  ]# DEBUG    [29.09 00:33:56] Client 10.39.1.72 disconnected
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 815, in gevent._greenlet.Greenlet._notify_links
  File "src/gevent/greenlet.py", line 70, in gevent._greenlet.SpawnedLink.__call__
  File "/home/psh/ace/master/acehttp.py", line 217, in <lambda>
    gevent.spawn(StreamReader, **self.ace.GetBroadcastStartParams(self.__dict__)).link(lambda x: logging.debug('Broadcast "{channelName}" stoped. Last client disconnected'.format(**self.__dict__)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-10: ordinal not in range(128)
2019-09-28T22:33:56Z (<function <lambda> at 0x7fdb519b46e0>, <Greenlet "Greenlet-1" at 0x7fdb48b32998: _run>) failed with UnicodeEncodeError

aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:33:56] <<< STATUS main:idle
acehttp.py           [LINE:97  ]# INFO     [29.09 00:34:08] Accepted connection from 10.39.1.72 path /torrent-telik/channel/112 Украина.ts
acehttp.py           [LINE:98  ]# DEBUG    [29.09 00:34:08] Client headers: {'host': '10.39.1.200:8000', 'accept-language': 'en_US', 'range': 'bytes=0-', 'accept': '*/*', 'user-agent': 'Mozilla/5.0 (Linux; Android 4.4.2; minix NEO-X5-116A Build/KOT49H) IPTV Pro/5.1.12'}
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:08] >>> LOADASYNC 27154311 PID 4948e9cc6e4ba1a360e52b2f7ed3afeb34e4b40b
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< LOADRESP 27154311 {"status": 1, "files": [["112 Óêðàèíà", 0]], "infohash": "ad348176db08d55e4b0a71d7132198fda093e886", "checksum": "d95e232639653ba7592bcd7f13f5101a663173ef"}
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATUS main:idle
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:08] >>> START PID 4948e9cc6e4ba1a360e52b2f7ed3afeb34e4b40b 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< START url=http://127.0.0.1:6878/content/ad348176db08d55e4b0a71d7132198fda093e886/0.597345455808 file_index=0 infohash=ad348176db08d55e4b0a71d7132198fda093e886 stream=1
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:08] >>> STOP
acehttp.py           [LINE:66  ]# DEBUG    [29.09 00:34:08] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATE 2
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 815, in gevent._greenlet.Greenlet._notify_links
  File "src/gevent/greenlet.py", line 70, in gevent._greenlet.SpawnedLink.__call__
  File "/home/psh/ace/master/acehttp.py", line 217, in <lambda>
    gevent.spawn(StreamReader, **self.ace.GetBroadcastStartParams(self.__dict__)).link(lambda x: logging.debug('Broadcast "{channelName}" stoped. Last client disconnected'.format(**self.__dict__)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-10: ordinal not in range(128)
2019-09-28T22:34:08Z (<function <lambda> at 0x7fdb4d58e6e0>, <Greenlet "Greenlet-2" at 0x7fdb4ab25aa0: _run>) failed with UnicodeEncodeError

aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:08] <<< STATUS main:idle
acehttp.py           [LINE:97  ]# INFO     [29.09 00:34:19] Accepted connection from 10.39.1.72 path /torrent-telik/channel/112 Украина HD.ts
acehttp.py           [LINE:98  ]# DEBUG    [29.09 00:34:19] Client headers: {'host': '10.39.1.200:8000', 'accept-language': 'en_US', 'range': 'bytes=0-', 'accept': '*/*', 'user-agent': 'Mozilla/5.0 (Linux; Android 4.4.2; minix NEO-X5-116A Build/KOT49H) IPTV Pro/5.1.12'}
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:19] >>> LOADASYNC 76471361 PID c67efc7aaf96f2ce4865b01ce2cd61a8225685fa
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:19] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:19] <<< LOADRESP 76471361 {"status": 1, "files": [["112 Óêðàèíà [FHD]", 0]], "infohash": "f91af8e159b94450f401c780150d85f0f0463b75", "checksum": "75dd3e186737285d681d62f721d91b654ce14870"}
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:19] <<< STATUS main:idle
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:19] >>> START PID c67efc7aaf96f2ce4865b01ce2cd61a8225685fa 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:19] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:19] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:20] <<< START url=http://127.0.0.1:6878/content/f91af8e159b94450f401c780150d85f0f0463b75/0.758879941882 file_index=0 infohash=f91af8e159b94450f401c780150d85f0f0463b75 stream=1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:20] <<< STATE 2
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:20] >>> STOP
acehttp.py           [LINE:66  ]# DEBUG    [29.09 00:34:20] Client 10.39.1.72 disconnected
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 815, in gevent._greenlet.Greenlet._notify_links
  File "src/gevent/greenlet.py", line 70, in gevent._greenlet.SpawnedLink.__call__
  File "/home/psh/ace/master/acehttp.py", line 217, in <lambda>
    gevent.spawn(StreamReader, **self.ace.GetBroadcastStartParams(self.__dict__)).link(lambda x: logging.debug('Broadcast "{channelName}" stoped. Last client disconnected'.format(**self.__dict__)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-10: ordinal not in range(128)
2019-09-28T22:34:20Z (<function <lambda> at 0x7fdb498e1f50>, <Greenlet "Greenlet-3" at 0x7fdb4ab25260: _run>) failed with UnicodeEncodeError

aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:20] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:20] <<< STATUS main:idle
acehttp.py           [LINE:97  ]# INFO     [29.09 00:34:32] Accepted connection from 10.39.1.72 path /torrent-telik/channel/ 112 Украiна HD.ts
acehttp.py           [LINE:98  ]# DEBUG    [29.09 00:34:32] Client headers: {'host': '10.39.1.200:8000', 'accept-language': 'en_US', 'range': 'bytes=0-', 'accept': '*/*', 'user-agent': 'Mozilla/5.0 (Linux; Android 4.4.2; minix NEO-X5-116A Build/KOT49H) IPTV Pro/5.1.12'}
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:32] >>> LOADASYNC 61498801 PID 3a3bbe49739a489e30d47a89e337e42bfaaceb45
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:32] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:32] <<< LOADRESP 61498801 {"status": 1, "files": [["112", 0]], "infohash": "99e19d337d8b3675e7f48b9b72ba5ea573d7961e", "checksum": "20d396825c415e91f69c6aa0269288067e9cce8d"}
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:32] >>> START PID 3a3bbe49739a489e30d47a89e337e42bfaaceb45 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:32] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:32] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:32] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:33] <<< START url=http://127.0.0.1:6878/content/99e19d337d8b3675e7f48b9b72ba5ea573d7961e/0.97315654211 file_index=0 infohash=99e19d337d8b3675e7f48b9b72ba5ea573d7961e stream=1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:33] <<< STATE 2
aceclient.py         [LINE:106 ]# DEBUG    [29.09 00:34:33] >>> STOP
acehttp.py           [LINE:66  ]# DEBUG    [29.09 00:34:33] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:33] <<< STATE 0
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 815, in gevent._greenlet.Greenlet._notify_links
  File "src/gevent/greenlet.py", line 70, in gevent._greenlet.SpawnedLink.__call__
  File "/home/psh/ace/master/acehttp.py", line 217, in <lambda>
    gevent.spawn(StreamReader, **self.ace.GetBroadcastStartParams(self.__dict__)).link(lambda x: logging.debug('Broadcast "{channelName}" stoped. Last client disconnected'.format(**self.__dict__)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-8: ordinal not in range(128)
2019-09-28T22:34:33Z (<function <lambda> at 0x7fdb48a10050>, <Greenlet "Greenlet-4" at 0x7fdb48a5e998: _run>) failed with UnicodeEncodeError

aceclient.py         [LINE:97  ]# DEBUG    [29.09 00:34:33] <<< STATUS main:idle
 
Последнее редактирование:
А кроме меня больше никто не использует MXPlayer?
С ним опять фигня началась. Либо не кажет вовсе, либо кажет чу-чуть и затыкается, или с начала не кажет стоит мастяет в логе, а потом начинает играть... при этом VLC вообще ровно.
Код:
acehttp.py           [LINE:516 ]# INFO     [28.09 23:44:13] Load Ace Stream HTTP Proxy plugins .....
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: P2pproxy
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: Torrentfilms
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: Torrenttv
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: Torrenttelik
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: Stat
acehttp.py           [LINE:526 ]# DEBUG    [28.09 23:44:13] Plugin loaded: Allfon
acehttp.py           [LINE:542 ]# INFO     [28.09 23:44:13] Server started at 10.39.1.200:8000 Use <Ctrl-C> to stop
allfon_plugin.py     [LINE:43  ]# INFO     [28.09 23:44:14] Playlist http://allfon-tv.com/autogenplaylist/allfontv.m3u downloaded
allfon_plugin.py     [LINE:60  ]# DEBUG    [28.09 23:44:14] AllFon.m3u playlist generated
torrenttelik_plugin.py [LINE:43  ]# INFO     [28.09 23:44:14] Playlist http://91.92.66.82/trash/ttv-list/as.json downloaded
torrenttelik_plugin.py [LINE:64  ]# DEBUG    [28.09 23:44:14] torrent-telik.m3u playlist generated
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:24] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:24] Client headers: {'connection': 'keep-alive', 'accept': '*/*', 'user-agent': 'MXPlayer/1.        13.2 (Linux; Android 4.4.2; ru-RU; NEO-X5-116A Build/KOT49H release-keys)', 'host': '10.39.1.200:8000', 'icy-metadata': '1', 'range': 'bytes=0-'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:24] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:24] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< HELLOTS version=3.1.49 version_code=3014900 key=3dd6543fce http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:25] >>> READY key=n51LvQoTlJzNGaFxseRK-2bee953f027640c1143f0cc90532693d2599f8c5
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:25] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:25] >>> LOADASYNC 45137241 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< LOADRESP 45137241 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:25] >>> START PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:25] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:26] <<< START url=http://127.0.0.1:6878/content/0fede7f04a297826552e3cffb12ede713324dd66/0.4        37796287298 file_index=0 infohash=0fede7f04a297826552e3cffb12ede713324dd66 stream=1
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:26] <<< STATE 2
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:26] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:26] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:26] <<< STATUS main:prebuf;50;0;0;0;401;0;0;2;0;786432;0;0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:26] <<< EVENT livepos last=120169 live_first=119721 pos=119722 first_ts=1569705269 last_ts=1        569707065 is_live=0 live_last=120169 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:27] <<< STATUS main:prebuf;50;0;0;0;738;0;0;2;0;2211840;0;0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:27] <<< EVENT livepos last=120169 live_first=119721 pos=119722 first_ts=1569705269 last_ts=1        569707065 is_live=0 live_last=120169 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:29] <<< STATUS main:dl;0;0;847;0;0;2;0;3417736;0;0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:29] <<< EVENT livepos last=120169 live_first=119721 pos=120168 first_ts=1569705269 last_ts=1        569707065 is_live=1 live_last=120169 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:29] <<< STATUS main:dl;0;0;802;0;1;2;0;4066044;0;16384
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:29] <<< EVENT livepos last=120169 live_first=119721 pos=120169 first_ts=1569705269 last_ts=1        569707065 is_live=1 live_last=120169 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:31] <<< STATUS main:dl;0;0;606;0;22;2;0;4066044;0;245760
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:31] <<< EVENT livepos last=120171 live_first=119723 pos=120169 first_ts=1569705274 last_ts=1        569707070 is_live=1 live_last=120171 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:32] <<< STATUS main:dl;0;0;680;0;28;2;0;5262076;0;337012
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:32] <<< EVENT livepos last=120171 live_first=119723 pos=120169 first_ts=1569705274 last_ts=1        569707070 is_live=1 live_last=120171 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:33] <<< STATUS main:dl;0;0;714;0;26;2;0;6267900;0;337012
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:33] <<< EVENT livepos last=120171 live_first=119723 pos=120170 first_ts=1569705274 last_ts=1        569707070 is_live=1 live_last=120171 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:33] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:33] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:33] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:33] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< STATUS main:dl;0;0;639;0;47;2;0;6267900;0;664692
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< EVENT livepos last=120171 live_first=119723 pos=120170 first_ts=1569705274 last_ts=1        569707070 is_live=1 live_last=120171 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< HELLOTS version=3.1.49 version_code=3014900 key=f7c0f970e2 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:34] >>> READY key=n51LvQoTlJzNGaFxseRK-cecc5d0d3fceee0af9c5e88e2de6eb71fa1cb87f
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:34] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:34] >>> LOADASYNC 47468208 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< LOADRESP 47468208 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:34] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:34] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:34] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:34] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:44:34] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:44:34] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:35] <<< STATUS main:dl;0;0;651;0;55;2;0;7070716;0;828532
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:35] <<< EVENT livepos last=120172 live_first=119724 pos=120170 first_ts=1569705278 last_ts=1        569707074 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:36] <<< STATUS main:dl;0;0;650;0;81;2;0;7734268;0;1303668
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:36] <<< EVENT livepos last=120172 live_first=119724 pos=120170 first_ts=1569705278 last_ts=1        569707074 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:37] <<< STATUS main:dl;0;0;648;0;88;2;0;8389628;0;1500276
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:37] <<< EVENT livepos last=120172 live_first=119724 pos=120170 first_ts=1569705278 last_ts=1        569707074 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:38] <<< STATUS main:dl;0;0;626;0;86;2;0;8750068;0;1549428
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:38] <<< EVENT livepos last=120172 live_first=119724 pos=120171 first_ts=1569705278 last_ts=1        569707074 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:39] <<< STATUS main:dl;0;0;628;0;111;2;0;9421812;0;2112884
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:39] <<< EVENT livepos last=120172 live_first=119724 pos=120171 first_ts=1569705282 last_ts=1        569707078 is_live=1 live_last=120172 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:39] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:39] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:39] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:39] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< STATUS main:dl;0;0;653;0;120;2;0;10470388;0;2407796
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< EVENT livepos last=120172 live_first=119724 pos=120171 first_ts=1569705282 last_ts=1        569707078 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< HELLOTS version=3.1.49 version_code=3014900 key=6ae0afb896 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:40] >>> READY key=n51LvQoTlJzNGaFxseRK-23d5da10ad1f3fcfed213626219c1ba0881c376a
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:40] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:40] >>> LOADASYNC 87618835 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< LOADRESP 87618835 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:40] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:40] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:40] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:40] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:44:40] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:44:40] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:41] <<< STATUS main:dl;0;0;643;0;124;2;0;10982548;0;2620788
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:41] <<< EVENT livepos last=120172 live_first=119724 pos=120172 first_ts=1569705282 last_ts=1        569707078 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:42] <<< STATUS main:dl;0;0;682;0;125;2;0;12342420;0;2768244
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:42] <<< EVENT livepos last=120172 live_first=119724 pos=120172 first_ts=1569705282 last_ts=1        569707078 is_live=1 live_last=120172 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:43] <<< STATUS main:dl;0;0;671;0;132;2;0;12846384;0;3054956
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:43] <<< EVENT livepos last=120173 live_first=119725 pos=120173 first_ts=1569705286 last_ts=1        569707082 is_live=1 live_last=120173 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:44] <<< STATUS main:dl;0;0;689;0;145;2;0;13911344;0;3448172
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:44] <<< EVENT livepos last=120173 live_first=119725 pos=120173 first_ts=1569705286 last_ts=1        569707082 is_live=1 live_last=120173 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:45] <<< STATUS main:dl;0;0;680;0;158;2;0;14429316;0;3890540
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:45] <<< EVENT livepos last=120173 live_first=119725 pos=120173 first_ts=1569705286 last_ts=1        569707082 is_live=1 live_last=120173 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:45] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:45] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:45] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:45] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< STATUS main:dl;0;0;647;0;161;2;0;14429316;0;4103532
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< EVENT livepos last=120173 live_first=119725 pos=120173 first_ts=1569705286 last_ts=1        569707082 is_live=1 live_last=120173 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< HELLOTS version=3.1.49 version_code=3014900 key=3e4817a6de http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:46] >>> READY key=n51LvQoTlJzNGaFxseRK-1a892e0fb8a19caf0244b383960b4d68012d9248
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:46] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:46] >>> LOADASYNC 53616515 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< LOADRESP 53616515 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:46] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:46] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:46] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:46] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:44:46] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:44:46] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:47] <<< STATUS main:dl;0;0;616;0;165;2;0;14429316;0;4365676
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:47] <<< EVENT livepos last=120173 live_first=119725 pos=120173 first_ts=1569705286 last_ts=1        569707082 is_live=1 live_last=120173 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:48] <<< STATUS main:dl;0;0;613;0;169;2;0;14986372;0;4611436
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:48] <<< EVENT livepos last=120174 live_first=119726 pos=120174 first_ts=1569705291 last_ts=1        569707087 is_live=1 live_last=120174 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:49] <<< STATUS main:dl;0;0;630;0;165;2;0;15985796;0;4709740
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:49] <<< EVENT livepos last=120174 live_first=119726 pos=120174 first_ts=1569705291 last_ts=1        569707087 is_live=1 live_last=120174 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:50] <<< STATUS main:dl;0;0;620;0;170;2;0;16421364;0;4988268
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:50] <<< EVENT livepos last=120174 live_first=119726 pos=120174 first_ts=1569705291 last_ts=1        569707087 is_live=1 live_last=120174 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:51] <<< STATUS main:dl;0;0;590;0;175;2;0;16421364;0;5266796
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:51] <<< EVENT livepos last=120174 live_first=119726 pos=120174 first_ts=1569705291 last_ts=1        569707087 is_live=1 live_last=120174 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:51] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:51] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:51] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:51] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< STATUS main:dl;0;0;601;0;178;2;0;17265140;0;5512556
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< EVENT livepos last=120176 live_first=119728 pos=120175 first_ts=1569705295 last_ts=1        569707091 is_live=1 live_last=120176 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< HELLOTS version=3.1.49 version_code=3014900 key=38ab16ada1 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:52] >>> READY key=n51LvQoTlJzNGaFxseRK-29ce4aa6168b319d7012871390c4af800bfeebff
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:52] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:52] >>> LOADASYNC 82824661 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< LOADRESP 82824661 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:52] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:52] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:52] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:52] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:44:52] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:44:52] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:53] <<< STATUS main:dl;0;0;598;0;180;2;0;17818204;0;5725548
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:53] <<< EVENT livepos last=120176 live_first=119728 pos=120176 first_ts=1569705295 last_ts=1        569707091 is_live=1 live_last=120176 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:54] <<< STATUS main:dl;0;0;616;0;237;2;0;18825820;0;7101804
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:54] <<< EVENT livepos last=120176 live_first=119728 pos=120176 first_ts=1569705295 last_ts=1        569707091 is_live=1 live_last=120176 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:55] <<< STATUS main:dl;0;0;617;0;247;2;0;19481180;0;7558440
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:55] <<< EVENT livepos last=120176 live_first=119728 pos=120176 first_ts=1569705295 last_ts=1        569707091 is_live=1 live_last=120176 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:56] <<< STATUS main:dl;0;0;608;0;305;2;0;19934708;0;9016616
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:56] <<< EVENT livepos last=120177 live_first=119729 pos=120177 first_ts=1569705299 last_ts=1        569707095 is_live=1 live_last=120177 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:57] <<< STATUS main:dl;0;0;627;0;348;2;0;20958708;0;10264768
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:57] <<< EVENT livepos last=120177 live_first=119729 pos=120177 first_ts=1569705299 last_ts=1        569707095 is_live=1 live_last=120177 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:44:57] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:44:57] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:44:57] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:57] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< STATUS main:dl;0;0;620;0;416;2;0;21481760;0;12024812
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< EVENT livepos last=120177 live_first=119729 pos=120177 first_ts=1569705299 last_ts=1        569707095 is_live=1 live_last=120177 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< HELLOTS version=3.1.49 version_code=3014900 key=a7f39724c7 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:58] >>> READY key=n51LvQoTlJzNGaFxseRK-f073898c73d5ec65212909d769016edbece93967
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:58] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:58] >>> LOADASYNC 65851744 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< LOADRESP 65851744 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:44:58] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:44:58] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:44:58] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:58] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:44:58] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:44:58] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:59] <<< STATUS main:dl;0;0;590;0;404;2;0;21481760;0;12205036
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:44:59] <<< EVENT livepos last=120177 live_first=119729 pos=120177 first_ts=1569705299 last_ts=1        569707095 is_live=1 live_last=120177 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:00] <<< STATUS main:dl;0;0;593;0;396;2;0;22128928;0;12443996
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:00] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705303 last_ts=1        569707099 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:01] <<< STATUS main:dl;0;0;595;0;385;2;0;22784288;0;12640604
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:01] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705303 last_ts=1        569707099 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:02] <<< STATUS main:dl;0;0;590;0;425;2;0;23306112;0;13853020
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:02] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705303 last_ts=1        569707099 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:03] <<< STATUS main:dl;0;0;562;0;454;2;0;23306112;0;14911524
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:03] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705303 last_ts=1        569707099 is_live=1 live_last=120178 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:45:03] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:45:03] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'stagefright/1.2 (Linux;Andro        id 4.4.2)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:45:03] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:03] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< STATUS main:dl;0;0;535;0;440;2;0;23306112;0;15091748
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705307 last_ts=1        569707103 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< HELLOTS version=3.1.49 version_code=3014900 key=2dc25c6bb9 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:04] >>> READY key=n51LvQoTlJzNGaFxseRK-a8368fce4e2cee4f04f847194e610b02bc0afcab
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:04] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:04] >>> LOADASYNC 15786908 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< LOADRESP 15786908 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:04] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:45:04] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:45:04] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:04] <<< SHUTDOWN
acehttp.py           [LINE:244 ]# INFO     [28.09 23:45:04] Streaming "2x2 HD [TS]" to 10.39.1.72 finished
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:45:04] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:05] <<< STATUS main:dl;0;0;509;0;433;2;0;23306112;0;15403044
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:05] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705307 last_ts=1        569707103 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:06] <<< STATUS main:dl;0;0;484;0;427;2;0;23306112;0;15714340
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:06] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705307 last_ts=1        569707103 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:07] <<< STATUS main:dl;0;0;461;0;410;2;0;23306112;0;15796260
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:07] <<< EVENT livepos last=120178 live_first=119730 pos=120178 first_ts=1569705307 last_ts=1        569707103 is_live=1 live_last=120178 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:08] <<< STATUS main:dl;0;0;457;0;399;2;0;23682944;0;15995836
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:08] <<< EVENT livepos last=120179 live_first=119731 pos=120179 first_ts=1569705312 last_ts=1        569707108 is_live=1 live_last=120179 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:09] <<< STATUS main:dl;0;0;468;0;386;2;0;24389556;0;16126908
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:09] <<< EVENT livepos last=120179 live_first=119731 pos=120179 first_ts=1569705312 last_ts=1        569707108 is_live=1 live_last=120179 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:45:09] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:45:09] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'MXPlayer/1.13.2 (Linux; Andr        oid 4.4.2; ru-RU; NEO-X5-116A Build/KOT49H release-keys)', 'connection': 'keep-alive', 'accept-encoding': 'gzip,deflate'}
acehttp.py           [LINE:176 ]# DEBUG    [28.09 23:45:09] Create connection with AceStream on 127.0.0.1:62062
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:09] >>> HELLOBG version=4
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:10] <<< HELLOTS version=3.1.49 version_code=3014900 key=b422b12e52 http_port=6878 bmode=0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:10] >>> READY key=n51LvQoTlJzNGaFxseRK-0f2fe97144ee08d2fcc88403d7f246e5b88e5925
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< STATUS main:dl;0;0;446;0;379;2;0;24389556;0;16372668
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< AUTH 0
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:11] >>> SETOPTIONS use_stop_notifications=1
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:11] >>> LOADASYNC 12469453 PID b0cacb1325fa37f98fa85cfce1b3e9519767d04e
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< EVENT livepos last=120179 live_first=119731 pos=120179 first_ts=1569705312 last_ts=1        569707108 is_live=1 live_last=120179 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< STATUS main:loading
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< LOADRESP 12469453 {"status": 1, "files": [["2x2 HD [TS]", 0]], "infohash": "0fede7f0        4a297826552e3cffb12ede713324dd66", "checksum": "614b2ce0b23d5b8adcc53cda081895fce40cb4b4"}
aceclient.py         [LINE:106 ]# DEBUG    [28.09 23:45:11] >>> SHUTDOWN
acehttp.py           [LINE:218 ]# INFO     [28.09 23:45:11] Streaming "2x2 HD [TS]" to 10.39.1.72 started
acehttp.py           [LINE:232 ]# DEBUG    [28.09 23:45:11] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Content-Type': 'video/M        P2T', 'Accept-Ranges': 'none'}
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< STATUS main:idle
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< STATE 0
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< SHUTDOWN
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< STATUS main:dl;0;0;423;0;367;2;0;24389556;0;16536508
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:11] <<< EVENT livepos last=120179 live_first=119731 pos=120179 first_ts=1569705312 last_ts=1        569707108 is_live=1 live_last=120179 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:12] <<< STATUS main:dl;0;0;403;0;361;2;0;24389556;0;16782268
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:12] <<< EVENT livepos last=120181 live_first=119733 pos=120180 first_ts=1569705316 last_ts=1        569707112 is_live=1 live_last=120181 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:13] <<< STATUS main:dl;0;0;397;0;355;2;0;24668084;0;17028028
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:13] <<< EVENT livepos last=120181 live_first=119733 pos=120180 first_ts=1569705316 last_ts=1        569707112 is_live=1 live_last=120181 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:14] <<< STATUS main:dl;0;0;402;0;348;2;0;25192372;0;17257404
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:14] <<< EVENT livepos last=120181 live_first=119733 pos=120180 first_ts=1569705316 last_ts=1        569707112 is_live=1 live_last=120181 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:15] <<< STATUS main:dl;0;0;408;0;342;2;0;25733044;0;17486780
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:15] <<< EVENT livepos last=120181 live_first=119733 pos=120180 first_ts=1569705316 last_ts=1        569707112 is_live=1 live_last=120181 buffer_pieces=7
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:16] <<< STATUS main:dl;0;0;427;0;336;2;0;26545612;0;17716156
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:16] <<< EVENT livepos last=120181 live_first=119733 pos=120181 first_ts=1569705316 last_ts=1        569707112 is_live=1 live_last=120181 buffer_pieces=7
acehttp.py           [LINE:97  ]# INFO     [28.09 23:45:16] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x2 HD [TS].srt
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:45:16] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'MXPlayer/1.13.2 (Linux; Andr        oid 4.4.2; ru-RU; NEO-X5-116A Build/KOT49H release-keys)', 'connection': 'Keep-Alive', 'accept-encoding': 'gzip'}
acehttp.py           [LINE:81  ]# ERROR    [28.09 23:45:16] Invalid path: /torrent-telik/channel/2x2 HD [TS].srt
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:45:16] Client 10.39.1.72 disconnected
acehttp.py           [LINE:97  ]# INFO     [28.09 23:45:16] Accepted connection from 10.39.1.72 path /torrent-telik/channel/2x1 HD [TS].ts
acehttp.py           [LINE:98  ]# DEBUG    [28.09 23:45:16] Client headers: {'host': '10.39.1.200:8000', 'user-agent': 'MXPlayer/1.13.2 (Linux; Andr        oid 4.4.2; ru-RU; NEO-X5-116A Build/KOT49H release-keys)', 'connection': 'Keep-Alive', 'accept-encoding': 'gzip'}
acehttp.py           [LINE:109 ]# DEBUG    [28.09 23:45:16] Head request - sending headers and closing connection
acehttp.py           [LINE:66  ]# DEBUG    [28.09 23:45:16] Client 10.39.1.72 disconnected
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:17] <<< STATUS main:dl;0;0;451;0;334;2;0;27512268;0;18011068
aceclient.py         [LINE:97  ]# DEBUG    [28.09 23:45:17] <<< EVENT livepos last=120182 live_first=119734 pos=120181 first_ts=1569705320 last_ts=1        569707116 is_live=1 live_last=120182 buffer_pieces=7
если выйти из плеера пока он масляет, он ессно этого не видит и дохнет тока по таймауту

они уже задолбали обновлять mx... с каждой обновой какая то дич...
 
Последнее редактирование:
да да да... я не оставил ни одной строчки proxies. Обязательно нужна None когда прокси нет.
Не, ну это не смешно, а дефолтное значение при отсутствии?
ДЕФОЛТНОЕ занчение при "отсутсвии" -
Код:
#proxies = {'http' : 'socks5h://192.168.2.1:9100', 'https' : 'socks5h://192.168.2.1:9100'}                                                                   
proxies = {}
или
Код:
proxies = None
Отсутсвие параметра proxies= в конфиге соответствующего плагина аж НИКАК не является дефолтным .... ;)
 
У меня без проблем отрабатывает на Py3 ... А вот на Py2 - трабла .. Ты когда что-то ловишь , хоть версию питона озвучивай и операционку, на которой "крутится" ... Поправлено. Изменения на Git
Код:
aceclient.py         [LINE:106 ]# DEBUG    [29.09 09:37:57] >>> START PID d19479886c008e532ce21d31680cc5f76ba554c8 0 output_format=http
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:37:57] <<< STATE 1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:37:57] <<< STATUS main:starting
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< STATUS main:prebuf;0;0;0;0;0;0;0;0;0;0;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< EVENT livepos last=-1 live_first=-1 pos=-1 first_ts=0 last_ts=0 is_live=1 live_last=-1 buffer_pieces=3
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< START url=http://127.0.0.1:6878/content/02b96653a0a486b346ff8306ab686cba4345fe34/0.768204889872 file_index=0 infohash=02b96653a0a486b346ff8306ab686cba4345fe34 stream=1
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< STATE 2
acehttp.py           [LINE:220 ]# INFO     [29.09 09:38:00] Streaming "Fox Россия" to 192.168.2.81 started
acehttp.py           [LINE:234 ]# DEBUG    [29.09 09:38:00] Sending HTTPAceProxy headers to client: {'Connection': 'Close', 'Accept-Ranges': 'none', 'Content-Type': 'video/MP2T'}
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< STATUS main:prebuf;50;0;0;0;126;0;0;3;0;294912;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:00] <<< EVENT livepos last=806685 live_first=806502 pos=806503 first_ts=1569737271 last_ts=1569739080 is_live=0 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:01] <<< STATUS main:dl;0;0;521;0;0;3;0;1765612;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:01] <<< EVENT livepos last=806685 live_first=806502 pos=806684 first_ts=1569737271 last_ts=1569739080 is_live=1 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:02] <<< STATUS main:dl;0;0;410;0;0;3;0;1814764;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:02] <<< EVENT livepos last=806685 live_first=806502 pos=806685 first_ts=1569737271 last_ts=1569739080 is_live=1 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:03] <<< STATUS main:dl;0;0;332;0;0;3;0;1814764;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:03] <<< EVENT livepos last=806685 live_first=806502 pos=806685 first_ts=1569737271 last_ts=1569739080 is_live=1 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:04] <<< STATUS main:dl;0;0;279;0;0;3;0;1814764;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:04] <<< EVENT livepos last=806685 live_first=806502 pos=806685 first_ts=1569737271 last_ts=1569739080 is_live=1 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:05] <<< STATUS main:dl;0;0;240;0;0;3;0;1814764;0;0
aceclient.py         [LINE:97  ]# DEBUG    [29.09 09:38:05] <<< EVENT livepos last=806685 live_first=806502 pos=806685 first_ts=1569737271 last_ts=1569739080 is_live=1 live_last=806685 buffer_pieces=4
aceclient.py         [LINE:106 ]# DEBUG    [29.09 09:38:06] >>> STOP
acehttp.py           [LINE:246 ]# INFO     [29.09 09:38:06] Streaming "Fox Россия" to 192.168.2.81 finished
acehttp.py           [LINE:68  ]# DEBUG    [29.09 09:38:06] Client 192.168.2.81 disconnected
C MXPlayer - тоже никаких тормозов не наблюдаю .... ибо НЕ ПОЛЬЗУЮСЬ им :ROFLMAO:
 
Последнее редактирование:
Отсутсвие параметра proxies= в конфиге соответствующего плагина аж НИКАК не является дефолтным .... ;)
Я не пытаюсь учить, у каждого своё виденье, но любые данные от пользователя нужно проверять и если в код от пользователя ничего не пришло там должен быть свой дефолт. Конфиг это тоже ввод от пользователя, согласен же? Ну или если и не дефолт, то хотя бы более информативная ошибка, а то как ща у меня, немогу скачать и всё... не, не серьёзно.
Ну меня так учили в институте....
 
Конфиг это тоже ввод от пользователя, согласен же? Ну или если и не дефолт, то хотя бы более информативная ошибка, а то как ща у меня, немогу скачать и всё... не, не серьёзно.
Ну прокся ж не коммерческий "продакшн" , так , "забавка" для тренировки мозгов создателя, рассчитанная на более менее думающих пользователей. Касаемо конфигов и прочих настроек , так "по уму" их вообще надо руцями запретить пользовать. Переделать в json формат со значениями по умолчанию, сделать "праведный" доступ через web-морду, хранить в виде *.piсkle файликов и т.д. Вопрос ! ЗАЧЕМ ? При условии что один раз настроил за 5 сек и не трогаешь потом никогда :)
p.s. более информативной ошибки чем traceback, которая у Вас сыпалась, мне не ведомо )))
 
Назад
Сверху