Дорогой посетитель мы рады вас приветствовать на: Allrussian Board Русскоязычный форум в Германии. Если это Ваше первое посещение этого сайта, то прочитайте, пожалуйста, помощь . Там Вы узнаете о возможностях управления сайтом. Чтобы использовать все возможности сайта Вы должны зарегистрироваться. Для этого используйте Регистрационный формуляр. Вы можете прочитать подробности регистрационного процесса. Если Вы уже регистрировались, здесь Вы можете войти.
Цитата
VDR developer version 1.7.0 is now available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.0.tar.bz2
A 'diff' against the latest stable version is available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.6.0-1.7.0.diff
WARNING:
========
This is a *developer* version. Even though *I* use it in my productive
environment, I strongly recommend that you only use it under controlled
conditions and for testing and debugging.
This version switches to the "multiproto" driver and no longer works
with non-multiproto drivers. Hopefully there will soon be *one* driver
source that combines the latest "multiproto" version with Oliver Endriss'
"full ts mod" changes ;-).
Note that this version just implements basic DVB-S2 handling. There is
no support for H.264 etc. yet. This will come in later 1.7.x versions.
The changes since version 1.6.0:
- Re-implemented handling of DVB-S2, which first appeared in version 1.5.14, but was
revoked in version 1.5.15 in favor of making a stable version 1.6.0. VDR now
requires the "multiproto" DVB driver, e.g. from http://jusst.de/hg/multiproto.
Note that the channels.conf file now supports additional parameters, so you may
want to make sure you have a backup of this file in case you need to go back to
the previous version of VDR!
- Fixed displaying transponder data when it is modified (thanks to Reinhard Nissl).
- Fixed handling the counter in detection of pre 1.3.19 PS data (thanks to Reinhard
Nissl).
- Improved logging system time changes to avoid problems on slow systems under
heavy load (suggested by Helmut Auer).
- Now setting the thread name, so that it can be seen in 'top -H' (thanks to Rolf
Ahrenberg).
- Fixed initializing the timer's flags in the cTimer copy constructor (thanks to
Andreas Mair).
- Fixed setting the OSD level in the 'osddemo' example (thanks to Wolfgang Rohdewald).
- Increased the time between checking the CAM status to 500ms to avoid problems
with some CAMs (reported by Arthur Konovalov).
Have fun!
Klaus
Цитата
Hi list,
There's a new version of the DVB API wrapper patch that adds fallback
compatibility to the current stable DVB API without multiproto support.
The new version also fixes a bug with the default DVBFE_MOD_AUTO
modulation on DVB-S.
Also, the patch for VDR-1.5/1.6 that allows to read a channels.conf from
1.7 is now available on that page.
Support for DVBFE_SET_DELSYS will follow in next version.
Get it:
http://www.udo-richter.de/vdr/patches.en…dvb-api-wrapper
http://www.udo-richter.de/vdr/patches.html#dvb-api-wrapper
Cheers,
Udo
Цитата
dvbdevice.c: In member function 'bool cDvbTuner:etFrontend()':
dvbdevice.c:271: error: 'struct dvbfe_info' has no member named 'delivery'
dvbdevice.c:286: error: 'struct dvbfe_info' has no member named 'delivery'
dvbdevice.c:307: error: 'struct dvbfe_info' has no member named 'delivery'
make: *** [dvbdevice.o] Error 1
Цитата
diff -Nurp ../vdr-1.7.0-orig/dvbdevice.c ./dvbdevice.c
--- ../vdr-1.7.0-orig/dvbdevice.c 2008-04-13 16:15:35.000000000 +0200
+++ ./dvbdevice.c 2008-04-13 21:16:45.000000000 +0200
@@ -266,10 +266,6 @@ bool cDvbTuner:etFrontend(void)
tuneTimeout = DVBS_TUNE_TIMEOUT;
lockTimeout = DVBS_LOCK_TIMEOUT;
-
- dvbfe_info feinfo;
- feinfo.delivery = Frontend.delivery;
- CHECK(ioctl(fd_frontend, DVBFE_GET_INFO, &feinfo)); //switch system
}
else if (frontendType & DVBFE_DELSYS_DVBC) {
Frontend.delivery = DVBFE_DELSYS_DVBC;
@@ -281,10 +277,6 @@ bool cDvbTuner:etFrontend(void)
tuneTimeout = DVBC_TUNE_TIMEOUT;
lockTimeout = DVBC_LOCK_TIMEOUT;
-
- dvbfe_info feinfo;
- feinfo.delivery = Frontend.delivery;
- CHECK(ioctl(fd_frontend, DVBFE_GET_INFO, &feinfo)); //switch system
}
else if (frontendType & DVBFE_DELSYS_DVBT) {
Frontend.delivery = DVBFE_DELSYS_DVBT;
@@ -302,15 +294,12 @@ bool cDvbTuner:etFrontend(void)
tuneTimeout = DVBT_TUNE_TIMEOUT;
lockTimeout = DVBT_LOCK_TIMEOUT;
-
- dvbfe_info feinfo;
- feinfo.delivery = Frontend.delivery;
- CHECK(ioctl(fd_frontend, DVBFE_GET_INFO, &feinfo)); //switch system
}
else {
esyslog("ERROR: attempt to set channel with unknown DVB frontend type");
return false;
}
+ CHECK(ioctl(fd_frontend, DVBFE_SET_DELSYS, &Frontend.delivery)); //switch system
if (ioctl(fd_frontend, DVBFE_SET_PARAMS, &Frontend) < 0) {
esyslog("ERROR: frontend %d: %m", cardIndex);
return false;
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Apr 21 14:19:43 lin-tv kernel: stb0899_search: Unsupported delivery system ... Apr 21 14:20:11 lin-tv vdr: [5346] not all devices ready after 30 seconds Apr 21 14:20:11 lin-tv vdr: [5346] switching to channel 1 Apr 21 14:20:11 lin-tv kernel: stb0899_search: Unsupported delivery system ... Apr 21 14:20:11 lin-tv vdr: [5346] setting watchdog timer to 60 seconds Apr 21 14:20:11 lin-tv vdr: [9204] ecmhandler 0 filter thread started (pid=5346, tid=9204) Apr 21 14:20:11 lin-tv vdr: [9205] receiver on device 1 thread started (pid=5346, tid=9205) Apr 21 14:20:11 lin-tv vdr: [9207] TS buffer on device 1 thread started (pid=5346, tid=9207) Apr 21 14:20:11 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:20:11 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:20:11 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:20:11 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:20:11 lin-tv kernel: stb6100_set_frequency: Frequency=1925000 Apr 21 14:20:11 lin-tv kernel: stb6100_get_frequency: Frequency=1925015 Apr 21 14:20:14 lin-tv vdr: [5346] retuning due to modification of channel 1 Apr 21 14:20:14 lin-tv vdr: [5346] switching to channel 1 |
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 |
Apr 21 14:39:47 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:39:47 lin-tv kernel: stb0899_search: set DVB-S params Apr 21 14:39:47 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=61262500 Apr 21 14:39:47 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=62000000 Apr 21 14:39:47 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=62000000 Apr 21 14:39:47 lin-tv kernel: stb6100_set_frequency: Frequency=1158000 Apr 21 14:39:47 lin-tv kernel: stb6100_get_frequency: Frequency=1157994 Apr 21 14:39:47 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=62000000 Apr 21 14:39:47 lin-tv vdr: [12891] TS buffer on device 1 thread ended (pid=5346, tid=12891) Apr 21 14:39:47 lin-tv vdr: [12890] buffer stats: 87232 (4%) used Apr 21 14:39:47 lin-tv vdr: [12890] receiver on device 1 thread ended (pid=5346, tid=12890) Apr 21 14:39:47 lin-tv vdr: [12916] receiver on device 1 thread started (pid=5346, tid=12916) Apr 21 14:39:47 lin-tv vdr: [5346] creating directory /vtx/S19.2E-133-17-13 Apr 21 14:39:47 lin-tv vdr: [12917] TS buffer on device 1 thread started (pid=5346, tid=12917) Apr 21 14:39:48 lin-tv vdr: [5363] linking channel 86 from none to 87 74 186 Apr 21 14:39:48 lin-tv vdr: [12915] TS continuity error (6) Apr 21 14:39:48 lin-tv vdr: [12915] TS continuity error (6) Apr 21 14:39:48 lin-tv vdr: [12915] TS continuity error (5) Apr 21 14:39:48 lin-tv vdr: [12915] TS continuity error (5) Apr 21 14:39:48 lin-tv vdr: [5346] retuning due to modification of channel 51 Apr 21 14:39:48 lin-tv vdr: [5346] switching to channel 51 Apr 21 14:39:48 lin-tv vdr: [5363] linking channel 232 from none to 234 235 112 114 236 Apr 21 14:39:48 lin-tv vdr: [12915] transfer thread ended (pid=5346, tid=12915) Apr 21 14:39:48 lin-tv vdr: [5346] cTS2PES got 0 TS errors, 1 TS continuity errors Apr 21 14:39:48 lin-tv vdr: [5346] cTS2PES got 0 TS errors, 1 TS continuity errors Apr 21 14:39:48 lin-tv vdr: [5346] buffer stats: 30456 (1%) used Apr 21 14:39:48 lin-tv vdr: [5346] buffer stats: 0 (0%) used Apr 21 14:39:48 lin-tv vdr: [12920] transfer thread started (pid=5346, tid=12920) Apr 21 14:39:48 lin-tv vdr: [12917] TS buffer on device 1 thread ended (pid=5346, tid=12917) Apr 21 14:39:48 lin-tv vdr: [12916] buffer stats: 20868 (0%) used Apr 21 14:39:48 lin-tv vdr: [12916] receiver on device 1 thread ended (pid=5346, tid=12916) Apr 21 14:39:48 lin-tv vdr: [12920] cVideoRepacker: switching to MPEG1/2 mode Apr 21 14:39:48 lin-tv vdr: [12920] cVideoRepacker: operating in MPEG1/2 mode Apr 21 14:39:51 lin-tv vdr: [12920] transfer thread ended (pid=5346, tid=12920) Apr 21 14:39:51 lin-tv vdr: [5346] switching to channel 52 Apr 21 14:39:51 lin-tv vdr: [5346] buffer stats: 48504 (2%) used Apr 21 14:39:51 lin-tv vdr: [5346] buffer stats: 0 (0%) used Apr 21 14:39:51 lin-tv vdr: [12922] TS buffer on device 1 thread ended (pid=5346, tid=12922) Apr 21 14:39:51 lin-tv vdr: [12921] buffer stats: 33840 (1%) used Apr 21 14:39:51 lin-tv vdr: [12921] receiver on device 1 thread ended (pid=5346, tid=12921) Apr 21 14:39:51 lin-tv vdr: [12936] transfer thread started (pid=5346, tid=12936) idx=1) Apr 21 14:39:51 lin-tv vdr: [12937] receiver on device 1 thread started (pid=5346, tid=12937) Apr 21 14:39:51 lin-tv vdr: [12938] TS buffer on device 1 thread started (pid=5346, tid=12938) Apr 21 14:39:51 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:39:51 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:51 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:51 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:51 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:51 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:52 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:52 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:52 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:52 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:52 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:53 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:53 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:53 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:53 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:53 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:53 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:53 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:53 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:53 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:53 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:54 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:54 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:54 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:54 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:54 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:55 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:55 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:55 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:55 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:55 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:56 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:56 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:56 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:56 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:56 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:56 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:39:57 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:57 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:57 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:57 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:57 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:57 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:57 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:57 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:57 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:57 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:58 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:58 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:58 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:58 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:58 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:39:59 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:39:59 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:39:59 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:39:59 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:39:59 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:00 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:00 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:00 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:00 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:00 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:00 lin-tv vdr: [5362] frontend 0 timed out while tuning to channel 52, tp 111635 Apr 21 14:40:00 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:40:00 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:00 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:00 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:00 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:00 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:01 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:01 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:01 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:01 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:01 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:01 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:01 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:01 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:01 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:01 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:02 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:02 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:02 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:02 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:02 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:02 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:02 lin-tv kernel: stb0899_search: set DVB-S2 params Apr 21 14:40:02 lin-tv kernel: stb6100_set_bandwidth: Bandwidth=48475000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_bandwidth: Bandwidth=48000000 Apr 21 14:40:02 lin-tv kernel: stb6100_set_frequency: Frequency=1885000 Apr 21 14:40:02 lin-tv kernel: stb6100_get_frequency: Frequency=1884990 Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (14) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (14) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (0) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (0) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (4) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (4) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (1) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (1) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (9) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (9) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (13) Apr 21 14:40:03 lin-tv last message repeated 3 times Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (7) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (7) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (14) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (14) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (7) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (7) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (3) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (3) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (1) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (1) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (9) Apr 21 14:40:03 lin-tv vdr: [12936] TS continuity error (9) Apr 21 14:40:06 lin-tv vdr: [12936] cVideoRepacker: switching to MPEG1/2 mode Apr 21 14:40:06 lin-tv vdr: [12936] cVideoRepacker: operating in MPEG1/2 mode Apr 21 14:40:06 lin-tv vdr: [5346] retuning due to modification of channel 52 Apr 21 14:40:06 lin-tv vdr: [5346] switching to channel 52 Apr 21 14:40:06 lin-tv vdr: [12936] transfer thread ended (pid=5346, tid=12936) Apr 21 14:40:06 lin-tv vdr: [5346] cTS2PES got 9 TS errors, 10 TS continuity errors Apr 21 14:40:06 lin-tv vdr: [5346] cTS2PES got 1 TS errors, 3 TS continuity errors Apr 21 14:40:06 lin-tv vdr: [5346] buffer stats: 42864 (2%) used Apr 21 14:40:06 lin-tv vdr: [12988] transfer thread started (pid=5346, tid=12988) Apr 21 14:40:06 lin-tv vdr: [12938] TS buffer on device 1 thread ended (pid=5346, tid=12938) Apr 21 14:40:06 lin-tv vdr: [12937] buffer stats: 18612 (0%) used Apr 21 14:40:06 lin-tv vdr: [12937] receiver on device 1 thread ended (pid=5346, tid=12937) Apr 21 14:40:06 lin-tv vdr: [12989] receiver on device 1 thread started (pid=5346, tid=12989) Apr 21 14:40:06 lin-tv vdr: [12990] TS buffer on device 1 thread started (pid=5346, tid=12990) Apr 21 14:40:07 lin-tv vdr: [12988] cVideoRepacker: switching to MPEG1/2 mode Apr 21 14:40:07 lin-tv vdr: [12988] cVideoRepacker: operating in MPEG1/2 mode |
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 |
pr 21 14:51:37 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:51:55 lin-tv last message repeated 2 times Apr 21 14:51:59 lin-tv vdr: [15137] ERROR: no useful data seen within 10521232 byte of video stream Apr 21 14:52:04 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:52:13 lin-tv vdr: [5368] frontend 1 timed out while tuning to channel 0, tp 538 Apr 21 14:52:13 lin-tv kernel: dvb_frontend_ioctl: FESTATE_RETUNE: fepriv->state=2 Apr 21 14:52:15 lin-tv vdr: [9222] [core.auStats] EMM packet load average (1/4/10min) 465 582 615 pks/s Apr 21 14:52:18 lin-tv kernel: ecmhandler 0 fi[9204]: segfault at a695e000 eip b770f4f0 esp ac14bdb0 error 4 Apr 21 14:52:18 lin-tv lircd-0.8.2[2481]: removed client Apr 21 14:52:18 lin-tv logger: Stopping Video Disk Recorder at Mo 21. Apr 14:52:18 CEST 2008 |
Это сообщение уже редактировалось 1 раз/раза, последний раз пользователем »warp« (22.04.2008, 19:01)
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
2008-04-22T23:16:20+02:00 localhost kernel: stb0899_search: set DVB-S2 params 2008-04-22T23:16:20+02:00 localhost kernel: stb6100_set_bandwidth: Bandwidth=48475000 2008-04-22T23:16:20+02:00 localhost kernel: stb6100_get_bandwidth: Bandwidth=48000000 2008-04-22T23:16:20+02:00 localhost kernel: stb6100_set_frequency: Frequency=1842000 2008-04-22T23:16:20+02:00 localhost kernel: stb6100_get_frequency: Frequency=1842011 2008-04-22T23:16:21+02:00 localhost kernel: stb0899_search: set DVB-S2 params 2008-04-22T23:16:21+02:00 localhost kernel: stb6100_set_bandwidth: Bandwidth=48475000 2008-04-22T23:16:21+02:00 localhost kernel: stb6100_get_bandwidth: Bandwidth=48000000 2008-04-22T23:16:21+02:00 localhost kernel: stb6100_set_frequency: Frequency=1842000 2008-04-22T23:16:21+02:00 localhost kernel: stb6100_get_frequency: Frequency=1842011 2008-04-22T23:16:21.412741+02:00 localhost vdr: [26406] TS continuity error (8) 2008-04-22T23:16:21.412752+02:00 localhost vdr: [26406] TS continuity error (12) 2008-04-22T23:16:21.412799+02:00 localhost vdr: [26406] TS continuity error (12) 2008-04-22T23:16:21.412807+02:00 localhost vdr: [26406] TS continuity error (2) 2008-04-22T23:16:21.412814+02:00 localhost vdr: [26406] TS continuity error (8) 2008-04-22T23:16:21.412821+02:00 localhost vdr: [26406] TS continuity error (4) 2008-04-22T23:16:21.412857+02:00 localhost vdr: [26406] TS continuity error (11) 2008-04-22T23:16:21.412865+02:00 localhost vdr: [26406] TS continuity error (5) 2008-04-22T23:16:21.513306+02:00 localhost vdr: [26406] TS continuity error (10) 2008-04-22T23:16:21.513317+02:00 localhost vdr: [26406] TS continuity error (11) 2008-04-22T23:16:46.373220+02:00 localhost vdr: [26406] ERROR: no useful data seen within 10557516 byte of video stream 2008-04-22T23:16:57.070783+02:00 localhost vdr: [26406] PES packet shortened to 8031 bytes (expected: 53463 bytes) 2008-04-22T23:17:00+02:00 localhost kernel: ecmhandler 0 fi[20533]: segfault at ad9f8000 eip b78b84f0 esp acff3db0 error 4 2008-04-22T23:17:00.216614+02:00 localhost lircd-0.8.2[2563]: removed client 2008-04-22T23:17:00.217424+02:00 localhost logger: Stopping Video Disk Recorder at Tue Apr 22 23:17:00 CEST 2008 |
Цитата
Apr 21 14:52:15 lin-tv vdr: [9222] [core.auStats] EMM packet load average (1/4/10min) 465 582 615 pks/s
Apr 21 14:52:18 lin-tv kernel: ecmhandler 0 fi[9204]: segfault at a695e000 eip b770f4f0 esp ac14bdb0 error 4
![]() |
Исходный текст |
1 |
может, софткам глючит ? |
Это сообщение уже редактировалось 1 раз/раза, последний раз пользователем »warp« (23.04.2008, 10:19)
Цитата
Сколько я ни копал в инете, никто не пишет о стабильности работы DVB-S2, все остаются удовлетворены если хоть чтото показало
![]() |
Исходный текст |
1 |
У меня например большие нарекания с простым DVB-S |
Цитата
Со слов пользователя warp
Хорошо, HD-материал тяжеловат для линукса, поэтому и решил пробовать тестирование на Astra 23,5E. Но удовлетворительной работы не добился.
Цитата
У меня уже тоже такое настроение подкрадывается - взять и отложить всё до лучших времён. По моему лучше подождать кернела с поддержкой DVB-S2 карт. Под виндой работает, и фиг с ним.
![]() |
Исходный текст |
1 |
собираю arvdr 0.7 без HDTV |
Это сообщение уже редактировалось 1 раз/раза, последний раз пользователем »warp« (23.04.2008, 14:42)
Цитата
если никто не будет тормошить Ману и разработчиков ffmpeg эти самые лучшие времена могут и не наступить. Так что я призываю не останавливаться
Это сообщение уже редактировалось 2 раз/раза, последний раз пользователем »jegres56« (23.04.2008, 21:20)
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Apr 24 23:17:15 lin-tv vdr: [3722] cVideoRepacker: operating in H.264 mode Apr 24 23:17:16 lin-tv vdr: [18086] frontend 0 timed out while tuning to channel 0, tp 538 Apr 24 23:17:16 lin-tv vdr: [3722] SetBrokenLink: no GOP header found in video packet Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 70% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 60% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 70% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 60% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 70% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 80% (tid=3722) Apr 24 23:17:58 lin-tv vdr: [3723] buffer usage: 90% (tid=3722) Apr 24 23:17:59 lin-tv vdr: [3722] clearing transfer buffer to avoid overflows Apr 24 23:17:59 lin-tv vdr: [3723] buffer usage: 100% (tid=3722) Apr 24 23:17:59 lin-tv vdr: [3723] ERROR: 3593 ring buffer overflows (675473 bytes dropped) Apr 24 23:18:01 lin-tv vdr: [3723] buffer usage: 0% (tid=3722) Apr 24 23:18:01 lin-tv vdr: [3722] TS continuity error (10) Apr 24 23:18:01 lin-tv vdr: [3722] TS continuity error (6) Apr 24 23:18:01 lin-tv vdr: [3722] cVideoRepacker: operating in H.264 mode Apr 24 23:18:02 lin-tv vdr: [3722] SetBrokenLink: no GOP header found in video packet Apr 24 23:18:19 lin-tv vdr: [18086] frontend 0 timed out while tuning to channel 0, tp 538 Apr 24 23:19:22 lin-tv vdr: [18086] frontend 0 timed out while tuning to channel 0, tp 538 Apr 24 23:20:25 lin-tv vdr: [18086] frontend 0 timed out while tuning to channel 0, tp 538 |
Цитата
Сегодняшний мультипрото бегает уже лучше, видать Ману немного подкрутил
![]() |
Исходный текст |
1 2 3 4 5 |
changeset: 7213:46df93f7bcee tag: tip user: Manu Abraham <manu@linuxtv.org> date: Sun Apr 13 17:52:40 2008 +0400 summary: Support DVBFE_SET_DELSYS Backward compatibility |
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
mplayer -vo xv -ni -fps 30 -lavdopts threads=2 001.vdr MPlayer dev-SVN-r26515-4.2.3 (C) 2000-2008 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 6400+ (Family: 15, Model: 67, Stepping: 3) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Kompiliert fьr x86 CPU mit folgenden Erweiterungen: MMX MMX2 3DNow 3DNowEx SSE SSE2 Spiele 001.vdr. MPEG-PES-Dateiformat erkannt! Zu viele Audiopakete im Puffer: (4096 in 7340032 Bytes). Vielleicht spielst du eine(n) nicht-interleaved Stream/Datei, oder der Codec funktioniert nicht. Versuche bei AVI-Dateien, den nicht-interleaved Modus mit der Option -ni zu erzwingen. MPEG: FATAL: EOF (Ende der Datei) wдhrend der Suche nach Sequenzheader. Video: Kann Eigenschaften nicht lesen. ========================================================================== Цffne Audiodecoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000) Ausgewдhlter Audiocodec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Video: kein Video Starte Wiedergabe... A:61462.2 (17:04:22.2) of 788.2 (13:08.1) 0.2% |
![]() |
Исходный текст |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
No accelerated IMDCT transform found [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]no frame! [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]B picture before any references, skipping [h264 @ 0xad00c8f0]decode_slice_header error [h264 @ 0xad00c8f0]no frame! |