rework streaming part2

Signed-off-by: Thilo Graf <dbt@novatux.de>

Some build errors fixed with this pick.
This commit is contained in:
TangoCash
2022-10-05 21:48:04 +02:00
committed by Thilo Graf
parent 16ddc93290
commit f1688525d3
11 changed files with 95 additions and 10 deletions

View File

@@ -1979,6 +1979,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,
@@ -2729,8 +2730,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,

View File

@@ -1979,6 +1979,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",
@@ -2729,8 +2730,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",

View File

@@ -655,6 +655,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;