mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- network menu (#264)
- tune timeout (#266) - satfinder (#269) - tuxtxt: new monospace font to support more languages option to select teletext font charset selection from pmt more menu languages from tuxbox cvs cleanup sutitiles start screen needs testing. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@486 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -536,6 +536,10 @@ bool CIPChangeNotifier::changeNotify(const neutrino_locale_t, void * Data)
|
||||
|
||||
CNeutrinoApp::getInstance()->networkConfig.netmask = (_ip[0] == 10) ? "255.0.0.0" : "255.255.255.0";
|
||||
|
||||
sprintf(ip, "%hhu.%hhu.%hhu.1", _ip[0], _ip[1], _ip[2]);
|
||||
CNeutrinoApp::getInstance()->networkConfig.nameserver = ip;
|
||||
CNeutrinoApp::getInstance()->networkConfig.gateway = ip;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -611,8 +615,11 @@ printf("CSubtitleChangeExec::exec: action %s\n", actionKey.c_str());
|
||||
ptr = strchr(ptr, ':');
|
||||
ptr++;
|
||||
int page = strtol(ptr, NULL, 16);
|
||||
printf("CSubtitleChangeExec::exec: TTX, pid %x page %x\n", pid, page);
|
||||
ptr = strchr(ptr, ':');
|
||||
ptr++;
|
||||
printf("CSubtitleChangeExec::exec: TTX, pid %x page %x lang %s\n", pid, page, ptr);
|
||||
tuxtx_stop_subtitle();
|
||||
tuxtx_set_pid(pid, page, ptr);
|
||||
dvbsub_stop();
|
||||
tuxtx_main(g_RCInput->getFileHandle(), pid, page);
|
||||
}
|
||||
|
Reference in New Issue
Block a user