ValdikSS / aceproxy

Ace Stream HTTP Proxy. ABANDONED! NO SUPPORT WHATSOEVER!
MIT License
196 stars 115 forks source link

Stream won't start #48

Closed entr closed 8 years ago

entr commented 8 years ago

Any possible solution for this?

Ubuntu 14.04 dist

$uname -a
Linux 4.2.0-19-generic #23~14.04.1-Ubuntu SMP Thu Nov 12 12:33:30 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
python2 --version
Python 2.7.6
acestreamengine --version
version: 3.0.3 revision: 1355

aceconfig.py

'''
AceProxy configuration script
Edit this file.
'''

import logging
import acedefconfig
from aceclient.acemessages import AceConst

class AceConfig(acedefconfig.AceDefConfig):
    acespawn = True
    acecmd = "acestreamengine --client-console"
    acekey = 'n51LvQoTlJzNGaFxseRK-uvnvX-sD4Vm5Axwmc4UcoD-jruxmKsuJaH0eVgE'
    acehost = '127.0.0.1'
    aceport = 62062
    aceage = AceConst.AGE_18_24
    acesex = AceConst.SEX_MALE
    acestartuptimeout = 10
    aceconntimeout = 5
    aceresulttimeout = 10
    debug = logging.DEBUG

    httphost = '0.0.0.0'
    httpport = 8000
    aceproxyuser = ''
    firewall = False
    firewallblacklistmode = False
        '127.0.0.1',
        '192.168.0.0/16',
        )
    maxconns = 10
    loggingtoafile = False
    logpath = ''

    vlcuse = True
    vlcspawn = True
    vlccmd = "vlc -I telnet --clock-jitter -1 --network-caching -1 --sout-mux-caching 2000 --telnet-password admin --telnet-port 4212"
    vlcspawntimeout = 5
    vlchost = '127.0.0.1'
    vlcport = 4212
    vlcoutport = 8081
    vlcpass = 'admin'
    vlcpreaccess = ''
    vlcmux = 'ts'
    vlcforceffmpeg = False

    videodelay = 0
    videoobey = True
    videopausedelay = 2
    videoseekback = 0
    videodestroydelay = 3
    videotimeout = 40
    fakeuas = ('Mozilla/5.0 IMC plugin Macintosh', )

    fakeheaderuas = ('HLS Client/2.0 (compatible; LG NetCast.TV-2012)',
                     'Mozilla/5.0 (DirectFB; Linux armv7l) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ LG Browser/5.00.00(+mouse+3D+SCREEN+TUNER; LGE; 42LM670T-ZA; 04.41.03; 0x00000001;); LG NetCast.TV-2012 0'
                     )
25.01.2016 08:29:08 DEBUG HTTP: START done
25.01.2016 08:29:08 DEBUG AceClient_recvdata: STATUS changed to main:idle
25.01.2016 08:29:08 DEBUG AceClient_recvdata: STATUS changed to main:starting
25.01.2016 08:29:09 DEBUG AceClient_recvdata: STATUS changed to main:prebuf
25.01.2016 08:29:09 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:10 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:11 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:12 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:13 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:14 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:15 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:16 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:17 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:18 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:19 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:20 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:21 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:22 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:23 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:24 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:25 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:26 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:27 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:28 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:29 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:30 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:31 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:32 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:33 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:34 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:35 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:36 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:37 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:38 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:39 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:40 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:41 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:42 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:43 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:44 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:45 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:46 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:47 DEBUG AceClient_recvdata: Current position/last/buf: 100/100/10
25.01.2016 08:29:48 ERROR AceClient_getURL: getURL timeout!
25.01.2016 08:29:48 ERROR HTTP: Exception: AceException('getURL timeout!',)
25.01.2016 08:29:48 WARNING root: Dying with error
127.0.0.1 - - [25/Jan/2016 08:29:48] code 500, message Internal Server Error
127.0.0.1 - - [25/Jan/2016 08:29:48] "GET /pid/b597c5c31b418c9c2461e81cca9a62cdde885fe2/stream.mp4 HTTP/1.1" 500 -
25.01.2016 08:29:48 DEBUG HTTP: END REQUEST
entr commented 8 years ago

Nothing to do with aceproxy. This is simply caused by bad or no seed at all.