mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
rework streaming part2
Origin commit data
------------------
Commit: 8567503f9d
Author: TangoCash <eric@loxat.de>
Date: 2022-10-05 (Wed, 05 Oct 2022)
This commit is contained in:
@@ -2069,6 +2069,7 @@ typedef enum
|
||||
LOCALE_MISCSETTINGS_SHUTDOWN_REAL_RCDELAY,
|
||||
LOCALE_MISCSETTINGS_SLEEPTIMER,
|
||||
LOCALE_MISCSETTINGS_SLEEPTIMER_MIN,
|
||||
LOCALE_MISCSETTINGS_STREAMING,
|
||||
LOCALE_MISCSETTINGS_VOLUME,
|
||||
LOCALE_MISCSETTINGS_ZAPTO_PRE_TIME,
|
||||
LOCALE_MOTORCONTROL_CALC_POSITIONS,
|
||||
@@ -2852,8 +2853,11 @@ typedef enum
|
||||
LOCALE_STREAMINFO_SIGNAL,
|
||||
LOCALE_STREAMINFO_VIDEOSYSTEM,
|
||||
LOCALE_STREAMING_BUSY,
|
||||
LOCALE_STREAMING_DECRYPTMODE,
|
||||
LOCALE_STREAMING_DIR_NOT_WRITABLE,
|
||||
LOCALE_STREAMING_ECMMODE,
|
||||
LOCALE_STREAMING_OVERFLOW,
|
||||
LOCALE_STREAMING_PORT,
|
||||
LOCALE_STREAMING_SLOW,
|
||||
LOCALE_STREAMING_WRITE_ERROR,
|
||||
LOCALE_STRINGINPUT_BACKSPACE,
|
||||
|
@@ -2069,6 +2069,7 @@ const char * locale_real_names[] =
|
||||
"miscsettings.shutdown_real_rcdelay",
|
||||
"miscsettings.sleeptimer",
|
||||
"miscsettings.sleeptimer_min",
|
||||
"miscsettings.streaming",
|
||||
"miscsettings.volume",
|
||||
"miscsettings.zapto_pre_time",
|
||||
"motorcontrol.calc_positions",
|
||||
@@ -2852,8 +2853,11 @@ const char * locale_real_names[] =
|
||||
"streaminfo.signal",
|
||||
"streaminfo.videosystem",
|
||||
"streaming.busy",
|
||||
"streaming.decryptmode",
|
||||
"streaming.dir_not_writable",
|
||||
"streaming.ecmmode",
|
||||
"streaming.overflow",
|
||||
"streaming.port",
|
||||
"streaming.slow",
|
||||
"streaming.write_error",
|
||||
"stringinput.backspace",
|
||||
|
@@ -649,6 +649,11 @@ struct SNeutrinoSettings
|
||||
int recording_audio_pids_alt;
|
||||
int recording_audio_pids_std;
|
||||
|
||||
// streaming;
|
||||
int streaming_ecmmode;
|
||||
int streaming_decryptmode;
|
||||
int streaming_port;
|
||||
|
||||
// timeshift
|
||||
std::string timeshiftdir;
|
||||
int timeshift_auto;
|
||||
|
Reference in New Issue
Block a user