[linux-dvb] Implementing support for multi-channel

2008-03-13 Thread Andrea
drivers that support this or which dvb-api-functions need to be implemented? If you want to extend the driver for the dvb, I'd like to be able to set a filter in the demux for more that 1 pid at a time. Good luck. Andrea ___ linux-dvb mailing list

[linux-dvb] Implementing support for multi-channel

2008-03-12 Thread Andrea
pid filter, so that you can get a full channel in each demux. Hope it helps. Andrea ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] dvb fronted: LOCK but no data received.

2008-03-12 Thread Andrea
ioctl call should I use to know if the fronted is currently active? Anybody has an opinion about that? I know, I cant spell frontend properly :-), but other than that, what would be the correct behavior when opening the frontend in readonly? Andrea

[linux-dvb] dvb fronted: LOCK but no data received.

2008-03-11 Thread Andrea
Hi, I'd like to understand the behavior and meaning of the LOCK returned by the fronted. If I open the fronted in readonly, and ask for the INFO, it is possible that I get a LOCK but no data is actually received. This because the fronted receives data ONLY while it is opened in READ/WRITE.

[linux-dvb] How to start a DVB reception

2008-03-09 Thread Andrea
open. Is it true? I would like to receive the whole TS of whatever is currently tuned. (possibly in read only). Andrea ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] [PATCH] DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resend

2008-03-09 Thread Andrea
-- sends all its streams simultaneously via dvr0 and demuxes again in userland, but it seems a bit of a shame to pick out all the PIDs in kernel, stick them back together in kernel, and send them to userland only to get unpicked again, when the alternative is such a small API addition. Andrea

Re: [linux-dvb] Help using DMX_SET_BUFFER_SIZE

2008-03-03 Thread Andrea
[EMAIL PROTECTED] wrote: Possible solutions: 2) enable the resize of a live ring buffer. Currently: dvb_dvr_write DOES lock the mutex (dmxdev-mutex) dvb_dvr_read DOES NOT lock the mutex (the code to lock the mutex is there, but commented out, why?) Is it enough to lock the

Re: [linux-dvb] Help using DMX_SET_BUFFER_SIZE

2008-03-02 Thread Andrea
Florian Lohoff wrote: On Sat, Mar 01, 2008 at 12:20:05AM +, Andrea wrote: In 2.6.25-rc3 the dvr kernel side looks like this: 1015 switch (cmd) { 1016 case DMX_SET_BUFFER_SIZE: 1017 // FIXME: implement 1018 ret = 0; 1019

Re: [linux-dvb] Help using DMX_SET_BUFFER_SIZE

2008-03-01 Thread Andrea
Florian Lohoff wrote: On Sat, Mar 01, 2008 at 12:20:05AM +, Andrea wrote: on the dvr (I think), but it does not make much of a change. The ioctl call returns success. I've printed a lot of debug output (adding a few dprintk) and this is what I see when I run gnutv. Now, I set

Re: [linux-dvb] RE : Length of /dev/dvb/adapter0/dvr0's buffer.

2008-03-01 Thread Andrea
, which one do I need to set? 3) I can try to implement the above code if needed. Cheers Andrea ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] Help with demux, dvr and ringbuffers

2008-03-01 Thread Andrea
Hi, I've understood a bit more how demux, dvr and rigbuffers work, but I still have a couple of issues. I've been studying tzap, which seems much easier than gnutv. tzap opens the demux twice (audio and video) and then opens the dvr to read the multiplexed data. There are 3 ringbuffers

[linux-dvb] Help using DMX_SET_BUFFER_SIZE

2008-02-29 Thread Andrea
Hi, I've tried to add an extra argument to gnutv to set the size of the dvb_ringbuffer via DMX_SET_BUFFER_SIZE. I have not really understood the difference between dvr and demux. It seems that gnutv uses the dvr to read from the DVB card and then copies the content to a file. I call int

[linux-dvb] Length of /dev/dvb/adapter0/dvr0's buffer.

2008-02-24 Thread Andrea
it is full. 1) how can I make it bigger? 2) how can I check how full it is? Andrea ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] [PATCH] how to make gnutv more resilient

2008-02-24 Thread Andrea
Hi, I usually save TV to a network disk using gnutv. Sometimes I get DVR device read failure The network is wireless, I'm using 54 Mb/s which should be more that enough for at least 1 channel. Sometimes though, under heavy load it stops. I think some network congestion makes gnutv read too

[linux-dvb] Tools to edit TS files

2008-02-15 Thread Andrea
requirement. 1) Reading the Transport Stream page on wikipedia, it seems there is a timer PCR. Can I use it to know about the time? 2) Can I cut at the end of a frame so I avoid spurious frames in the first seconds? But again, does anybody know a tool for that? Andrea

Re: [linux-dvb] Tools to edit TS files

2008-02-15 Thread Andrea
Christophe Thommeret wrote: Le vendredi 15 février 2008 20:39, Andrea a écrit : Hi, I'd like to edit TS files (recorded with gnutv for instance). Basically I'd like to cut, paste and join to skip commercials. Is there a tool for that out there? http://project-x.sourceforge.net

Re: [linux-dvb] Two few channels with KWorld DVB-S 100...

2008-02-11 Thread Andrea Giuliano
Well, clearly I meant too, not two, english is not my language :-) Andrea Giuliano wrote: Hi, I'm new to this list, but before posting this, I have been looking for old posts related to my problems, without results. Here are the facts: 1) I have a brand new KWorld DVB-S 100 2

[linux-dvb] Two few channels with KWorld DVB-S 100...

2008-02-11 Thread Andrea Giuliano
into a standalone FTA decoder, and all missing channels are there. 6) I'm running Debian Etch, with kernel 2.6.1.8-6-686. Any hint would be very much appreciated! Best regards. -- Andrea ___ linux-dvb mailing list linux-dvb@linuxtv.org http

Re: [linux-dvb] What is the MAC of a DVB card?

2008-01-31 Thread Andrea
Josep Colom Ikuno wrote: I´m quite new to DVB, but my guess is that it´s the dvbnet device. It´s possible to receive IP services throught DVB, so I suppose it´s the net device (you also have a frontend and a demux under /dev/dvb/adapterX/) that you can use for that. Is there a way to

[linux-dvb] What is the MAC of a DVB card?

2008-01-30 Thread Andrea
Hi, I've always wanted to ask, but always forgotten... I've got a Hauppauge WinTV NOVA T USB2 and it has a MAC address. What is it useful for? Was it an attempt to access the card over the network? Just curiosity. usb 4-4: new high speed USB device using ehci_hcd and address 3 usb 4-4:

[linux-dvb] speaking about JTVOS and linux-dvb at Sun Developer Days

2008-01-23 Thread Andrea Venturi
://developerdays.dev.java.net/agenda.html You can see the live presentation on ustream.tv: http://www.ustream.tv/sun Thank you for the attention Bye Andrea Venturi [*] Cineca has been developing since many years open source technologies for interactive digital television (like justdvb

Re: [linux-dvb] linux-dvb Digest, Vol 36, Issue 84

2008-01-22 Thread Andrea
://www.linuxtv.org/pipermail/linux-dvb/2008-January/023105.html I've got a Hauppauge WinTV NOVA T USB2. I can't see much of a difference. Tuning with mpalyer is maybe faster, but it is so fast that it is hard to measure. Anyway, so far it has been working. Andrea

[linux-dvb] Patches review for Nova-T-500

2008-01-22 Thread Andrea
://www.linuxtv.org/pipermail/linux-dvb/2008-January/023105.html I've got a Hauppauge WinTV NOVA T USB2. I can't see much of a difference. Tuning with mpalyer is maybe faster, but it is so fast that it is hard to measure. Anyway, so far it has been working. Andrea

Re: [linux-dvb] How can I save an entire TS to a file? Please help me

2008-01-03 Thread Andrea Venturi
, it should be zero.. let's see the file has grown a bit [EMAIL PROTECTED]:/opt$ ls -l /tmp/prova.ts -rw-r--r-- 1 andrea andrea 17268552 2008-01-03 18:28 /tmp/prova.ts now it's time to play it with VLC: running with vlc you get some continuity errors only at the beginning (just to synchronize

[linux-dvb] [PATCH] missing symbols for DB3000MC

2007-12-09 Thread Andrea
Hi, since this changeset on Dec 5th http://linuxtv.org/hg/v4l-dvb/rev/e1934fd03664 I cant load modules for my NOVA T USB2 based on a DIB3000MC dvb_usb_nova_t_usb2: Unknown symbol dibusb_dib3000mc_tuner_attach dvb_usb_nova_t_usb2: Unknown symbol dibusb_dib3000mc_frontend_attach I think the

Re: [linux-dvb] RE : linux-dvb and Dektec [was: DVB API update]

2007-10-04 Thread Andrea Venturi
, but i'm open to hear other opinions too.. bye andrea venturi -Thierry -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andrea Venturi Envoyé : mercredi 3 octobre 2007 15:10 À : linux-dvb Objet : Re: [linux-dvb] DVB API update Manu Abraham

Re: [linux-dvb] DVB API update

2007-10-03 Thread Andrea Venturi
for the inbound card (but there's an outgoing path too..), but is this feature valuable? the best usage i can think of, is the dvbsnoop utility for analysis purposes.. anyway i surely can test this driver, if it will spring out! bye andrea venturi Regards, Manu Best Regards, Simon Hailstone

Re: [linux-dvb] DSM-CC questions

2007-08-24 Thread Andrea Venturi
try our livecd but you'll need a DVB-T modulator card like dektec. if you want to use it on a multicast IP network you need to modify a little the scripts. but it depends on the kind of STB you need to feed.. bye andrea venturi ___ linux-dvb mailing list

Re: [linux-dvb] Please help: Looking for a solidly supported DVB-T USB stick

2007-07-22 Thread Andrea Venturi
/treza/mt2266.htm http://www.linuxtv.org/pipermail/linux-dvb/2007-February/016166.html it works reliably as a dual tuner card. the diversity feature is not working (for dual tuner operations, you need both the antennae input connected..) bye andrea venturi

[linux-dvb] JustDVb 2.0 released today..

2007-06-27 Thread Andrea Venturi
://www.cineca.tv/labs/mhplab/index-en.html bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] JTVOS: a wannabe java interactive DTV ..

2007-05-17 Thread Andrea Venturi
!!) on your box. hope you'll enjoy and keep us informed. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] FYI: accelerated video decoding API proposed..

2007-03-28 Thread Andrea Venturi
is a bit longer.. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Bad TS from dvb-t recording?

2007-03-09 Thread Andrea Venturi
of MHP interactive applications. this is actually my main business here in italy, so i'd like to ask you if you can put on a website a 3 min full dump (should be a 500MB size..) to let my download it (then you can erase it..). i like to study what's going on abroad! bye andrea venturi Here

Re: [linux-dvb] Bad TS from dvb-t recording?

2007-03-09 Thread Andrea Venturi
are using HW boxed decoders. hope it helps When playing with mplayer I got video and audio out of sync. How do I fix that? Andrea, I'll come back to you with the MUX-recording. fine bye andrea venturi Regards /Torbjörn 2007/3/9, Andrea Venturi [EMAIL PROTECTED] mailto

Re: [linux-dvb] Bad TS from dvb-t recording?

2007-03-08 Thread Andrea Venturi
/tmp/test.ts and if it works you can switch on every service of the mux with the menu Navigation. hope it helps. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] [RFC] Should a DVB frontend report the board name?

2007-02-08 Thread Andrea Venturi
andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] multiplexing transport streams with SI data

2007-01-29 Thread Andrea Venturi
. let me know if it's useful to you.. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] USB2 DVB-S support

2006-11-14 Thread andrea venturi
andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] hdtv scanning

2006-11-06 Thread Andrea Venturi
the development for newer services is going to be done - you can store the broadcast straight on the disk - the bucks per storage byte index is going lower and lower.. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http

Re: [linux-dvb] Pinnacle 400e USB DVB-S something to try

2006-10-17 Thread Andrea Venturi
that's all as a first report. let me know if you need more info. bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] TS Stream - null packets generation?

2006-10-03 Thread Andrea Venturi
know how it can be corrupted bye andrea venturi ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] JustDVB-IT 0.3: MHP _and_ an open source ip encapsulator..

2004-07-22 Thread Andrea Venturi
tools.. just a (free as freedom) proof of concept, so YMMV! bye andrea venturi

[linux-dvb] GPLed MHP DVB solution.. (alpha!)

2004-07-06 Thread Andrea Venturi
life. let us know what you think about it. bye andrea venturi

[linux-dvb] Re: driver for VP7041 VisionDTV Twinhan USB DVB-T

2004-05-26 Thread Andrea Venturi
Patrick Boettcher wrote: Hi list, I recently bought a VP7041 and was asking on the mailing list, if someone has a working driver or works on one. (http://www.linuxtv.org/mailinglists/linux-dvb/2004/05-2004/msg00223.html) Since I didn't receive an answer, I started to have a look. sorry for me not

[linux-dvb] Re: info visionplus usb-ter

2004-04-28 Thread Andrea Venturi
Peter Schildmann wrote: Hi, On Wed, Apr 21, 2004 at 02:47:37PM +0200, Andrea Venturi wrote: hi, we bought this usb dvb-t visionplus dvb-t usb-ter http://www.visionplus.com.tw/visiontv-2.htm the main business is load any firmware available on the linux host to the chip. but i have not been able

[linux-dvb] info visionplus usb-ter

2004-04-21 Thread Andrea Venturi
there is a sticker telling something about a TD 7022..) and demux should be available on the i2c bus (driven from the cypress chip..) and maybe they answer some discovery query.. that's all for now. do you know if there's some activity on-going about this usb device for linux? thanx in advance andrea

[linux-dvb] operation not permitted

2004-02-10 Thread andrea battistella
NC trying to open /dev/dvb/adapter0/net0 result from ioctl : -1 errno = 0 ioctl message: Operation not permitted Successfully opened network device, please configure the dvb interface so we can see that ioctl fails with message "operation not permitted" in attachmet there is als

[linux-dvb] Re: VHF DVB-T cards?

2004-01-09 Thread Andrea Venturi
Robert Schlabbach wrote: From: Nico [EMAIL PROTECTED] down here in Italy the first DVB-T transmissions are popping up, so I'm searching a good budget card to buy. I want to avoid UHF-only tuners, because VHF is going to be used here. Hauppage doesn't list the tuner specs of their Nova-T cards,

[linux-dvb] Re: tt budget-s unknown subvendor subsystem id 13c2:100f !

2003-12-05 Thread Andrea Venturi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gunther Mayer wrote: | | ~ MAKE_EXTENSION_PCI(ttbs, 0x13c2, 0x100f), | | | | Isn't this a Nova-CI? You need to load the budget-ci.o driver for this | type of cards... | | | Probably this card has the CI connector not soldered. | | exactly.. you can see

[linux-dvb] tt budget-s unknown subvendor subsystem id 13c2:100f !

2003-12-04 Thread Andrea Venturi
has MAC addr = 00:d0:5c:02:b1:02 ... bye andrea venturi -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQE/z3Zji/RI2aqk3sERAvBmAKCvrtVY2tRGYni+NJZ6xP0FF5Tc+ACfdTKU P8ILD6eIELjRs4VT0wG3LjM= =+vqu -END PGP

[linux-dvb] Re: FF cards alter PTS'?

2003-11-19 Thread Andrea Venturi
sister EPIA-TC has a CF slot and a 12V DC power onyl to make it a completely no-moving-part solution: ~ http://www.viavpsd.com/product/Download.jsp?motherboardId=201 disclaimer: i'm not involved in any way in VIA and other party businesses! ;-) bye andrea venturi -BEGIN PGP SIGNATURE

[linux-dvb] Using pipe?

2003-03-17 Thread Andrea Gerardi
Hi list , where I could find some example to use/manage pipe for ts-decoding ? Thanks _ Vinci la nuova Nissan Micra con MSN Messenger! http://www.msn.it/messenger/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with

[linux-dvb] Help with pipe/fifo

2003-03-17 Thread Andrea Gerardi
decode other pids)! I think the problem is in write-end pipe but I dont know how resolve! Could you help me in anyway? thanks of all. Andrea //parent write-end fd[1] while((read(fd_dvr,tmp,10*TS_SIZE))!=0){ write(fd[1],tmp,10*TS_SIZE); } //child read-end fd[0] if((read(fd[0], mbuf

[linux-dvb] Pipe ok! Set filtering dmx...

2003-03-17 Thread Andrea Gerardi
Hi list my pipe is ok! The last question is: there's a way to set the dmx_pes_filter_params.pid = ANY_PID to obtain each pid on the transponder? This is my last limitations, please send me a reply! Thanks to all. _ Vinci la nuova

[linux-dvb] Pipe?

2003-03-14 Thread Andrea Gerardi
Hi list, I need use pipe to analyze consecutive pid of ts. With this code: if(pid=fork()0) perror(\nfork error\n); else if (pid0) {//parent close(fd[0]); //tuning operation and get fd_dvr handle close(fd[1]); if (waitpid(pid,NULL,0)0)

[linux-dvb] REPIPE

2003-03-14 Thread Andrea Gerardi
ReHI list, excuse for mistake!! So, I use a fork (such as you seen previously) to get ts from a pipe. But there is something wrong because that code run twice !!! Someone could help me? Code or something else? Tks. _ Vinci la

[linux-dvb] [linux-dvb]-Not able to lock...

2003-03-05 Thread Andrea Gerardi
Hi list, I have again a bad problem: polling Getting frontend event FE_STATUS: polling Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER polling Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_TIMEDOUT FE_HAS_CARRIER Not able to lock to the signal on the given

[linux-dvb] Reader idle

2003-03-04 Thread Andrea Gerardi
Hi list, I'm using API 3.0 to develop a Ts-reader with this pes filter: struct dmx_pes_filter_params flt; if((ioctl(fd_demuxv, DMX_SET_BUFFER_SIZE, TS_BUF_SIZE))0){ perror(DMX_SET_BUFFER_SIZE failed:); return -1; } memset(flt,0,sizeof(struct

[linux-dvb] ts analyzer

2003-02-27 Thread Andrea Gerardi
Hi list, I would get out some information from a transport stream read from fd_demux by unsigned char buffer[188]; is there any struct to know? Something could help me with sample-code or links ?Thanks. _ Comunica in un ’altra

[linux-dvb] ntuxplayer.c error compile

2002-10-13 Thread Andrea
is not there Thanks, for your support, Andrea __ Scarica il nuovo Yahoo! Messenger: con webcam, nuove faccine e tante altre novità. http://it.yahoo.com/mail_it/foot/?http://it.messenger.yahoo.com/ -- Info: To unsubscribe send

[linux-dvb] make insmod Error 139

2002-10-12 Thread Andrea
strings about cpu only if i do make insmod from shell, these strings disappears if i do make insmod from xterm on X. I couldn't understood where is the problem... Thanks, for your support, Andrea __ Mio Yahoo

[linux-dvb] Re: TT DVBSat PCI problem

2002-03-22 Thread Andrea Segato
: adapter saa7146(1) registered as adapter 0. wait-for-debi-done maxwait: 50 dvb: debi test in bootarm() failed: != 10325476 dvb0: firm 05c0c4a1 dvb: 1 dvb(s) found! Bye Andrea - Original Message - From: John Williams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

[linux-dvb] TT DVBSat PCI problem

2002-03-21 Thread Andrea Segato
Hi All, I'm in trouble with DVB-s card. I've followed the instructions on the site www.linuxdvb.tv/driver/index.html but unluckly I have got some problem. Here you find the dmesg report. Thanks for any help Andrea -- No attachments (even text) are allowed -- -- Type: text/plain -- File

[linux-dvb] again, problem with insmod

2001-06-27 Thread Andrea Malesan
: fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : serial(set) 0376-0376 : ide1 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(set) c800-c87f : eth0 f000-f007 : ide0 f008-f00f : ide1 Any idea? Thank you in advance, bye! Andrea -- Info: To unsubscribe send a mail to [EMAIL PROTECTED

[linux-dvb] driver 0.8.2: error with insmod

2001-06-25 Thread Andrea Malesan
been trying for hours with ALL driver versions, from 0.03 to 0.8.2 but nothing, make insmod always gives me an error :((( (I only posted the 0.8.2 insmod error) Thank You in advance for the help. Andrea -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb

[linux-dvb] dvb over ip

2001-05-31 Thread Andrea Bovarini - Video System Engineering
suggestion? thanks and regards andrea bovarini -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.