Git Product home page Git Product logo

aceproxy's People

Contributors

andreypavlenko avatar deseven avatar hnknta avatar ikatson avatar pepsik-kiev avatar valdikss avatar zixelmike avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aceproxy's Issues

ImportError: No module named requests

Hi,
I just run python /root/aceproxy/acehttp.py and got this error:

acehttp.py           [LINE:620 ]# DEBUG    [11.01 15:35:36]  Plugin loaded: Torrentfilms
acehttp.py           [LINE:620 ]# DEBUG    [11.01 15:35:36]  Plugin loaded: P2pproxy
Traceback (most recent call last):
  File "acehttp.py", line 613, in <module>
    plugin = __import__(i)
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "plugins/torrenttv_plugin.py", line 14, in <module>
    import requests
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
ImportError: No module named requests

How can I fix it?

Problem with JSON in torrent-telik plugin

Just started getting an error in the torrent-telik plugin:

ERROR Thread-2 torrenttelik_plugin.py:68 plugin_torrenttelik| Can't load JSON! ValueError('Unterminated string starting at: line 517 column 17 (char 57639)',)

В лог стали падать ошибки и трансляции не работают

Запускаю сервер, скачиваю плейлист, запускаю трасляцию (для теста беру тестовую с огнем) и получаю clientcounter.py:46 root| Failed to create AceClient: AceException('Authentication timeout. Wrong key?',)

Это баг с прокси или trrent-telik, torrent-tv что-то изменили в связи с переходом на noxbit?

Траблы с плагином torrent-telik

Перемотка для торрентов

Здравствуйте, Андрей,
Спасибо за Ваш труд. AceProxy стабильно работает.
В AceProxy реализована отличная возможность смотреть торрент-фильмы без скачивания.
Но неудобство представляет отсутствие возможности перемотки. Будет ли это сделано?
Такую возможность сделал Валерий Кадышев на PHP. Здесь его проект на GitHub На удивление его прокси довольно-таки стабильно работает: мало разрывов, возможность смотреть "тяжелые" торренты благодаря им реализованному буферу и логике его обработки. Может быть, воспользоваться его наработками?

Arenavision plugin

Hi, FOA, thanks for keeping this project alive.
I was trying to get my shot at writing a plugin for http://arenavision.in/ and wanted to get some advice in advance (ie which of the existing plugins to use as base for my one).

The site maintains a running schedule at http://arenavision.in/schedule but the actual links aren't in list form anywhere, but every channel page (ie http://arenavision.in/av11) has to be scraped to get the acestream:// link.

Any suggestions? Thanks!

/stat. Возникли ошибки после обновления.

Connected clients: 1

Concurrent connections limit: 20

HTTP/1.0 500 Internal Server Error Server: BaseHTTP/0.3 Python/2.7.6 Date: Sat, 04 Feb 2017 08:41:02 GMT Content-Type: text/html Connection: close
Error response

Error code 500.

Message: Internal Server Error.

Error code explanation: 500 = Server got itself in trouble.

Матч! Футбол 2 HD х.х.х.х

выдает информацию - ИП, только по одному соединению, даже если их более одного

HLS and AceProxy

How do we use aceproxy to HLS. Acestream ".m3u8 & .ts" generation is simple through the http api they have but doesn't allow multiple separate streams to be watched. It stops one if another is loaded.

I believe that can be solved by aceproxy and VLC? Problem is I have a acestream content id (CID) and I can't see how I would generate .m3u8 and .ts as its limited to certain file types when using /pid/. Am I missing something simple?

Is there a simple URL that can be used like:

IP:PORT/pid/CID/stream.m3u8

Watching archive with torrent-tv app on android?

Hello!
I wondered if it is possible to use Aceproxy for watching archive content with official torrent-tv app for android?
When I set up torrent-tv app to use local proxy for archives, the Aceproxy shows that it start looking for link, but noting is playing. When I set up app to use local ace stream engine - the same archive file plays well.
Is there any additional setting which I have to do in order to watch archives?
Thank you!

How to pull new changes from git?

Hello!
It is a dummy question but I'd like to ask how can I pull new changes from git to my computer?
I used "git pull command" but it returns error "you need to stash you changes torrenttv plugin". I did quick search but cannot find any useful information. I tried to remove torrenttv plugin and then execute git pull. Aceproxy was successfully update but when I tried to start it from acehttp it dosn't start.
Thank you!

Dont auto delete the old segments

Hi,

I'm using Ace Proxy to restreaming torrent TV, and getting a issue: the old segments in the temp folder is not deleted. I got fulldisk error after 1 day

Hope you have any plan to fix it :)

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.