From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 09:00:25 +0100 From: Matthias Schniedermeyer To: Axel Gruber Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Faster Multiplex Programm ? > MPLEX is realy slow: For a 1 GIGABYTE File it takes over 12 Hours on my > PII450MHZ The "mplex" from "www.heroinewarrior.com" needs about 15 Min for 1,2GB. (Which "mplex" do you use?) Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ujq7@rz.uni-karlsruhe.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 16:09:47 +0100 From: Andreas Peter To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing Matthias Schniedermeyer schrieb: > > #inlclude > > It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a > given file, than the "Video"-Stream. After multiplexing there a small packets of video and audio in the stream. VVVVVAVVVVAVVVVVAVVVVV > But how do i calculate the "Alignment". (How are my ASCII-Arts?) > > e.x. 1: Audio "in the middle" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 2: Audio "at the beginning" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 3: Audio "at the end" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > When there is an offset at the beginning i have to insert "silence" to > adjust the alignment. > > (I have experimented a bit with remultiplexing, and had results from > "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to > late") > > Does anyone know a tool/way to measure the "alignment" from the > "Source"-Stream so that i can reapply it to the remultiplexed stream. The original mplex at www.leo.org (search for mplex) allows to set offsets for Audio and Video before the multiplexing starts. Gruß, Andreas --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 16:34:14 +0100 From: Matthias Schniedermeyer To: Andreas Peter Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing > > Does anyone know a tool/way to measure the "alignment" from the > > "Source"-Stream so that i can reapply it to the remultiplexed stream. > The original mplex at www.leo.org (search for mplex) allows to set > offsets for Audio and Video before the multiplexing starts. To set the offset i have to KNOW the offset. How do i "calculate" "measure" ... the offset i have to use? Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From mocm@netcologne.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 16:42:08 +0100 (CET) From: Marcus O.C. Metzler To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Audio/Video Sync after remultiplexing Matthias Schniedermeyer writes: > #inlclude > > > It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a > given file, than the "Video"-Stream. > > But how do i calculate the "Alignment". (How are my ASCII-Arts?) > > e.x. 1: Audio "in the middle" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 2: Audio "at the beginning" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 3: Audio "at the end" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > When there is an offset at the beginning i have to insert "silence" to > adjust the alignment. > > (I have experimented a bit with remultiplexing, and had results from > "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to > late") > > Does anyone know a tool/way to measure the "alignment" from the > "Source"-Stream so that i can reapply it to the remultiplexed stream. > > Try the remux program in the av_pes2any package. It is not finished yet, but it tells you the time differences between audio and video ( if the latest version is checked in the CVS). These diferences are taken from the first sequence headers found for audio and video. I will continue writing the remux program tomorrow, so be patient and it will do the remuxing you are looking for (I hope). I get the offsets from the PTS values which are off course lost after demuxing. Marcus --------------------------------------------------------------------- Dr. Marcus Metzler mocm@netcologne.de http://www.metzlerbros.de mocm@convergence.de http://www.convergence.de Convergence Integrated Media GmbH Rosenthaler Str. 51 D-10178 Berlin --------------------------------------------------------------------- --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From mocm@netcologne.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 23:09:44 +0100 (CET) From: Marcus O.C. Metzler To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] av_pes2aud (CVS-Version checked out 2 hours ago) av_pes2aud holt audio PES aus dem AV_PES Stream heraus. pes2aud holt einen audio ES aus einem PES Stream raus. Deshalb hat mpg123 mit dem resten Probleme. Marcus Matthias Schniedermeyer writes: > #include > > > > > a Stream produced with $subject produces this when played with mpg123 > > Skipped 14 bytes in input. > Frame# 715 [ 8111], Time: 00:11.98 [03:19.84], [ 993792] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x650f4. > Skipped 14 bytes in input. > Frame# 723 [ 8103], Time: 00:12.32 [03:19.49], [ 965120] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x66302. > Skipped 14 bytes in input. > Frame# 731 [ 8095], Time: 00:12.32 [03:19.49], [ 1001984] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x67510. > Skipped 14 bytes in input. > Frame# 739 [ 8087], Time: 00:12.66 [03:19.15], [ 973312] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6871e. > Skipped 14 bytes in input. > Frame# 747 [ 8078], Time: 00:12.66 [03:19.13], [ 1010176] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6992c. > Skipped 14 bytes in input. > Frame# 755 [ 8070], Time: 00:13.00 [03:18.79], [ 981504] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6ab3a. > > (l3dec doesn't like the file at all) > > if i do "av_pes2pes" and then "pes2aud" then all programs are happy. > > Bug/Feature? > > > > > Bis denn > > -- > Real Programmers consider "what you see is what you get" to be just as > bad a concept in Text Editors as it is in women. No, the Real Programmer > wants a "you asked for it, you got it" text editor -- complicated, > cryptic, powerful, unforgiving, dangerous. > > > > > --- > Info: > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. > --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 11:37:01 +0100 (MET) From: Axel Gruber To: mocm@netcologne.de Cc: linux-dvb@linuxtv.org, linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing > > Does anyone know a tool/way to measure the "alignment" from the > > "Source"-Stream so that i can reapply it to the remultiplexed stream. > Try the remux program in the av_pes2any package. It is not finished > yet, but it tells you the time differences between audio and video ( > if the latest version is checked in the CVS). These diferences are > taken from the first sequence headers found for audio and video. I > will continue writing the remux program tomorrow, so be patient and it > will do the remuxing you are looking for (I hope). I get the offsets I habe tryed remuxing the last 5 Days. I have found, that the MPLEX Multiplexer from the MPLEXLO directory makes this errors you write. If i use the Multiplexer MPLEX from the MPLEXHI directory - the stream works fine (Constant sync from the start to the end) but i have problems with this multiplexer. As i wrote at a other tread - the mplex from MPLEXHI is realy slow (over 1 Hour for 400MB) and at big files (1GB) he hangs up after 80%. The speed is better with mor RAM in the Machine - so i have tryed last night to use it with 512 MB Memory - it was faster but it also hangs up at 80% of the file :-( This is realy bad because the outputstream of this Multiplexer works realy fine with all my applications (also at all WINDOWS Applikations) I hope now that the Remultiplexer from Ralph woll work as good as the MPLEXHI but without the 1 GB Problem :-) *g* If anyone knows another Multiplexer for Linux pleas contact me by Mail. (i have tryed MPLEXLO, MPLEXHI, MPLEX(from LEO), VCDMULTIPLEX, STREAMPLEX) Greetings Axel Gruber -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 12:12:34 +0100 (MET) From: Axel Gruber To: Karsten Becker Cc: linux-dvb@linuxtv.org, linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Box crashes after some reloads > But it crashes after a day.. > The Box hangs and does absoultly nothing... there is no entry on the > systemlog.. > The only thing I found was on TTY10 > Aiee killing interrupt handler > Kernel Panic:Attempted to kill the idle task > In Interrupt Handler - not syncing I have nearly the same problem (but it crash not so often) The last entry in the messages is: Sync error. But i can kill the DRIVER and Load it again - then it works fine again. -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From beb99@iname.com Wed Aug 1 13:05:02 2001 Date: Mon, 1 Jan 2001 14:10:26 +0200 From: beb99@iname.com To: linux-dvb@linuxtv.org Subject: [linux-dvb] Fw: R: Re: How to change MAC bytes number more important Well people you have great ideeas. I will try that but how do I send packets to EON from one IP at a time and after that from another. This problem could be solved running two squids on same computer and sending from one interface and from another. But is not economic with computer resources. Another ideea is to send request from different computers and each packets should be forwarded to the originating computer. Something like bridging. Any ideea? P.S I have a Cyberstream SAT1 card do you have any ideea about linux drivers for that? > ----- Original Message ----- > From: "Arcomano Roberto" > To: > Sent: Friday, January 04, 1980 11:13 AM > Subject: [linux-dvb] R: Re: How to change MAC bytes number more important > > > > Hi Alexandru, > > > > -----Messaggio Originale----- > > Da: > > A: > > Data invio: sabato 30 dicembre 2000 10.44 > > Oggetto: [linux-dvb] Re: How to change MAC bytes number more important > > > > > > > I have two EON accounts. > > > Is there any possibility to recive data for both of them using the same > > DVB > > > card? > > Yes > > When you ask for an web site the answer is sent to MAC address > > 00:02:ipA:ipB:ipC:ipD where ipA:ipB:ipC:ipD is your IP address. > > So if your ask for something from the SAME IP ADDRESS you'll receive the > > answer to the same MAC Address, so it is not necessary to hack the Dvb > > filter. > > > > > I already have two ip adresses on the same pc but I guess that I must > do > > > something with the MAC address. > > > from the DVB. > > You should have IP1 and IP2 (static on internet) > > So MAC addresses are 00:02:(IP1) and 00:02:(IP2). > > You have to search the NET address common in IP1 and IP2 and set it to > > filter DVB. > > Near the end of dvbd.c file you find "filter_0" string. > > After you'll have an assignment like this: > > dvbcfg[0].data[1] = (ip[0] << 8) | (0x00FF) ; or something similar. > > You have to change 0x00FF to 0x0000: the FF rappresents the bitfilter mask > > (with FF is only accepted ip[0] while if you set 0x0000 is accepted all > 256 > > value for ip[0]. > > Unfortunately you couldn't set all 4 IP to mask 0x0000 (I don't know why) > > but only some of them. > > For example ip[0], ip[1], ip[2] and 0x00F0 for ip[3]. > > Tell me if you have trouble trying all that. > > Happy New Year > > > > Arcomano Roberto > > > > > > > > Could somebody tell me if there are others providers like EON on EUROPE > ? > > > > > > Alexandru Salceanu > > > > > > ----- Original Message ----- > > > From: Mihai Amariutei > > > To: > > > Cc: Arcomano Roberto > > > Sent: Tuesday, December 26, 2000 13:20 > > > Subject: [linux-dvb] Re: How to change MAC bytes number more important > > > > > > > > > > The MAC mask processing in dvbrouter is absolutely absymal. For some > > > reason > > > > it only allow the mask to be set for whole bytes. > > > > The least significant bits of that value controls that, each bit > masking > > > one > > > > byte of the MAC (and yes, it works). > > > > For the time being, your best resource is to set it directly in the > > > source. > > > > There are separate identical sections for each filter. > > > > Better yet, you may take the time to clean the whole mess (and > > contribute > > > it > > > > back, hopefully) > > > > > > > > Good luck > > > > Mihai > > > > > > > > ----- Original Message ----- > > > > From: "Arcomano Roberto" > > > > To: > > > > Sent: Thursday, December 21, 2000 2:07 PM > > > > Subject: [linux-dvb] How to change MAC bytes number more important > > > > > > > > > > > > > Hi, > > > > > I'm trying to change my DVB setting in Unicast: I would like to > change > > > > > the number used to indicate Dvb card how many bytes consider in MAC > > > > > field. In /etc/dvbd.conf file there is a field (after filter_0 MAC ) > > but > > > > > it doesn't work. > > > > > Thank you > > > > > > > > > > -- > > > > > Arcomano Roberto > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > Info: > > > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > > > subject. > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > Info: > > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > > subject. > > > > > > > > > > > > > > > > --- > > > Info: > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > subject. > > > > > > > > --- > > Info: > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > subject. > > > --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 08:06:17 +0100 (MET) From: Axel Gruber To: linux-dvb@linuxtv.org Subject: [linux-dvb] Faster Multiplex Programm ? After 2 Day´s of testing (with Klaus Schmidinger) i have found a way to work with the STream-Output of the 08 Driver. Klaus have wrote a small Program that makes anything with the Header of the file. Then i Demultiplex it with es_demux to 2 seperate Streams. And then i multiplex it with MPLEX to 1 Stream again. With this Stream All programs i have found does work ! Now my problem: MPLEX is realy slow: For a 1 GIGABYTE File it takes over 12 Hours on my PII450MHZ (Here i have a Programm for Windows it takes for the same file only 0,3 Hour) Does anyone have or know a better/faster Proramm for Multiplexing - this is too slow - (At the moment Multiplexing takes longer than Converting to MPEG1) MFG Axel GRUBER -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 15:02:07 +0100 (MET) From: Matthias Schniedermeyer To: linux-dvb@linuxtv.org Subject: [linux-dvb] Audio/Video Sync after remultiplexing #inlclude It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a given file, than the "Video"-Stream. But how do i calculate the "Alignment". (How are my ASCII-Arts?) e.x. 1: Audio "in the middle" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) e.x. 2: Audio "at the beginning" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) e.x. 3: Audio "at the end" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) When there is an offset at the beginning i have to insert "silence" to adjust the alignment. (I have experimented a bit with remultiplexing, and had results from "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to late") Does anyone know a tool/way to measure the "alignment" from the "Source"-Stream so that i can reapply it to the remultiplexed stream. Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Simonov@nomos.it Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 17:06:35 +0100 From: "Simonov, Mikhail" To: "'linux-dvb@linuxtv.org'" Subject: [linux-dvb] DVB-IP DATA channels: receiving and scanner Hi people, I would like to receive the DVB-IP data with a PC DVB card (Hauppauge for instance). I know that many data services (web casting, Netsystem casting, Nokia firmware updates etc.) are available for wide public and would like to receive such data and store it on my hard disk. So I need an application or would like to be able to write my own one for this purpose. Because I do not know PIDs of such data services (cannot find on Lyngsat or other sites I know) I need an application in order to scan ALL channels (TV/Radio and DVB-IP data channels) for a given satellite by using my PC DVB card. My DVB card (Hauppauge full TmX320av7110 card) does work fine with an original Hauppauge's driver under Windows, but under Linux is not yet installed due to some errors (I need more help for installing)... Can you help me or know who can be asked for? Many thanks, MS --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From berto@fatamorgana.com Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 18:10:39 +0100 From: Arcomano Roberto To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: BRIDGING > Please give me if you can the software for Linux of your provider. I went > there and I saw that fo registering the DVB card I need a Keygen or > something like this. > > Anyway if it's possible send to me the Software from your provider. I guess > this is public. Concerning new Sat ISP, under Windoz you need a VPN connection (PPTP). Login and password come from registration at http://css.netsystem.com . Problem is that (for what I experimented) you NEED to subscribe registration using a MAC address belonging to a SkyStar2 (B2C2) Dvb card, unless your request will probably soon rejected. (anyway you can try with another MAC...). You need also to attach a valid .puk file (to do it it is only required to download Keygen.exe from registration form, to execute it and to attach to registration form the .pub file just created at c:\public_key directory): notice that .puk file is required but it has no relation with MAC Address or Serial of your Dvb Card. After all you'd receive a .reg file to your mail address that you have to execute (this is only for FAST DOWNLOAD service (a Multicast service), not for Sat Internet). If your account has been approved then you NEED to set as filter same MAC used for registration cause when you start Vpn Tunnel service all your Internet request will be sent to Netsystem and you'll receive the answer at that MAC address to Dvb card. Under Windoz it is possible to set filter 0 so you can view all Netsystem users packets (also yours). Under Linux I cannot found right configuration for get it work: when I set my dvb card I cannot see anything in my dvb0 interface. > I tryied to call netsystem but they sems to answer only to the information > number. Netsystem will answer to you only if you have an original card Netsystem with a registration approved. > Please give me the number where you are calling them to purchase the > product. If you are interested in Netsystem dvb card, SkySta2 you can find it at main processor web site http://www.b2c2inc.com or at Technisat web site http://www.technisat.de or others selling Skystar2 card. Attention that Skystar1 is another card which MAC is not approved by Netsystem > I also called www.skydsl.de ( german provider for HOTBIRD) but they have > bandwidth only for download. Netsystem use Astra as satellite. > I am searching for a provider for www.easysat.co.uk services.(hotbird) It > seems from the far the best service taht ever existed but they do not sales > directly and they have very very poor resales. I will try to call them and > I will let you know. The service costs 50pounds per month but it's good I viewed easysat web page, but they talk about 11-16 kbytes/s, about a double ISDN line, at 50 pounds at month which is very expansive!!! 50 pounds are about 75 US$ at month for an ISDN line? Netsystem service is free (you only need to view a little publicity banner): you pay nothing (only Dvb card which are sold for about 150 US$ and the parabol antenna with converter). Under Netsystem (at this moment) is very high (1 Mbps, using program like getright and flashget allowing you to divide your file up to 10 element (flashget) to download in parallel. I hope I helped you. Best Greetings Arcomano Roberto --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 21:28:53 +0100 (MET) From: Matthias Schniedermeyer To: linux-dvb@linuxtv.org Subject: [linux-dvb] av_pes2aud (CVS-Version checked out 2 hours ago) #include a Stream produced with $subject produces this when played with mpg123 Skipped 14 bytes in input. Frame# 715 [ 8111], Time: 00:11.98 [03:19.84], [ 993792] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x650f4. Skipped 14 bytes in input. Frame# 723 [ 8103], Time: 00:12.32 [03:19.49], [ 965120] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x66302. Skipped 14 bytes in input. Frame# 731 [ 8095], Time: 00:12.32 [03:19.49], [ 1001984] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x67510. Skipped 14 bytes in input. Frame# 739 [ 8087], Time: 00:12.66 [03:19.15], [ 973312] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6871e. Skipped 14 bytes in input. Frame# 747 [ 8078], Time: 00:12.66 [03:19.13], [ 1010176] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6992c. Skipped 14 bytes in input. Frame# 755 [ 8070], Time: 00:13.00 [03:18.79], [ 981504] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6ab3a. (l3dec doesn't like the file at all) if i do "av_pes2pes" and then "pes2aud" then all programs are happy. Bug/Feature? Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 23:40:56 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Bug list for DVB driver. Hello everyone, I am wondering if we should maintain some kind of bug list for the DVB driver that helps us to keep track of * The symptoms. * The test case(s). * Any Workarounds. * Who's working on a fix. Does it make sense to create such a bug list? Should we just maintain it in this thread on the mailing list? Do we need more than the above information? Cheers, Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 23:57:31 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver - bug #1: audio dropouts when recording ARD with driver 0.8. Here is my entry #1: > * The symptoms. big audio dropouts with recordings taken from e.g. ARD, while there are (almost) no audio dropouts on recordings from e.g. RTL. See Klaus' posting: http://linuxtv.org/mailinglists/linux-dvb/msg02911.html > * The test case(s). record ARD with driver 0.8: cat /dev/video > filename and replay that recording: cat filename > /dev/video > * Any Workarounds. None. > * Who's working on a fix. Marcus. See http://linuxtv.org/mailinglists/linux-dvb/msg02912.html Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 00:06:05 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver - bug #2: driver issues "outcommand error" message and hangs when switching channels often. Here is my entry #2: > * The symptoms. when you switch channels often (manually or automatically with Klaus' new EPG scan feature), the driver (at leat version 0.71) reports an "outcommand error" and ceases to function. > * The test case(s). use vdr and your remote control or the new EPG scan feature to switch channels often. > * Any Workarounds. Not really. You can of course disable the EPG scan feature, but that's not really a workaround, as it will cost you a desired feature and as it will only delay the bug. > * Who's working on a fix. Unknown. Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Karsten@Karsten-Becker.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 00:32:33 +0100 From: Karsten Becker To: Linux DVB Subject: [linux-dvb] Box crashes after some reloads Hi guys, I'm using the latest driver on my Linux-Box with my Hauppauge WinTV card... But it crashes after a day.. The Box hangs and does absoultly nothing... there is no entry on the systemlog.. The only thing I found was on TTY10 Aiee killing interrupt handler Kernel Panic:Attempted to kill the idle task In Interrupt Handler - not syncing I found something interesting in cat /proc/pci.. At the DVB-Card there is Latency=64 Min Gnt=15 Max Lat=38 Does this mean that my current Latency on the PCI is 64 and that the DVB-Board just can handle a maximum of 38? Might this be the problem? When i switch of the DVB-driver the box runs perfectly without any crashes... Thanks in advance Karsten --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 11:19:20 +0100 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver. Carsten Koch wrote: > > Hello everyone, > > I am wondering if we should maintain some kind of bug > list for the DVB driver that helps us to keep track of > > * The symptoms. > > * The test case(s). > > * Any Workarounds. > > * Who's working on a fix. > > Does it make sense to create such a bug list? Sounds like a very good idea to me! > Should we just maintain it in this thread on the mailing list? One thread for each problem (as you have already done with bugs #1 and #2) appears to be a godd approach. Klaus -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From greg@ulima.unil.ch Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 13:23:11 +0100 From: Gregoire Favre To: linux-dvb@linuxtv.org Cc: kraxel@goldbach.in-berlin.de Subject: [linux-dvb] lirc and DVB Hello, I just learned that the Common Interface for my Hauppauge DVB-s is not with an audio out as I though, but with a connector for IR... Well, for me, it's not very usefull, because I have already an Hauppauge Win TV theater with an IR, but is there some plans to support that IS (or is it already supported?)? In that case, as my TV card is only in computer for watching the output of the DVB and having an IR, I can remove it, and gain one PCI slots... Thanks you very much, Greg ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 09:00:25 +0100 From: Matthias Schniedermeyer To: Axel Gruber Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Faster Multiplex Programm ? > MPLEX is realy slow: For a 1 GIGABYTE File it takes over 12 Hours on my > PII450MHZ The "mplex" from "www.heroinewarrior.com" needs about 15 Min for 1,2GB. (Which "mplex" do you use?) Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ujq7@rz.uni-karlsruhe.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 16:09:47 +0100 From: Andreas Peter To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing Matthias Schniedermeyer schrieb: > > #inlclude > > It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a > given file, than the "Video"-Stream. After multiplexing there a small packets of video and audio in the stream. VVVVVAVVVVAVVVVVAVVVVV > But how do i calculate the "Alignment". (How are my ASCII-Arts?) > > e.x. 1: Audio "in the middle" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 2: Audio "at the beginning" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 3: Audio "at the end" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > When there is an offset at the beginning i have to insert "silence" to > adjust the alignment. > > (I have experimented a bit with remultiplexing, and had results from > "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to > late") > > Does anyone know a tool/way to measure the "alignment" from the > "Source"-Stream so that i can reapply it to the remultiplexed stream. The original mplex at www.leo.org (search for mplex) allows to set offsets for Audio and Video before the multiplexing starts. Gruß, Andreas --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 16:34:14 +0100 From: Matthias Schniedermeyer To: Andreas Peter Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing > > Does anyone know a tool/way to measure the "alignment" from the > > "Source"-Stream so that i can reapply it to the remultiplexed stream. > The original mplex at www.leo.org (search for mplex) allows to set > offsets for Audio and Video before the multiplexing starts. To set the offset i have to KNOW the offset. How do i "calculate" "measure" ... the offset i have to use? Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From mocm@netcologne.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 16:42:08 +0100 (CET) From: Marcus O.C. Metzler To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] Audio/Video Sync after remultiplexing Matthias Schniedermeyer writes: > #inlclude > > > It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a > given file, than the "Video"-Stream. > > But how do i calculate the "Alignment". (How are my ASCII-Arts?) > > e.x. 1: Audio "in the middle" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 2: Audio "at the beginning" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > e.x. 3: Audio "at the end" > ---------------------------------------------- (Audio) > ------------------------------------------------ (Video) > > When there is an offset at the beginning i have to insert "silence" to > adjust the alignment. > > (I have experimented a bit with remultiplexing, and had results from > "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to > late") > > Does anyone know a tool/way to measure the "alignment" from the > "Source"-Stream so that i can reapply it to the remultiplexed stream. > > Try the remux program in the av_pes2any package. It is not finished yet, but it tells you the time differences between audio and video ( if the latest version is checked in the CVS). These diferences are taken from the first sequence headers found for audio and video. I will continue writing the remux program tomorrow, so be patient and it will do the remuxing you are looking for (I hope). I get the offsets from the PTS values which are off course lost after demuxing. Marcus --------------------------------------------------------------------- Dr. Marcus Metzler mocm@netcologne.de http://www.metzlerbros.de mocm@convergence.de http://www.convergence.de Convergence Integrated Media GmbH Rosenthaler Str. 51 D-10178 Berlin --------------------------------------------------------------------- --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From mocm@netcologne.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 23:09:44 +0100 (CET) From: Marcus O.C. Metzler To: Matthias Schniedermeyer Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] av_pes2aud (CVS-Version checked out 2 hours ago) av_pes2aud holt audio PES aus dem AV_PES Stream heraus. pes2aud holt einen audio ES aus einem PES Stream raus. Deshalb hat mpg123 mit dem resten Probleme. Marcus Matthias Schniedermeyer writes: > #include > > > > > a Stream produced with $subject produces this when played with mpg123 > > Skipped 14 bytes in input. > Frame# 715 [ 8111], Time: 00:11.98 [03:19.84], [ 993792] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x650f4. > Skipped 14 bytes in input. > Frame# 723 [ 8103], Time: 00:12.32 [03:19.49], [ 965120] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x66302. > Skipped 14 bytes in input. > Frame# 731 [ 8095], Time: 00:12.32 [03:19.49], [ 1001984] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x67510. > Skipped 14 bytes in input. > Frame# 739 [ 8087], Time: 00:12.66 [03:19.15], [ 973312] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6871e. > Skipped 14 bytes in input. > Frame# 747 [ 8078], Time: 00:12.66 [03:19.13], [ 1010176] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6992c. > Skipped 14 bytes in input. > Frame# 755 [ 8070], Time: 00:13.00 [03:18.79], [ 981504] Illegal > Audio-MPEG-Header 0x000001c0 at offset 0x6ab3a. > > (l3dec doesn't like the file at all) > > if i do "av_pes2pes" and then "pes2aud" then all programs are happy. > > Bug/Feature? > > > > > Bis denn > > -- > Real Programmers consider "what you see is what you get" to be just as > bad a concept in Text Editors as it is in women. No, the Real Programmer > wants a "you asked for it, you got it" text editor -- complicated, > cryptic, powerful, unforgiving, dangerous. > > > > > --- > Info: > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. > --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 11:37:01 +0100 (MET) From: Axel Gruber To: mocm@netcologne.de Cc: linux-dvb@linuxtv.org, linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Audio/Video Sync after remultiplexing > > Does anyone know a tool/way to measure the "alignment" from the > > "Source"-Stream so that i can reapply it to the remultiplexed stream. > Try the remux program in the av_pes2any package. It is not finished > yet, but it tells you the time differences between audio and video ( > if the latest version is checked in the CVS). These diferences are > taken from the first sequence headers found for audio and video. I > will continue writing the remux program tomorrow, so be patient and it > will do the remuxing you are looking for (I hope). I get the offsets I habe tryed remuxing the last 5 Days. I have found, that the MPLEX Multiplexer from the MPLEXLO directory makes this errors you write. If i use the Multiplexer MPLEX from the MPLEXHI directory - the stream works fine (Constant sync from the start to the end) but i have problems with this multiplexer. As i wrote at a other tread - the mplex from MPLEXHI is realy slow (over 1 Hour for 400MB) and at big files (1GB) he hangs up after 80%. The speed is better with mor RAM in the Machine - so i have tryed last night to use it with 512 MB Memory - it was faster but it also hangs up at 80% of the file :-( This is realy bad because the outputstream of this Multiplexer works realy fine with all my applications (also at all WINDOWS Applikations) I hope now that the Remultiplexer from Ralph woll work as good as the MPLEXHI but without the 1 GB Problem :-) *g* If anyone knows another Multiplexer for Linux pleas contact me by Mail. (i have tryed MPLEXLO, MPLEXHI, MPLEX(from LEO), VCDMULTIPLEX, STREAMPLEX) Greetings Axel Gruber -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 12:12:34 +0100 (MET) From: Axel Gruber To: Karsten Becker Cc: linux-dvb@linuxtv.org, linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Box crashes after some reloads > But it crashes after a day.. > The Box hangs and does absoultly nothing... there is no entry on the > systemlog.. > The only thing I found was on TTY10 > Aiee killing interrupt handler > Kernel Panic:Attempted to kill the idle task > In Interrupt Handler - not syncing I have nearly the same problem (but it crash not so often) The last entry in the messages is: Sync error. But i can kill the DRIVER and Load it again - then it works fine again. -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From beb99@iname.com Wed Aug 1 13:05:02 2001 Date: Mon, 1 Jan 2001 14:10:26 +0200 From: beb99@iname.com To: linux-dvb@linuxtv.org Subject: [linux-dvb] Fw: R: Re: How to change MAC bytes number more important Well people you have great ideeas. I will try that but how do I send packets to EON from one IP at a time and after that from another. This problem could be solved running two squids on same computer and sending from one interface and from another. But is not economic with computer resources. Another ideea is to send request from different computers and each packets should be forwarded to the originating computer. Something like bridging. Any ideea? P.S I have a Cyberstream SAT1 card do you have any ideea about linux drivers for that? > ----- Original Message ----- > From: "Arcomano Roberto" > To: > Sent: Friday, January 04, 1980 11:13 AM > Subject: [linux-dvb] R: Re: How to change MAC bytes number more important > > > > Hi Alexandru, > > > > -----Messaggio Originale----- > > Da: > > A: > > Data invio: sabato 30 dicembre 2000 10.44 > > Oggetto: [linux-dvb] Re: How to change MAC bytes number more important > > > > > > > I have two EON accounts. > > > Is there any possibility to recive data for both of them using the same > > DVB > > > card? > > Yes > > When you ask for an web site the answer is sent to MAC address > > 00:02:ipA:ipB:ipC:ipD where ipA:ipB:ipC:ipD is your IP address. > > So if your ask for something from the SAME IP ADDRESS you'll receive the > > answer to the same MAC Address, so it is not necessary to hack the Dvb > > filter. > > > > > I already have two ip adresses on the same pc but I guess that I must > do > > > something with the MAC address. > > > from the DVB. > > You should have IP1 and IP2 (static on internet) > > So MAC addresses are 00:02:(IP1) and 00:02:(IP2). > > You have to search the NET address common in IP1 and IP2 and set it to > > filter DVB. > > Near the end of dvbd.c file you find "filter_0" string. > > After you'll have an assignment like this: > > dvbcfg[0].data[1] = (ip[0] << 8) | (0x00FF) ; or something similar. > > You have to change 0x00FF to 0x0000: the FF rappresents the bitfilter mask > > (with FF is only accepted ip[0] while if you set 0x0000 is accepted all > 256 > > value for ip[0]. > > Unfortunately you couldn't set all 4 IP to mask 0x0000 (I don't know why) > > but only some of them. > > For example ip[0], ip[1], ip[2] and 0x00F0 for ip[3]. > > Tell me if you have trouble trying all that. > > Happy New Year > > > > Arcomano Roberto > > > > > > > > Could somebody tell me if there are others providers like EON on EUROPE > ? > > > > > > Alexandru Salceanu > > > > > > ----- Original Message ----- > > > From: Mihai Amariutei > > > To: > > > Cc: Arcomano Roberto > > > Sent: Tuesday, December 26, 2000 13:20 > > > Subject: [linux-dvb] Re: How to change MAC bytes number more important > > > > > > > > > > The MAC mask processing in dvbrouter is absolutely absymal. For some > > > reason > > > > it only allow the mask to be set for whole bytes. > > > > The least significant bits of that value controls that, each bit > masking > > > one > > > > byte of the MAC (and yes, it works). > > > > For the time being, your best resource is to set it directly in the > > > source. > > > > There are separate identical sections for each filter. > > > > Better yet, you may take the time to clean the whole mess (and > > contribute > > > it > > > > back, hopefully) > > > > > > > > Good luck > > > > Mihai > > > > > > > > ----- Original Message ----- > > > > From: "Arcomano Roberto" > > > > To: > > > > Sent: Thursday, December 21, 2000 2:07 PM > > > > Subject: [linux-dvb] How to change MAC bytes number more important > > > > > > > > > > > > > Hi, > > > > > I'm trying to change my DVB setting in Unicast: I would like to > change > > > > > the number used to indicate Dvb card how many bytes consider in MAC > > > > > field. In /etc/dvbd.conf file there is a field (after filter_0 MAC ) > > but > > > > > it doesn't work. > > > > > Thank you > > > > > > > > > > -- > > > > > Arcomano Roberto > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > Info: > > > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > > > subject. > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > Info: > > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > > subject. > > > > > > > > > > > > > > > > --- > > > Info: > > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > > subject. > > > > > > > > --- > > Info: > > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as > subject. > > > --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From axelgruber2@gmx.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 08:06:17 +0100 (MET) From: Axel Gruber To: linux-dvb@linuxtv.org Subject: [linux-dvb] Faster Multiplex Programm ? After 2 Day´s of testing (with Klaus Schmidinger) i have found a way to work with the STream-Output of the 08 Driver. Klaus have wrote a small Program that makes anything with the Header of the file. Then i Demultiplex it with es_demux to 2 seperate Streams. And then i multiplex it with MPLEX to 1 Stream again. With this Stream All programs i have found does work ! Now my problem: MPLEX is realy slow: For a 1 GIGABYTE File it takes over 12 Hours on my PII450MHZ (Here i have a Programm for Windows it takes for the same file only 0,3 Hour) Does anyone have or know a better/faster Proramm for Multiplexing - this is too slow - (At the moment Multiplexing takes longer than Converting to MPEG1) MFG Axel GRUBER -- Sent through GMX FreeMail - http://www.gmx.net --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 15:02:07 +0100 (MET) From: Matthias Schniedermeyer To: linux-dvb@linuxtv.org Subject: [linux-dvb] Audio/Video Sync after remultiplexing #inlclude It seems to be normal that the "Audio"-Stream is "a bit" shorter, in a given file, than the "Video"-Stream. But how do i calculate the "Alignment". (How are my ASCII-Arts?) e.x. 1: Audio "in the middle" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) e.x. 2: Audio "at the beginning" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) e.x. 3: Audio "at the end" ---------------------------------------------- (Audio) ------------------------------------------------ (Video) When there is an offset at the beginning i have to insert "silence" to adjust the alignment. (I have experimented a bit with remultiplexing, and had results from "perfect alignment" to "Off by about 200ms" (Mostly the audio is "to late") Does anyone know a tool/way to measure the "alignment" from the "Source"-Stream so that i can reapply it to the remultiplexed stream. Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Simonov@nomos.it Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 17:06:35 +0100 From: "Simonov, Mikhail" To: "'linux-dvb@linuxtv.org'" Subject: [linux-dvb] DVB-IP DATA channels: receiving and scanner Hi people, I would like to receive the DVB-IP data with a PC DVB card (Hauppauge for instance). I know that many data services (web casting, Netsystem casting, Nokia firmware updates etc.) are available for wide public and would like to receive such data and store it on my hard disk. So I need an application or would like to be able to write my own one for this purpose. Because I do not know PIDs of such data services (cannot find on Lyngsat or other sites I know) I need an application in order to scan ALL channels (TV/Radio and DVB-IP data channels) for a given satellite by using my PC DVB card. My DVB card (Hauppauge full TmX320av7110 card) does work fine with an original Hauppauge's driver under Windows, but under Linux is not yet installed due to some errors (I need more help for installing)... Can you help me or know who can be asked for? Many thanks, MS --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From berto@fatamorgana.com Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 18:10:39 +0100 From: Arcomano Roberto To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: BRIDGING > Please give me if you can the software for Linux of your provider. I went > there and I saw that fo registering the DVB card I need a Keygen or > something like this. > > Anyway if it's possible send to me the Software from your provider. I guess > this is public. Concerning new Sat ISP, under Windoz you need a VPN connection (PPTP). Login and password come from registration at http://css.netsystem.com . Problem is that (for what I experimented) you NEED to subscribe registration using a MAC address belonging to a SkyStar2 (B2C2) Dvb card, unless your request will probably soon rejected. (anyway you can try with another MAC...). You need also to attach a valid .puk file (to do it it is only required to download Keygen.exe from registration form, to execute it and to attach to registration form the .pub file just created at c:\public_key directory): notice that .puk file is required but it has no relation with MAC Address or Serial of your Dvb Card. After all you'd receive a .reg file to your mail address that you have to execute (this is only for FAST DOWNLOAD service (a Multicast service), not for Sat Internet). If your account has been approved then you NEED to set as filter same MAC used for registration cause when you start Vpn Tunnel service all your Internet request will be sent to Netsystem and you'll receive the answer at that MAC address to Dvb card. Under Windoz it is possible to set filter 0 so you can view all Netsystem users packets (also yours). Under Linux I cannot found right configuration for get it work: when I set my dvb card I cannot see anything in my dvb0 interface. > I tryied to call netsystem but they sems to answer only to the information > number. Netsystem will answer to you only if you have an original card Netsystem with a registration approved. > Please give me the number where you are calling them to purchase the > product. If you are interested in Netsystem dvb card, SkySta2 you can find it at main processor web site http://www.b2c2inc.com or at Technisat web site http://www.technisat.de or others selling Skystar2 card. Attention that Skystar1 is another card which MAC is not approved by Netsystem > I also called www.skydsl.de ( german provider for HOTBIRD) but they have > bandwidth only for download. Netsystem use Astra as satellite. > I am searching for a provider for www.easysat.co.uk services.(hotbird) It > seems from the far the best service taht ever existed but they do not sales > directly and they have very very poor resales. I will try to call them and > I will let you know. The service costs 50pounds per month but it's good I viewed easysat web page, but they talk about 11-16 kbytes/s, about a double ISDN line, at 50 pounds at month which is very expansive!!! 50 pounds are about 75 US$ at month for an ISDN line? Netsystem service is free (you only need to view a little publicity banner): you pay nothing (only Dvb card which are sold for about 150 US$ and the parabol antenna with converter). Under Netsystem (at this moment) is very high (1 Mbps, using program like getright and flashget allowing you to divide your file up to 10 element (flashget) to download in parallel. I hope I helped you. Best Greetings Arcomano Roberto --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Tue, 2 Jan 2001 21:28:53 +0100 (MET) From: Matthias Schniedermeyer To: linux-dvb@linuxtv.org Subject: [linux-dvb] av_pes2aud (CVS-Version checked out 2 hours ago) #include a Stream produced with $subject produces this when played with mpg123 Skipped 14 bytes in input. Frame# 715 [ 8111], Time: 00:11.98 [03:19.84], [ 993792] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x650f4. Skipped 14 bytes in input. Frame# 723 [ 8103], Time: 00:12.32 [03:19.49], [ 965120] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x66302. Skipped 14 bytes in input. Frame# 731 [ 8095], Time: 00:12.32 [03:19.49], [ 1001984] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x67510. Skipped 14 bytes in input. Frame# 739 [ 8087], Time: 00:12.66 [03:19.15], [ 973312] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6871e. Skipped 14 bytes in input. Frame# 747 [ 8078], Time: 00:12.66 [03:19.13], [ 1010176] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6992c. Skipped 14 bytes in input. Frame# 755 [ 8070], Time: 00:13.00 [03:18.79], [ 981504] Illegal Audio-MPEG-Header 0x000001c0 at offset 0x6ab3a. (l3dec doesn't like the file at all) if i do "av_pes2pes" and then "pes2aud" then all programs are happy. Bug/Feature? Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 23:40:56 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Bug list for DVB driver. Hello everyone, I am wondering if we should maintain some kind of bug list for the DVB driver that helps us to keep track of * The symptoms. * The test case(s). * Any Workarounds. * Who's working on a fix. Does it make sense to create such a bug list? Should we just maintain it in this thread on the mailing list? Do we need more than the above information? Cheers, Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Tue, 02 Jan 2001 23:57:31 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver - bug #1: audio dropouts when recording ARD with driver 0.8. Here is my entry #1: > * The symptoms. big audio dropouts with recordings taken from e.g. ARD, while there are (almost) no audio dropouts on recordings from e.g. RTL. See Klaus' posting: http://linuxtv.org/mailinglists/linux-dvb/msg02911.html > * The test case(s). record ARD with driver 0.8: cat /dev/video > filename and replay that recording: cat filename > /dev/video > * Any Workarounds. None. > * Who's working on a fix. Marcus. See http://linuxtv.org/mailinglists/linux-dvb/msg02912.html Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Carsten.Koch@icem.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 00:06:05 +0100 From: Carsten Koch To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver - bug #2: driver issues "outcommand error" message and hangs when switching channels often. Here is my entry #2: > * The symptoms. when you switch channels often (manually or automatically with Klaus' new EPG scan feature), the driver (at leat version 0.71) reports an "outcommand error" and ceases to function. > * The test case(s). use vdr and your remote control or the new EPG scan feature to switch channels often. > * Any Workarounds. Not really. You can of course disable the EPG scan feature, but that's not really a workaround, as it will cost you a desired feature and as it will only delay the bug. > * Who's working on a fix. Unknown. Carsten. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Karsten@Karsten-Becker.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 00:32:33 +0100 From: Karsten Becker To: Linux DVB Subject: [linux-dvb] Box crashes after some reloads Hi guys, I'm using the latest driver on my Linux-Box with my Hauppauge WinTV card... But it crashes after a day.. The Box hangs and does absoultly nothing... there is no entry on the systemlog.. The only thing I found was on TTY10 Aiee killing interrupt handler Kernel Panic:Attempted to kill the idle task In Interrupt Handler - not syncing I found something interesting in cat /proc/pci.. At the DVB-Card there is Latency=64 Min Gnt=15 Max Lat=38 Does this mean that my current Latency on the PCI is 64 and that the DVB-Board just can handle a maximum of 38? Might this be the problem? When i switch of the DVB-driver the box runs perfectly without any crashes... Thanks in advance Karsten --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 11:19:20 +0100 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: [linux-dvb] Re: Bug list for DVB driver. Carsten Koch wrote: > > Hello everyone, > > I am wondering if we should maintain some kind of bug > list for the DVB driver that helps us to keep track of > > * The symptoms. > > * The test case(s). > > * Any Workarounds. > > * Who's working on a fix. > > Does it make sense to create such a bug list? Sounds like a very good idea to me! > Should we just maintain it in this thread on the mailing list? One thread for each problem (as you have already done with bugs #1 and #2) appears to be a godd approach. Klaus -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From greg@ulima.unil.ch Wed Aug 1 13:05:02 2001 Date: Wed, 03 Jan 2001 13:23:11 +0100 From: Gregoire Favre To: linux-dvb@linuxtv.org Cc: kraxel@goldbach.in-berlin.de Subject: [linux-dvb] lirc and DVB Hello, I just learned that the Common Interface for my Hauppauge DVB-s is not with an audio out as I though, but with a connector for IR... Well, for me, it's not very usefull, because I have already an Hauppauge Win TV theater with an IR, but is there some plans to support that IS (or is it already supported?)? In that case, as my TV card is only in computer for watching the output of the DVB and having an IR, I can remove it, and gain one PCI slots... Thanks you very much, Greg ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From atanasov@acvilon.com Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 14:49:31 +0200 From: acvilon To: linux-dvb@linuxtv.org Subject: [linux-dvb] remove me from mailinglist [ The following text is in the "koi8-r" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Please remove me from mailinglist. thanks --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From amk@befree.ch Wed Aug 1 13:05:02 2001 Date: Wed, 3 Jan 2001 08:46:30 +0100 From: MK To: linux-dvb@linuxtv.org Subject: [linux-dvb] some feedback Hi all, here's feedback on some testing (still using driver 0.71) mpeg2 compatiblity: tested some home-made recordings made with an ATI all-in-wonder 128 32MB (rage128) under windoze. I set those to have 2.6 MB/s MPEG2 Video and 224 KB/s 48 KHz Audio (Not AC3). cat recordedstuff > /dev/video results are good. No glitches, no artefacts, sync is kept. so far, so good. However the image is rather on the dark side. I had to turn up luminosity. (?) I can see the day when I can treat all my video stuff under linux. ;-) I am able to run together the bttv (bt878) and the dvb card again. I had to go back to an old (0.64h) version of bttv, some more recent will run too (I did but I don't remember which one, will have to try) but the most recent ones are diverging quite fast and are now based on an incompatible version of the i2c driver. :-( Has someone determined which is the most recent but still compatible bttv? At some point this will have to be addressed. Still couldn't compile Guido Fiala's kvdr because of Mandrake 7.2 fscked kde2n configuration. This one will need some toying with automake I guess. :-( Got an Irman, nice piece, undertands a lot of different remote controls. Adopted. Greetings, Max --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From ms@citd.de Wed Aug 1 13:05:02 2001 Date: Thu, 4 Jan 2001 00:01:32 +0100 (MET) From: Matthias Schniedermeyer To: linux-dvb@linuxtv.org Subject: [linux-dvb] Replay glitches #Include Today i realized that there is a dependence (at least i think it can be it) between data-rate and mux-problems. VOX is the channel with the lowest data-rate (i've tried) and i don't have seen any glitches while watching about half an hour. Pro-7 has a much higher data-rate (about 70% more than VOX) and has "lost frames" "every now and then" VIVA seems to have a even higher data-rate than Pro-7 and is the only channel (i tried) where i have audio dropouts additional to the "lost frames" Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. --- Info: To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as subject. From mocm@netcologne.de Wed Aug 1 13:05:02 2001 Date: Sat, 6 Jan 2001 01:13:36 +0100 (CET) From: Marcus O.C. Metzler To: Dave Chapman Cc: linux-dvb@linuxtv.org Subject: [linux-dvb] RFC - XML channel listings Dave Chapman writes: > As far as I can tell, there is no standard format for storing lists of > satellite channels, so I've been working on an XML-based solution. > > I am working on two related formats - one to store the raw information on > channels (i.e. satellite, transponder, frequency, polarity, vpid, apid) and > another to represent how these are shown to the users - i.e. grouping and > ordering of a subset of channels. > > An example (listing one TV station with multiple audio streams) is: > > > > > > >