Ace Stream Forum » Последние сообщения
91
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от Benny 25 Сентябрь 2019, 16:55:28 »I use 3.16python scripts is intended to be used with latest engine version.
ImportError: cannot import name pycompatit's a bug in the 3.1.49 version. Quick fix - copy files from attached archive to the /lib/acestreamengine dir of AceStream engine (overtakefan, in your case i already did this).
I want it to be pubic but for now without support node."private-node=1" is hardcoded in the "start_streamers.py" file, so you must edit it and change this value to 0.
92
Вопросы, предложения и пожелания / Re: Вопрос по бродкастингу
« Последний ответ от Benny 25 Сентябрь 2019, 16:48:29 »видимо скрипты уже не совместимы с версией 3.1.16да, в скриптах используются ключи, которые есть только в самых свежих версиях.
--public-transport-file, --metadata-dir, --hls-force-monotonic-sequence и т.д - нужно либо убирать соответствующие опции из json файлов, либо комментировать их прямо в src/start_streamers.py, либо "по старинке" - все нужные ключи задаем через ком. строку, см. пример во вложении.
Либо нужно просто установить свежую версию, для 16.04 убунты должна от 8 дебиана подойти.
93
Вопросы, предложения и пожелания / Re: Вопрос по бродкастингу
« Последний ответ от CyberMan 25 Сентябрь 2019, 14:18:39 »Пытаюсь запустить стрим через ubuntu 16.04, используя streaming utils. JSON правильные, но видимо скрипты уже не совместимы с версией 3.1.16, я получаю следующий ответ сервера при старте в логах:
https://hastebin.com/kayadifini.rb
Логи по ссылке.
https://hastebin.com/kayadifini.rb
Логи по ссылке.
94
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от overtakefan 25 Сентябрь 2019, 10:18:18 »acestreamengine: error: unrecognized arguments: --public-transport-file /opt/app/tmp/public/2019-09-22_1.acelive --metadata-dir /opt/app/tmp/metadata --hls-broadcast-last-source-piece --hls-force-monotonic-sequence 1What version was used on latest attempts? You've wrote earlier.
I use 3.16
Цитировать
- did you try with recent one?Yes I tryed with 3.149 and I get
root@hkl0:~# python /opt/src/start_streamers.py
Код: [Выделить]
2019-09-25 09:15:04,479|MainThread|start|0 running instances, loaded 1 streams
2019-09-25 09:15:04,480|MainThread|start|start: engine=stable debug=1 name=2019-09-22_1 port=8640 cache=1073741824
2019-09-25 09:15:04,480|MainThread|start|create_transport_files: title=2019-09-22_1 url=http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 public=/opt/app/tmp/public/2019-09-22_1.acelive private=/opt/app/tmp/private/2019-09-22_1_private.acelive
2019-09-25 09:15:05,063|MainThread|acestream|error during startup
Traceback (most recent call last):
File "core.c", line 1791, in
File "core.c", line 706, in
File "core.c", line 23, in
ImportError: cannot import name pycompat
2019-09-25 09:15:05,108|MainThread|start|create_transport_files: retval=1
Цитировать
Do you have any other command-line options, except .conf file?Please explane?
Цитировать
On private node there no need to specify "public" dir.I want it to be pubic but for now without support node.
95
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от Benny 24 Сентябрь 2019, 21:27:49 »acestreamengine: error: unrecognized arguments: --public-transport-file /opt/app/tmp/public/2019-09-22_1.acelive --metadata-dir /opt/app/tmp/metadata --hls-broadcast-last-source-piece --hls-force-monotonic-sequence 1What version was used on latest attempts? You've wrote earlier
Цитировать
Because I try to use m3u8 playlist I downgraded to 3.16- did you try with recent one? Do you have any other command-line options, except .conf file? On private node there no need to specify "public" dir.
96
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от overtakefan 24 Сентябрь 2019, 20:51:50 »If I before start python /opt/src/start_streamers.py delete app folder I get
if I dont I get message like this.
Both times logs registered this
After I added 'upload to'
logs register this message
by the way thanks for patience
Код: [Выделить]
2019-09-23 10:54:37,714|MainThread|start|0 running instances, loaded 1 streams
2019-09-23 10:54:37,714|MainThread|start|start: engine=stable debug=1 name=2019-09-22_1 port=8640 cache=1073741824
2019-09-23 10:54:37,715|MainThread|start|create_transport_files: title=2019-09-22_1 url=http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 public=/opt/app/tmp/public/2019-09-22_1.acelive private=/opt/app/tmp/private/2019-09-22_1_private.acelive
base_url=http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 sid=5c8b2cfc29ea76af5b95b10882407e77beb7f2be:2019-09-22_1
created: hash=e6ea3b3373fd8f24458f1321adb56c3006a8aaf4
2019-09-23 10:54:38,041|MainThread|start|create_transport_files: retval=0
if I dont I get message like this.
Код: [Выделить]
root@xxx:/opt/src/config# python /opt/src/src/start_streamers.py
2019-09-21 12:35:35,259|MainThread|start|0 running instances, loaded 1 streams
2019-09-21 12:35:35,259|MainThread|start|start: engine=stable debug=1 name=Testing port=8640 cache=1073741824
Both times logs registered this
Код: [Выделить]
nohup: ignoring input
Cannot start private node without explicit 'upload to' nodes
nohup: ignoring input
Cannot start private node without explicit 'upload to' nodes
After I added 'upload to'
logs register this message
Код: [Выделить]
nohup: ignoring input
2019-09-24 20:47:42,402|MainThread|acestream|use I array typecode
2019-09-24 20:47:42,402|MainThread|acestream|debug module: connecter
2019-09-24 20:47:42,403|MainThread|acestream|debug module: connecter_connection
2019-09-24 20:47:42,403|MainThread|acestream|debug module: download_live
2019-09-24 20:47:42,403|MainThread|acestream|debug module: single_download
2019-09-24 20:47:42,403|MainThread|acestream|debug module: downloader
2019-09-24 20:47:42,403|MainThread|acestream|debug module: encoder_connection
2019-09-24 20:47:42,403|MainThread|acestream|debug module: encoder
2019-09-24 20:47:42,403|MainThread|acestream|debug module: client_transporter
2019-09-24 20:47:42,410|MainThread|acestream|debug module: picker_client
2019-09-24 20:47:42,410|MainThread|acestream|debug module: storage
2019-09-24 20:47:42,411|MainThread|acestream|debug module: rerequester
2019-09-24 20:47:42,411|MainThread|acestream|debug module: multicast_pex
2019-09-24 20:47:42,411|MainThread|acestream|debug module: pieces
2019-09-24 20:47:42,411|MainThread|acestream|debug module: memory_usage
usage: acestreamengine [-h] --url URL [--stream-type STREAM_TYPE]
[--add-tracker ADD_TRACKER] [--bind BIND] [--port PORT]
[--state-dir STATE_DIR] [--cache-dir CACHE_DIR]
[--pid-file-dir PID_FILE_DIR]
[--hls-bad-manifest-max-errors HLS_BAD_MANIFEST_MAX_ERRORS]
[--hls-bad-manifest-retry-interval HLS_BAD_MANIFEST_RETRY_INTERVAL]
acestreamengine: error: unrecognized arguments: --public-transport-file /opt/app/tmp/public/2019-09-22_1.acelive --metadata-dir /opt/app/tmp/metadata --hls-broadcast-last-source-piece --hls-force-monotonic-sequence 1
2019-09-24 20:47:42,486|MainThread|acestream|node exited
by the way thanks for patience

97
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от Benny 23 Сентябрь 2019, 13:57:23 »but still getting same message.Check engine log-files at "tmp/logs" for any error messages.
98
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от overtakefan 23 Сентябрь 2019, 11:05:51 »Thanks for your patients. The second attempt http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 I checked it in VLC it works fine, but still getting same message.
Код: [Выделить]
root@xxx:~# python /opt/src/start_streamers.py
2019-09-23 10:54:37,714|MainThread|start|0 running instances, loaded 1 streams
2019-09-23 10:54:37,714|MainThread|start|start: engine=stable debug=1 name=2019-09-22_1 port=8640 cache=1073741824
2019-09-23 10:54:37,715|MainThread|start|create_transport_files: title=2019-09-22_1 url=http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 public=/opt/app/tmp/public/2019-09-22_1.acelive private=/opt/app/tmp/private/2019-09-22_1_private.acelive
base_url=http://overtakefans.com/wp-content/themes/twentyseventeen/espn/master2.m3u8 sid=5c8b2cfc29ea76af5b95b10882407e77beb7f2be:2019-09-22_1
created: hash=e6ea3b3373fd8f24458f1321adb56c3006a8aaf4
2019-09-23 10:54:38,041|MainThread|start|create_transport_files: retval=0
99
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от Benny 22 Сентябрь 2019, 21:20:16 »I tried again and it didn't work. Maybe my source is wrong? http://overtakefans.com/wp-content/themes/twentyseventeen/test_full/master.m3u8Refer to https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming as proper HLS playlist example.
In your playlist URL start from "m3u8/main-feed/OTT...", without "http://domain.com" part. You should check playlist playability in the VLC at least.
100
Вопросы, предложения и пожелания / Re: Support node problem
« Последний ответ от overtakefan 22 Сентябрь 2019, 20:12:52 »I think I read all and used find function, but I didn't saw anything about upload-to so I thought that it has to be by default.
I removed it from config, but result is still the same.
Because I try to use m3u8 playlist I downgraded to 3.16 version because I found that in this forum that this is what I need to do.
I tried again and it didn't work. Maybe my source is wrong? http://overtakefans.com/wp-content/themes/twentyseventeen/test_full/master.m3u8
I removed it from config, but result is still the same.
Because I try to use m3u8 playlist I downgraded to 3.16 version because I found that in this forum that this is what I need to do.
I tried again and it didn't work. Maybe my source is wrong? http://overtakefans.com/wp-content/themes/twentyseventeen/test_full/master.m3u8
Код: [Выделить]
root@xxx:~# python /opt/src/start_streamers.py
2019-09-22 20:09:45,354|MainThread|start|0 running instances, loaded 1 streams
2019-09-22 20:09:45,355|MainThread|start|start: engine=stable debug=1 name=2019-09-22_1 port=8640 cache=1073741824
2019-09-22 20:09:45,355|MainThread|start|create_transport_files: title=2019-09-22_1 url=http://overtakefans.com/wp-content/themes/twentyseventeen/test_full/master.m3u8 public=/opt/app/tmp/public/2019-09-22_1.acelive private=/opt/app/tmp/private/2019-09-22_1_private.acelive
base_url=http://overtakefans.com/wp-content/themes/twentyseventeen/test_full/master.m3u8 sid=0658d78054251512fd12debd562aa7ffc416aa8f:2019-09-22_1
created: hash=2fe1fe03e7af2b7b7291f3d16c9a4a7412d15cc9
2019-09-22 20:09:45,682|MainThread|start|create_transport_files: retval=0