Mercurial > mplayer.hg
annotate stream/stream_dvb.c @ 21708:3275c971bbea
small wording/markup improvements
author | diego |
---|---|
date | Fri, 22 Dec 2006 05:33:17 +0000 |
parents | 64a2ae04a33a |
children | 8032b9d9349d |
rev | line source |
---|---|
19296 | 1 /* |
2 | |
3 dvbstream | |
4 (C) Dave Chapman <dave@dchapman.com> 2001, 2002. | |
5 | |
6 The latest version can be found at http://www.linuxstb.org/dvbstream | |
7 | |
8 Modified for use with MPlayer, for details see the changelog at | |
9 http://svn.mplayerhq.hu/mplayer/trunk/ | |
10 $Id$ | |
11 | |
12 Copyright notice: | |
13 | |
14 This program is free software; you can redistribute it and/or modify | |
15 it under the terms of the GNU General Public License as published by | |
16 the Free Software Foundation; either version 2 of the License, or | |
17 (at your option) any later version. | |
18 | |
19 This program is distributed in the hope that it will be useful, | |
20 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 GNU General Public License for more details. | |
23 | |
24 You should have received a copy of the GNU General Public License | |
25 along with this program; if not, write to the Free Software | |
26 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
27 | |
28 */ | |
29 | |
30 #include "config.h" | |
31 #include <stdio.h> | |
32 #include <stdlib.h> | |
33 #include <string.h> | |
34 #include <ctype.h> | |
35 #include <sys/ioctl.h> | |
36 #include <sys/time.h> | |
37 #include <sys/poll.h> | |
38 #include <unistd.h> | |
39 #include <fcntl.h> | |
40 #include <errno.h> | |
41 | |
42 #include "stream.h" | |
19312
ab8d6b6deb63
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
ben
parents:
19296
diff
changeset
|
43 #include "libmpdemux/demuxer.h" |
19296 | 44 #include "help_mp.h" |
45 #include "m_option.h" | |
46 #include "m_struct.h" | |
47 | |
48 #include "dvbin.h" | |
49 | |
50 | |
51 #define MAX_CHANNELS 8 | |
52 #define CHANNEL_LINE_LEN 256 | |
53 #define min(a, b) ((a) <= (b) ? (a) : (b)) | |
54 | |
55 | |
56 //TODO: CAMBIARE list_ptr e da globale a per_priv | |
57 | |
58 | |
59 static struct stream_priv_s | |
60 { | |
61 char *prog; | |
62 int card; | |
63 char *type; | |
64 int vid, aid; | |
65 int timeout; | |
66 char *file; | |
67 } | |
68 stream_defaults = | |
69 { | |
70 "", 1, "", 0, 0, 30, NULL | |
71 }; | |
72 | |
73 #define ST_OFF(f) M_ST_OFF(struct stream_priv_s, f) | |
74 | |
75 /// URL definition | |
76 static m_option_t stream_params[] = { | |
77 {"prog", ST_OFF(prog), CONF_TYPE_STRING, 0, 0 ,0, NULL}, | |
78 {"card", ST_OFF(card), CONF_TYPE_INT, M_OPT_RANGE, 1, 4, NULL}, | |
79 {"type", ST_OFF(type), CONF_TYPE_STRING, 0, 0 ,0, NULL}, | |
80 {"vid", ST_OFF(vid), CONF_TYPE_INT, 0, 0 ,0, NULL}, | |
81 {"aid", ST_OFF(aid), CONF_TYPE_INT, 0, 0 ,0, NULL}, | |
82 {"timeout",ST_OFF(timeout), CONF_TYPE_INT, M_OPT_RANGE, 1, 30, NULL}, | |
83 {"file", ST_OFF(file), CONF_TYPE_STRING, 0, 0 ,0, NULL}, | |
84 | |
85 {"hostname", ST_OFF(prog), CONF_TYPE_STRING, 0, 0, 0, NULL }, | |
86 {"username", ST_OFF(card), CONF_TYPE_INT, M_OPT_RANGE, 1, 4, NULL}, | |
87 {NULL, NULL, 0, 0, 0, 0, NULL} | |
88 }; | |
89 | |
90 static struct m_struct_st stream_opts = { | |
91 "dvbin", | |
92 sizeof(struct stream_priv_s), | |
93 &stream_defaults, | |
94 stream_params | |
95 }; | |
96 | |
97 | |
98 | |
99 m_option_t dvbin_opts_conf[] = { | |
100 {"prog", &stream_defaults.prog, CONF_TYPE_STRING, 0, 0 ,0, NULL}, | |
101 {"card", &stream_defaults.card, CONF_TYPE_INT, M_OPT_RANGE, 1, 4, NULL}, | |
102 {"type", "DVB card type is autodetected and can't be overridden\n", CONF_TYPE_PRINT, CONF_NOCFG, 0 ,0, NULL}, | |
103 {"vid", &stream_defaults.vid, CONF_TYPE_INT, 0, 0 ,0, NULL}, | |
104 {"aid", &stream_defaults.aid, CONF_TYPE_INT, 0, 0 ,0, NULL}, | |
105 {"timeout", &stream_defaults.timeout, CONF_TYPE_INT, M_OPT_RANGE, 1, 30, NULL}, | |
106 {"file", &stream_defaults.file, CONF_TYPE_STRING, 0, 0 ,0, NULL}, | |
107 | |
108 {NULL, NULL, 0, 0, 0, 0, NULL} | |
109 }; | |
110 | |
111 | |
112 | |
113 | |
114 extern int dvb_set_ts_filt(int fd, uint16_t pid, dmx_pes_type_t pestype); | |
115 extern int dvb_demux_stop(int fd); | |
116 extern int dvb_get_tuner_type(int fd); | |
117 int dvb_open_devices(dvb_priv_t *priv, int n, int demux_cnt, int *pids); | |
118 int dvb_fix_demuxes(dvb_priv_t *priv, int cnt, int *pids); | |
119 | |
120 extern int dvb_tune(dvb_priv_t *priv, int freq, char pol, int srate, int diseqc, int tone, | |
121 fe_spectral_inversion_t specInv, fe_modulation_t modulation, fe_guard_interval_t guardInterval, | |
122 fe_transmit_mode_t TransmissionMode, fe_bandwidth_t bandWidth, fe_code_rate_t HP_CodeRate, | |
123 fe_code_rate_t LP_CodeRate, fe_hierarchy_t hier, int timeout); | |
124 extern char *dvb_dvrdev[4], *dvb_demuxdev[4], *dvb_frontenddev[4]; | |
125 | |
126 static dvb_config_t *dvb_config = NULL; | |
127 | |
128 | |
129 static dvb_channels_list *dvb_get_channels(char *filename, int type) | |
130 { | |
131 dvb_channels_list *list; | |
132 FILE *f; | |
133 char line[CHANNEL_LINE_LEN], *colon; | |
134 | |
135 int fields, cnt, pcnt, k; | |
21033
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
136 int has8192; |
19296 | 137 dvb_channel_t *ptr, *tmp, chn; |
138 char tmp_lcr[256], tmp_hier[256], inv[256], bw[256], cr[256], mod[256], transm[256], gi[256], vpid_str[256], apid_str[256]; | |
139 const char *cbl_conf = "%d:%255[^:]:%d:%255[^:]:%255[^:]:%255[^:]:%255[^:]\n"; | |
140 const char *sat_conf = "%d:%c:%d:%d:%255[^:]:%255[^:]\n"; | |
141 const char *ter_conf = "%d:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]:%255[^:]\n"; | |
142 const char *atsc_conf = "%d:%255[^:]:%255[^:]:%255[^:]\n"; | |
143 | |
144 mp_msg(MSGT_DEMUX, MSGL_V, "CONFIG_READ FILE: %s, type: %d\n", filename, type); | |
145 if((f=fopen(filename, "r"))==NULL) | |
146 { | |
147 mp_msg(MSGT_DEMUX, MSGL_FATAL, "CAN'T READ CONFIG FILE %s\n", filename); | |
148 return NULL; | |
149 } | |
150 | |
151 list = malloc(sizeof(dvb_channels_list)); | |
152 if(list == NULL) | |
153 { | |
154 fclose(f); | |
155 mp_msg(MSGT_DEMUX, MSGL_V, "DVB_GET_CHANNELS: couldn't malloc enough memory\n"); | |
156 return NULL; | |
157 } | |
158 | |
159 ptr = &chn; | |
160 list->NUM_CHANNELS = 0; | |
161 list->channels = NULL; | |
162 while(! feof(f)) | |
163 { | |
164 if( fgets(line, CHANNEL_LINE_LEN, f) == NULL ) | |
165 continue; | |
166 | |
167 if((line[0] == '#') || (strlen(line) == 0)) | |
168 continue; | |
169 | |
21464 | 170 colon = strchr(line, ':'); |
19296 | 171 if(colon) |
172 { | |
173 k = colon - line; | |
174 if(!k) | |
175 continue; | |
176 ptr->name = (char*) malloc(k+1); | |
177 if(! ptr->name) | |
178 continue; | |
179 strncpy(ptr->name, line, k); | |
180 ptr->name[k] = 0; | |
181 } | |
182 else | |
183 continue; | |
184 k++; | |
185 apid_str[0] = vpid_str[0] = 0; | |
186 ptr->pids_cnt = 0; | |
187 ptr->freq = 0; | |
188 if(type == TUNER_TER) | |
189 { | |
190 fields = sscanf(&line[k], ter_conf, | |
191 &ptr->freq, inv, bw, cr, tmp_lcr, mod, | |
192 transm, gi, tmp_hier, vpid_str, apid_str); | |
193 mp_msg(MSGT_DEMUX, MSGL_V, | |
194 "TER, NUM: %d, NUM_FIELDS: %d, NAME: %s, FREQ: %d", | |
195 list->NUM_CHANNELS, fields, ptr->name, ptr->freq); | |
196 } | |
197 else if(type == TUNER_CBL) | |
198 { | |
199 fields = sscanf(&line[k], cbl_conf, | |
200 &ptr->freq, inv, &ptr->srate, | |
201 cr, mod, vpid_str, apid_str); | |
202 mp_msg(MSGT_DEMUX, MSGL_V, | |
203 "CBL, NUM: %d, NUM_FIELDS: %d, NAME: %s, FREQ: %d, SRATE: %d", | |
204 list->NUM_CHANNELS, fields, ptr->name, ptr->freq, ptr->srate); | |
205 } | |
206 #ifdef DVB_ATSC | |
207 else if(type == TUNER_ATSC) | |
208 { | |
209 fields = sscanf(&line[k], atsc_conf, | |
210 &ptr->freq, mod, vpid_str, apid_str); | |
211 mp_msg(MSGT_DEMUX, MSGL_V, | |
212 "ATSC, NUM: %d, NUM_FIELDS: %d, NAME: %s, FREQ: %d\n", | |
213 list->NUM_CHANNELS, fields, ptr->name, ptr->freq); | |
214 } | |
215 #endif | |
216 else //SATELLITE | |
217 { | |
218 fields = sscanf(&line[k], sat_conf, | |
219 &ptr->freq, &ptr->pol, &ptr->diseqc, &ptr->srate, vpid_str, apid_str); | |
220 ptr->pol = toupper(ptr->pol); | |
221 ptr->freq *= 1000UL; | |
222 ptr->srate *= 1000UL; | |
223 ptr->tone = -1; | |
224 ptr->inv = INVERSION_AUTO; | |
225 ptr->cr = FEC_AUTO; | |
226 if((ptr->diseqc > 4) || (ptr->diseqc < 0)) | |
227 continue; | |
228 if(ptr->diseqc > 0) | |
229 ptr->diseqc--; | |
230 mp_msg(MSGT_DEMUX, MSGL_V, | |
231 "SAT, NUM: %d, NUM_FIELDS: %d, NAME: %s, FREQ: %d, SRATE: %d, POL: %c, DISEQC: %d", | |
232 list->NUM_CHANNELS, fields, ptr->name, ptr->freq, ptr->srate, ptr->pol, ptr->diseqc); | |
233 } | |
234 | |
235 if(vpid_str[0]) | |
236 { | |
237 pcnt = sscanf(vpid_str, "%d+%d+%d+%d+%d+%d+%d", &ptr->pids[0], &ptr->pids[1], &ptr->pids[2], &ptr->pids[3], | |
238 &ptr->pids[4], &ptr->pids[5], &ptr->pids[6]); | |
239 if(pcnt > 0) | |
240 { | |
241 ptr->pids_cnt = pcnt; | |
242 fields++; | |
243 } | |
244 } | |
245 | |
246 if(apid_str[0]) | |
247 { | |
248 cnt = ptr->pids_cnt; | |
249 pcnt = sscanf(apid_str, "%d+%d+%d+%d+%d+%d+%d+%d", &ptr->pids[cnt], &ptr->pids[cnt+1], &ptr->pids[cnt+2], | |
250 &ptr->pids[cnt+3], &ptr->pids[cnt+4], &ptr->pids[cnt+5], &ptr->pids[cnt+6], &ptr->pids[cnt+7]); | |
251 if(pcnt > 0) | |
252 { | |
253 ptr->pids_cnt += pcnt; | |
254 fields++; | |
255 } | |
256 } | |
257 | |
258 if((fields < 2) || (ptr->pids_cnt <= 0) || (ptr->freq == 0) || (strlen(ptr->name) == 0)) | |
259 continue; | |
260 | |
21033
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
261 has8192 = 0; |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
262 for(cnt = 0; cnt < ptr->pids_cnt; cnt++) |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
263 { |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
264 if(ptr->pids[cnt] == 8192) |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
265 { |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
266 has8192 = 1; |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
267 break; |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
268 } |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
269 } |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
270 if(has8192) |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
271 { |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
272 ptr->pids[0] = 8192; |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
273 ptr->pids_cnt = 1; |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
274 } |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
275 else |
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
276 { |
21034 | 277 ptr->pids[ptr->pids_cnt] = 0; //PID 0 is the PAT |
278 ptr->pids_cnt++; | |
21033
087cad309e9c
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
nicodvb
parents:
20660
diff
changeset
|
279 } |
19296 | 280 mp_msg(MSGT_DEMUX, MSGL_V, " PIDS: "); |
281 for(cnt = 0; cnt < ptr->pids_cnt; cnt++) | |
282 mp_msg(MSGT_DEMUX, MSGL_V, " %d ", ptr->pids[cnt]); | |
283 mp_msg(MSGT_DEMUX, MSGL_V, "\n"); | |
284 | |
285 if((type == TUNER_TER) || (type == TUNER_CBL)) | |
286 { | |
287 if(! strcmp(inv, "INVERSION_ON")) | |
288 ptr->inv = INVERSION_ON; | |
289 else if(! strcmp(inv, "INVERSION_OFF")) | |
290 ptr->inv = INVERSION_OFF; | |
291 else | |
292 ptr->inv = INVERSION_AUTO; | |
293 | |
294 | |
295 if(! strcmp(cr, "FEC_1_2")) | |
296 ptr->cr =FEC_1_2; | |
297 else if(! strcmp(cr, "FEC_2_3")) | |
298 ptr->cr =FEC_2_3; | |
299 else if(! strcmp(cr, "FEC_3_4")) | |
300 ptr->cr =FEC_3_4; | |
301 #ifdef HAVE_DVB_HEAD | |
302 else if(! strcmp(cr, "FEC_4_5")) | |
303 ptr->cr =FEC_4_5; | |
304 else if(! strcmp(cr, "FEC_6_7")) | |
305 ptr->cr =FEC_6_7; | |
306 else if(! strcmp(cr, "FEC_8_9")) | |
307 ptr->cr =FEC_8_9; | |
308 #endif | |
309 else if(! strcmp(cr, "FEC_5_6")) | |
310 ptr->cr =FEC_5_6; | |
311 else if(! strcmp(cr, "FEC_7_8")) | |
312 ptr->cr =FEC_7_8; | |
313 else if(! strcmp(cr, "FEC_NONE")) | |
314 ptr->cr =FEC_NONE; | |
315 else ptr->cr =FEC_AUTO; | |
316 } | |
317 | |
318 | |
319 if((type == TUNER_TER) || (type == TUNER_CBL) || (type == TUNER_ATSC)) | |
320 { | |
321 if(! strcmp(mod, "QAM_128")) | |
322 ptr->mod = QAM_128; | |
323 else if(! strcmp(mod, "QAM_256")) | |
324 ptr->mod = QAM_256; | |
325 else if(! strcmp(mod, "QAM_64")) | |
326 ptr->mod = QAM_64; | |
327 else if(! strcmp(mod, "QAM_32")) | |
328 ptr->mod = QAM_32; | |
329 else if(! strcmp(mod, "QAM_16")) | |
330 ptr->mod = QAM_16; | |
331 #ifdef DVB_ATSC | |
332 else if(! strcmp(mod, "VSB_8") || ! strcmp(mod, "8VSB")) | |
333 ptr->mod = VSB_8; | |
334 else if(! strcmp(mod, "VSB_16") || !strcmp(mod, "16VSB")) | |
335 ptr->mod = VSB_16; | |
336 | |
337 ptr->inv = INVERSION_AUTO; | |
338 #endif | |
339 } | |
340 | |
341 if(type == TUNER_TER) | |
342 { | |
343 if(! strcmp(bw, "BANDWIDTH_6_MHZ")) | |
344 ptr->bw = BANDWIDTH_6_MHZ; | |
345 else if(! strcmp(bw, "BANDWIDTH_7_MHZ")) | |
346 ptr->bw = BANDWIDTH_7_MHZ; | |
347 else if(! strcmp(bw, "BANDWIDTH_8_MHZ")) | |
348 ptr->bw = BANDWIDTH_8_MHZ; | |
349 | |
350 | |
351 if(! strcmp(transm, "TRANSMISSION_MODE_2K")) | |
352 ptr->trans = TRANSMISSION_MODE_2K; | |
353 else if(! strcmp(transm, "TRANSMISSION_MODE_8K")) | |
354 ptr->trans = TRANSMISSION_MODE_8K; | |
355 | |
356 | |
357 if(! strcmp(gi, "GUARD_INTERVAL_1_32")) | |
358 ptr->gi = GUARD_INTERVAL_1_32; | |
359 else if(! strcmp(gi, "GUARD_INTERVAL_1_16")) | |
360 ptr->gi = GUARD_INTERVAL_1_16; | |
361 else if(! strcmp(gi, "GUARD_INTERVAL_1_8")) | |
362 ptr->gi = GUARD_INTERVAL_1_8; | |
363 else ptr->gi = GUARD_INTERVAL_1_4; | |
364 | |
365 if(! strcmp(tmp_lcr, "FEC_1_2")) | |
366 ptr->cr_lp =FEC_1_2; | |
367 else if(! strcmp(tmp_lcr, "FEC_2_3")) | |
368 ptr->cr_lp =FEC_2_3; | |
369 else if(! strcmp(tmp_lcr, "FEC_3_4")) | |
370 ptr->cr_lp =FEC_3_4; | |
371 #ifdef HAVE_DVB_HEAD | |
372 else if(! strcmp(tmp_lcr, "FEC_4_5")) | |
373 ptr->cr_lp =FEC_4_5; | |
374 else if(! strcmp(tmp_lcr, "FEC_6_7")) | |
375 ptr->cr_lp =FEC_6_7; | |
376 else if(! strcmp(tmp_lcr, "FEC_8_9")) | |
377 ptr->cr_lp =FEC_8_9; | |
378 #endif | |
379 else if(! strcmp(tmp_lcr, "FEC_5_6")) | |
380 ptr->cr_lp =FEC_5_6; | |
381 else if(! strcmp(tmp_lcr, "FEC_7_8")) | |
382 ptr->cr_lp =FEC_7_8; | |
383 else if(! strcmp(tmp_lcr, "FEC_NONE")) | |
384 ptr->cr_lp =FEC_NONE; | |
385 else ptr->cr_lp =FEC_AUTO; | |
386 | |
387 | |
388 if(! strcmp(tmp_hier, "HIERARCHY_1")) | |
389 ptr->hier = HIERARCHY_1; | |
390 else if(! strcmp(tmp_hier, "HIERARCHY_2")) | |
391 ptr->hier = HIERARCHY_2; | |
392 else if(! strcmp(tmp_hier, "HIERARCHY_4")) | |
393 ptr->hier = HIERARCHY_4; | |
394 #ifdef HAVE_DVB_HEAD | |
395 else if(! strcmp(tmp_hier, "HIERARCHY_AUTO")) | |
396 ptr->hier = HIERARCHY_AUTO; | |
397 #endif | |
398 else ptr->hier = HIERARCHY_NONE; | |
399 } | |
400 | |
401 tmp = (dvb_channel_t*)realloc(list->channels, sizeof(dvb_channel_t) * (list->NUM_CHANNELS + 1)); | |
402 if(tmp == NULL) | |
403 break; | |
404 | |
405 list->channels = tmp; | |
406 memcpy(&(list->channels[list->NUM_CHANNELS]), ptr, sizeof(dvb_channel_t)); | |
407 list->NUM_CHANNELS++; | |
408 if(sizeof(dvb_channel_t) * list->NUM_CHANNELS >= 1024*1024) | |
409 { | |
410 mp_msg(MSGT_DEMUX, MSGL_V, "dvbin.c, > 1MB allocated for channels struct, dropping the rest of the file\r\n"); | |
411 break; | |
412 } | |
413 } | |
414 | |
415 fclose(f); | |
416 if(list->NUM_CHANNELS == 0) | |
417 { | |
418 if(list->channels != NULL) | |
419 free(list->channels); | |
420 free(list); | |
421 return NULL; | |
422 } | |
423 | |
424 list->current = 0; | |
425 return list; | |
426 } | |
427 | |
428 | |
429 | |
430 static int dvb_streaming_read(stream_t *stream, char *buffer, int size) | |
431 { | |
432 struct pollfd pfds[1]; | |
433 int pos=0, tries, rk, fd; | |
434 dvb_priv_t *priv = (dvb_priv_t *) stream->priv; | |
435 | |
436 mp_msg(MSGT_DEMUX, MSGL_DBG3, "dvb_streaming_read(%d)\n", size); | |
437 | |
438 tries = priv->retry + 1; | |
439 | |
440 fd = stream->fd; | |
441 while(pos < size) | |
442 { | |
443 pfds[0].fd = fd; | |
444 pfds[0].events = POLLIN | POLLPRI; | |
445 | |
446 rk = size - pos; | |
447 if(poll(pfds, 1, 500) <= 0) | |
448 { | |
449 errno = 0; | |
450 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_streaming_read, attempt N. %d failed with errno %d when reading %d bytes\n", tries, errno, size-pos); | |
451 if(--tries > 0) | |
452 continue; | |
453 else | |
454 break; | |
455 } | |
456 if((rk = read(fd, &buffer[pos], rk)) > 0) | |
457 { | |
458 pos += rk; | |
459 mp_msg(MSGT_DEMUX, MSGL_DBG3, "ret (%d) bytes\n", pos); | |
460 } | |
461 } | |
462 | |
463 | |
464 if(! pos) | |
465 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_streaming_read, return %d bytes\n", pos); | |
466 | |
467 return pos; | |
468 } | |
469 | |
470 static void dvbin_close(stream_t *stream); | |
471 | |
472 int dvb_set_channel(dvb_priv_t *priv, int card, int n) | |
473 { | |
474 dvb_channels_list *new_list; | |
475 dvb_channel_t *channel; | |
476 stream_t *stream = (stream_t*) priv->stream; | |
477 char buf[4096]; | |
478 dvb_config_t *conf = (dvb_config_t *) priv->config; | |
479 int devno; | |
480 int i; | |
481 | |
482 if((card < 0) || (card > conf->count)) | |
483 { | |
484 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_set_channel: INVALID CARD NUMBER: %d vs %d, abort\n", card, conf->count); | |
485 return 0; | |
486 } | |
487 | |
488 devno = conf->cards[card].devno; | |
489 new_list = conf->cards[card].list; | |
490 if((n > new_list->NUM_CHANNELS) || (n < 0)) | |
491 { | |
492 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_set_channel: INVALID CHANNEL NUMBER: %d, for card %d, abort\n", n, card); | |
493 return 0; | |
494 } | |
495 channel = &(new_list->channels[n]); | |
496 | |
497 if(priv->is_on) //the fds are already open and we have to stop the demuxers | |
498 { | |
499 for(i = 0; i < priv->demux_fds_cnt; i++) | |
500 dvb_demux_stop(priv->demux_fds[i]); | |
501 | |
502 priv->retry = 0; | |
503 while(dvb_streaming_read(stream, buf, 4096) > 0); //empty both the stream's and driver's buffer | |
504 if(priv->card != card) | |
505 { | |
506 dvbin_close(stream); | |
507 if(! dvb_open_devices(priv, devno, channel->pids_cnt, channel->pids)) | |
508 { | |
509 mp_msg(MSGT_DEMUX, MSGL_ERR, "DVB_SET_CHANNEL, COULDN'T OPEN DEVICES OF CARD: %d, EXIT\n", card); | |
510 return 0; | |
511 } | |
512 } | |
513 else //close all demux_fds with pos > pids required for the new channel or open other demux_fds if we have too few | |
514 { | |
515 if(! dvb_fix_demuxes(priv, channel->pids_cnt, channel->pids)) | |
516 return 0; | |
517 } | |
518 } | |
519 else | |
520 { | |
521 if(! dvb_open_devices(priv, devno, channel->pids_cnt, channel->pids)) | |
522 { | |
523 mp_msg(MSGT_DEMUX, MSGL_ERR, "DVB_SET_CHANNEL2, COULDN'T OPEN DEVICES OF CARD: %d, EXIT\n", card); | |
524 return 0; | |
525 } | |
526 } | |
527 | |
528 dvb_config->priv = priv; | |
529 priv->card = card; | |
530 priv->list = new_list; | |
531 priv->retry = 5; | |
532 new_list->current = n; | |
533 stream->fd = priv->dvr_fd; | |
534 mp_msg(MSGT_DEMUX, MSGL_V, "DVB_SET_CHANNEL: new channel name=%s, card: %d, channel %d\n", channel->name, card, n); | |
535 | |
536 stream->eof=1; | |
537 stream_reset(stream); | |
538 | |
539 | |
20659
31b525f90395
nonsense removal: compare old and new frequency in order to skip tuning
nicodvb
parents:
19312
diff
changeset
|
540 if(channel->freq != priv->last_freq) |
19296 | 541 if (! dvb_tune(priv, channel->freq, channel->pol, channel->srate, channel->diseqc, channel->tone, |
542 channel->inv, channel->mod, channel->gi, channel->trans, channel->bw, channel->cr, channel->cr_lp, channel->hier, priv->timeout)) | |
543 return 0; | |
544 | |
20659
31b525f90395
nonsense removal: compare old and new frequency in order to skip tuning
nicodvb
parents:
19312
diff
changeset
|
545 priv->last_freq = channel->freq; |
19296 | 546 priv->is_on = 1; |
547 | |
548 //sets demux filters and restart the stream | |
549 for(i = 0; i < channel->pids_cnt; i++) | |
550 { | |
551 if(! dvb_set_ts_filt(priv->demux_fds[i], channel->pids[i], DMX_PES_OTHER)) | |
552 return 0; | |
553 } | |
554 | |
555 return 1; | |
556 } | |
557 | |
558 | |
559 | |
560 int dvb_step_channel(dvb_priv_t *priv, int dir) | |
561 { | |
562 int new_current; | |
563 dvb_channels_list *list; | |
564 | |
565 mp_msg(MSGT_DEMUX, MSGL_V, "DVB_STEP_CHANNEL dir %d\n", dir); | |
566 | |
567 if(priv == NULL) | |
568 { | |
569 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_step_channel: NULL priv_ptr, quit\n"); | |
570 return 0; | |
571 } | |
572 | |
573 list = priv->list; | |
574 if(list == NULL) | |
575 { | |
576 mp_msg(MSGT_DEMUX, MSGL_ERR, "dvb_step_channel: NULL list_ptr, quit\n"); | |
577 return 0; | |
578 } | |
579 | |
580 new_current = (list->NUM_CHANNELS + list->current + (dir == DVB_CHANNEL_HIGHER ? 1 : -1)) % list->NUM_CHANNELS; | |
581 | |
582 return dvb_set_channel(priv, priv->card, new_current); | |
583 } | |
584 | |
585 | |
586 | |
587 | |
588 extern char *get_path(const char *); | |
589 | |
590 static void dvbin_close(stream_t *stream) | |
591 { | |
592 int i; | |
593 dvb_priv_t *priv = (dvb_priv_t *) stream->priv; | |
594 | |
595 for(i = priv->demux_fds_cnt-1; i >= 0; i--) | |
596 { | |
597 priv->demux_fds_cnt--; | |
598 mp_msg(MSGT_DEMUX, MSGL_V, "DVBIN_CLOSE, close(%d), fd=%d, COUNT=%d\n", i, priv->demux_fds[i], priv->demux_fds_cnt); | |
599 close(priv->demux_fds[i]); | |
600 } | |
601 close(priv->dvr_fd); | |
602 | |
603 close(priv->fe_fd); | |
604 #ifdef HAVE_DVB | |
605 close(priv->sec_fd); | |
606 #endif | |
607 | |
608 priv->is_on = 0; | |
609 dvb_config->priv = NULL; | |
610 } | |
611 | |
612 | |
613 static int dvb_streaming_start(dvb_priv_t *priv, struct stream_priv_s *opts, int tuner_type, char *progname) | |
614 { | |
615 int i; | |
616 dvb_channel_t *channel = NULL; | |
617 stream_t *stream = (stream_t*) priv->stream; | |
618 | |
619 mp_msg(MSGT_DEMUX, MSGL_V, "\r\ndvb_streaming_start(PROG: %s, CARD: %d, VID: %d, AID: %d, TYPE: %s, FILE: %s)\r\n", | |
620 opts->prog, opts->card, opts->vid, opts->aid, opts->type, opts->file); | |
621 | |
622 priv->is_on = 0; | |
623 | |
624 i = 0; | |
625 while((channel == NULL) && i < priv->list->NUM_CHANNELS) | |
626 { | |
627 if(! strcmp(priv->list->channels[i].name, progname)) | |
628 channel = &(priv->list->channels[i]); | |
629 | |
630 i++; | |
631 } | |
632 | |
633 if(channel != NULL) | |
634 { | |
635 priv->list->current = i-1; | |
636 mp_msg(MSGT_DEMUX, MSGL_V, "PROGRAM NUMBER %d: name=%s, freq=%u\n", i-1, channel->name, channel->freq); | |
637 } | |
638 else | |
639 { | |
640 mp_msg(MSGT_DEMUX, MSGL_ERR, "\n\nDVBIN: no such channel \"%s\"\n\n", progname); | |
641 return 0; | |
642 } | |
643 | |
644 | |
645 if(!dvb_set_channel(priv, priv->card, priv->list->current)) | |
646 { | |
647 mp_msg(MSGT_DEMUX, MSGL_ERR, "ERROR, COULDN'T SET CHANNEL %i: ", priv->list->current); | |
648 dvbin_close(stream); | |
649 return 0; | |
650 } | |
651 | |
652 mp_msg(MSGT_DEMUX, MSGL_V, "SUCCESSFUL EXIT from dvb_streaming_start\n"); | |
653 | |
654 return 1; | |
655 } | |
656 | |
657 | |
658 | |
659 | |
660 static int dvb_open(stream_t *stream, int mode, void *opts, int *file_format) | |
661 { | |
662 // I don't force the file format bacause, although it's almost always TS, | |
663 // there are some providers that stream an IP multicast with M$ Mpeg4 inside | |
664 struct stream_priv_s* p = (struct stream_priv_s*)opts; | |
665 dvb_priv_t *priv; | |
666 char *progname; | |
21241
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
667 int tuner_type = 0, i; |
19296 | 668 |
669 | |
670 if(mode != STREAM_READ) | |
671 return STREAM_UNSUPORTED; | |
672 | |
20660 | 673 stream->priv = (dvb_priv_t*) calloc(1, sizeof(dvb_priv_t)); |
19296 | 674 if(stream->priv == NULL) |
675 return STREAM_ERROR; | |
676 | |
677 priv = (dvb_priv_t *)stream->priv; | |
678 priv->stream = stream; | |
679 dvb_config = dvb_get_config(); | |
680 if(dvb_config == NULL) | |
681 { | |
682 free(priv); | |
683 mp_msg(MSGT_DEMUX, MSGL_ERR, "DVB CONFIGURATION IS EMPTY, exit\n"); | |
684 return STREAM_ERROR; | |
685 } | |
686 dvb_config->priv = priv; | |
687 priv->config = dvb_config; | |
688 | |
21241
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
689 priv->card = -1; |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
690 for(i=0; i<priv->config->count; i++) |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
691 { |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
692 if(priv->config->cards[i].devno+1 == p->card) |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
693 { |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
694 priv->card = i; |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
695 break; |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
696 } |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
697 } |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
698 |
6e3fb3e851ac
match exactly card number N specified, rather than the N-th actually usable
nicodvb
parents:
21034
diff
changeset
|
699 if(priv->card == -1) |
19296 | 700 { |
701 free(priv); | |
702 mp_msg(MSGT_DEMUX, MSGL_ERR, "NO CONFIGURATION FOUND FOR CARD N. %d, exit\n", p->card); | |
703 return STREAM_ERROR; | |
704 } | |
705 priv->timeout = p->timeout; | |
706 | |
707 tuner_type = priv->config->cards[priv->card].type; | |
708 | |
709 if(tuner_type == 0) | |
710 { | |
711 free(priv); | |
712 mp_msg(MSGT_DEMUX, MSGL_V, "OPEN_DVB: UNKNOWN OR UNDETECTABLE TUNER TYPE, EXIT\n"); | |
713 return STREAM_ERROR; | |
714 } | |
715 | |
716 | |
717 priv->tuner_type = tuner_type; | |
718 | |
719 mp_msg(MSGT_DEMUX, MSGL_V, "OPEN_DVB: prog=%s, card=%d, type=%d, vid=%d, aid=%d\n", | |
720 p->prog, priv->card+1, priv->tuner_type, p->vid, p->aid); | |
721 | |
722 priv->list = priv->config->cards[priv->card].list; | |
723 | |
724 if((! strcmp(p->prog, "")) && (priv->list != NULL)) | |
725 progname = priv->list->channels[0].name; | |
726 else | |
727 progname = p->prog; | |
728 | |
729 | |
730 if(! dvb_streaming_start(priv, p, tuner_type, progname)) | |
731 { | |
732 free(stream->priv); | |
733 stream->priv = NULL; | |
734 return STREAM_ERROR; | |
735 } | |
736 | |
737 stream->type = STREAMTYPE_DVB; | |
738 stream->fill_buffer = dvb_streaming_read; | |
739 stream->close = dvbin_close; | |
740 m_struct_free(&stream_opts, opts); | |
741 | |
742 *file_format = DEMUXER_TYPE_MPEG_TS; | |
743 | |
744 return STREAM_OK; | |
745 } | |
746 | |
747 #define MAX_CARDS 4 | |
748 dvb_config_t *dvb_get_config(void) | |
749 { | |
750 int i, fd, type, size; | |
751 char filename[30], *conf_file, *name; | |
752 dvb_channels_list *list; | |
753 dvb_card_config_t *cards = NULL, *tmp; | |
754 dvb_config_t *conf = NULL; | |
755 | |
756 if(dvb_config != NULL) | |
757 return dvb_config; | |
758 | |
759 conf = (dvb_config_t*) malloc(sizeof(dvb_config_t)); | |
760 if(conf == NULL) | |
761 return NULL; | |
762 | |
763 conf->priv = NULL; | |
764 conf->count = 0; | |
765 conf->cards = NULL; | |
766 for(i=0; i<MAX_CARDS; i++) | |
767 { | |
768 sprintf(filename, "/dev/dvb/adapter%d/frontend0", i); | |
769 fd = open(filename, O_RDWR | O_NONBLOCK); | |
770 if(fd < 0) | |
771 { | |
772 mp_msg(MSGT_DEMUX, MSGL_V, "DVB_CONFIG, can't open device %s, skipping\n", filename); | |
773 continue; | |
774 } | |
775 | |
776 type = dvb_get_tuner_type(fd); | |
777 close(fd); | |
778 if(type != TUNER_SAT && type != TUNER_TER && type != TUNER_CBL && type != TUNER_ATSC) | |
779 { | |
780 mp_msg(MSGT_DEMUX, MSGL_V, "DVB_CONFIG, can't detect tuner type of card %d, skipping\n", i); | |
781 continue; | |
782 } | |
783 | |
784 switch(type) | |
785 { | |
786 case TUNER_TER: | |
787 conf_file = get_path("channels.conf.ter"); | |
788 break; | |
789 case TUNER_CBL: | |
790 conf_file = get_path("channels.conf.cbl"); | |
791 break; | |
792 case TUNER_SAT: | |
793 conf_file = get_path("channels.conf.sat"); | |
794 break; | |
795 case TUNER_ATSC: | |
796 conf_file = get_path("channels.conf.atsc"); | |
797 break; | |
798 } | |
799 | |
800 if((access(conf_file, F_OK | R_OK) != 0)) | |
801 conf_file = get_path("channels.conf"); | |
802 | |
803 list = dvb_get_channels(conf_file, type); | |
804 if(list == NULL) | |
805 continue; | |
806 | |
807 size = sizeof(dvb_card_config_t) * (conf->count + 1); | |
808 tmp = realloc(conf->cards, size); | |
809 | |
810 if(tmp == NULL) | |
811 { | |
812 fprintf(stderr, "DVB_CONFIG, can't realloc %d bytes, skipping\n", size); | |
813 continue; | |
814 } | |
815 cards = tmp; | |
816 | |
817 name = (char*) malloc(20); | |
818 if(name==NULL) | |
819 { | |
820 fprintf(stderr, "DVB_CONFIG, can't realloc 20 bytes, skipping\n"); | |
821 continue; | |
822 } | |
823 | |
824 conf->cards = cards; | |
825 conf->cards[conf->count].devno = i; | |
826 conf->cards[conf->count].list = list; | |
827 conf->cards[conf->count].type = type; | |
828 sprintf(name, "DVB-%c card n. %d", type==TUNER_TER ? 'T' : (type==TUNER_CBL ? 'C' : 'S'), conf->count+1); | |
829 conf->cards[conf->count].name = name; | |
830 conf->count++; | |
831 } | |
832 | |
833 if(conf->count == 0) | |
834 { | |
835 free(conf); | |
836 conf = NULL; | |
837 } | |
838 | |
839 dvb_config = conf; | |
840 return conf; | |
841 } | |
842 | |
843 | |
844 | |
845 stream_info_t stream_info_dvb = { | |
846 "Dvb Input", | |
847 "dvbin", | |
848 "Nico", | |
849 "based on the code from ??? (probably Arpi)", | |
850 dvb_open, | |
851 { "dvb", NULL }, | |
852 &stream_opts, | |
853 1 // Urls are an option string | |
854 }; |