mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
rework streaming part2
Signed-off-by: Thilo Graf <dbt@novatux.de> Some build errors fixed with this pick.
This commit is contained in:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user