From 524245386a444bda1b34ffac5c0a9401daa04a16 Mon Sep 17 00:00:00 2001 From: Mike Milonakis Date: Sat, 23 Sep 2017 23:05:34 +0300 Subject: [PATCH] "Address #4 (update some acestreamengine defaults" --- .../sdcard/.ACEStream/playerconf.pickle | 31 +++++++++++++----- .../files/.ACEStream/playerconf.pickle | 23 +++++++++---- .../org.acestream.engine/files/acestream.conf | 6 ++++ acestream/playerconf.pickle | 32 +++++++++++++++++++ 4 files changed, 78 insertions(+), 14 deletions(-) create mode 100644 acestream/playerconf.pickle diff --git a/acestream/androidfs/sdcard/.ACEStream/playerconf.pickle b/acestream/androidfs/sdcard/.ACEStream/playerconf.pickle index 773cd71..bd0fd02 100644 --- a/acestream/androidfs/sdcard/.ACEStream/playerconf.pickle +++ b/acestream/androidfs/sdcard/.ACEStream/playerconf.pickle @@ -1,17 +1,32 @@ (dp0 -S'disk_cache_limit' +S'allow_intranet_access' p1 -L1073741824L -sS'max_peers' +I01 +sS'live_buffer_time' p2 -I50 -sS'total_max_download_rate' +I30 +sS'download_dir' p3 +V/system/data/data/org.acestream.engine/files/.ACEStream/.acestream_cache +sS'total_max_download_rate' +p4 I0 +sS'disk_cache_limit' +p5 +L1073741824L sS'ad_storage_limit' -p4 +p6 L536870912L +sS'max_peers' +p7 +I100 +sS'allow_remote_access' +p8 +I01 +sS'player_buffer_time' +p9 +I30 sS'total_max_upload_rate' -p5 +p10 I0 -s. \ No newline at end of file +s. diff --git a/acestream/androidfs/system/data/data/org.acestream.engine/files/.ACEStream/playerconf.pickle b/acestream/androidfs/system/data/data/org.acestream.engine/files/.ACEStream/playerconf.pickle index 3277cef..bd0fd02 100644 --- a/acestream/androidfs/system/data/data/org.acestream.engine/files/.ACEStream/playerconf.pickle +++ b/acestream/androidfs/system/data/data/org.acestream.engine/files/.ACEStream/playerconf.pickle @@ -1,11 +1,13 @@ (dp0 -S'total_max_upload_rate' +S'allow_intranet_access' p1 -I0 -sS'download_dir' +I01 +sS'live_buffer_time' p2 -V/system/data/data/org.acestream.engine/files/.ACEStream/.acestream_cache +I30 +sS'download_dir' p3 +V/system/data/data/org.acestream.engine/files/.ACEStream/.acestream_cache sS'total_max_download_rate' p4 I0 @@ -17,5 +19,14 @@ p6 L536870912L sS'max_peers' p7 -I50 -s. \ No newline at end of file +I100 +sS'allow_remote_access' +p8 +I01 +sS'player_buffer_time' +p9 +I30 +sS'total_max_upload_rate' +p10 +I0 +s. diff --git a/acestream/androidfs/system/data/data/org.acestream.engine/files/acestream.conf b/acestream/androidfs/system/data/data/org.acestream.engine/files/acestream.conf index 7d45efc..03c2c5a 100644 --- a/acestream/androidfs/system/data/data/org.acestream.engine/files/acestream.conf +++ b/acestream/androidfs/system/data/data/org.acestream.engine/files/acestream.conf @@ -15,3 +15,9 @@ root:D 1 --core-skip-have-before-playback-pos 1 +--live-buffer +30 +--vod-buffer +10 +--max-peers +100 diff --git a/acestream/playerconf.pickle b/acestream/playerconf.pickle new file mode 100644 index 0000000..bd0fd02 --- /dev/null +++ b/acestream/playerconf.pickle @@ -0,0 +1,32 @@ +(dp0 +S'allow_intranet_access' +p1 +I01 +sS'live_buffer_time' +p2 +I30 +sS'download_dir' +p3 +V/system/data/data/org.acestream.engine/files/.ACEStream/.acestream_cache +sS'total_max_download_rate' +p4 +I0 +sS'disk_cache_limit' +p5 +L1073741824L +sS'ad_storage_limit' +p6 +L536870912L +sS'max_peers' +p7 +I100 +sS'allow_remote_access' +p8 +I01 +sS'player_buffer_time' +p9 +I30 +sS'total_max_upload_rate' +p10 +I0 +s.