Re: Ogle-devel unsubscribe me please

Tony Magpayo <[email protected]> Tue, 10 Jun 2003 07:36:13 -0700 (PDT)
Newsgroups gmane.comp.video.ogle.devel
Message-ID <[email protected]>
UNSUBSCRIBE. please

Thanks,
tonym

>Date: Tue, 10 Jun 2003 12:00:03 +0200
>From: [email protected]
>Subject: Ogle-devel digest, Vol 1 #167 - 4 msgs
>MIME-version: 1.0
>To: [email protected]
>X-BeenThere: [email protected]
>X-Mailman-Version: 2.0.11
>List-Help: <mailto:[email protected]?subject=help>
>List-Post: <mailto:[email protected]>
>List-Subscribe: <http://lists.berlios.de/mailman/listinfo/ogle-devel>, 
<mailto:[email protected]?subject=subscribe>
>List-Id: Ogle developers <ogle-devel.lists.berlios.de>
>List-Unsubscribe: <http://lists.berlios.de/mailman/listinfo/ogle-devel>, 
<mailto:[email protected]?subject=unsubscribe>
>List-Archive: <http://lists.berlios.de/pipermail/ogle-devel/>
>
>Send Ogle-devel mailing list submissions to
>	[email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.berlios.de/mailman/listinfo/ogle-devel
>or, via email, send a message with subject or body 'help' to
>	[email protected]
>
>You can reach the person managing the list at
>	[email protected]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Ogle-devel digest..."
>
>
>Today's Topics:
>
>   1. Re: adding scsi_set_speed support to ogle (H}kan Hjort)
>   2. Re: BUG in libdvdread 0.9.4 (H}kan Hjort)
>   3. Time based seeks (H}kan Hjort)
>   4. Re: Time based seeks (Sander Jansen)
>
>--__--__--
>
>Message: 1
>Date: Mon, 9 Jun 2003 23:11:54 +0200
>From: H}kan Hjort <[email protected]>
>To: Simon Kenyon <[email protected]>
>Cc: [email protected]
>Subject: Re: [Ogle-devel] adding scsi_set_speed support to ogle
>
>Fri Jun 06 2003, Simon Kenyon wrote:
>> sorry if the title of this message is a bit less than perfect
>> 
>> what i am wondering is if there is any way (with current ogle sources)
>> to set the speed of the dvd as a way of reducing noise from the drive
>> 
>No, sorry.
>
>> cdrecord (from cdrtools) has a mechanism for doing such a thing
>> 
>Perhaps setting the speed before using Ogle will be enough?
>
>> i know i'm being really lazy here by asking and not applying the "use 
>> the source, luke" rule
>> a very quick glance has thrown up nothing obvious
>> 
>> i've build a machine with a fanless power supply, an epia-M9000 m/b and 
>> a quit
>> hard disk (Seagate Barracuda 7200.7, 25db)
>> 
>> the main noise is now coming from the DVD (a NEC ND1100-A)
>
>Yeah, same here and I don't even have a fanless power supply ;)
>
>It would be good to find, or implement, a solution to this.
>I know bjorn looked at setting the drive speed and using streming 
>reads, though I'm not sure this was under Linux.  My memmory is 
>failing as to what it resulted in.   Hope bjorn can fill in the
>details here when he gets back.
>
>-- 
>Håkan Hjort
>
>--__--__--
>
>Message: 2
>Date: Mon, 9 Jun 2003 23:15:03 +0200
>From: H}kan Hjort <[email protected]>
>To: Olivier LABRUERE <[email protected]>
>Cc: [email protected]
>Subject: Re: [Ogle-devel] BUG in libdvdread 0.9.4
>
>Mon Jun 02 2003, Olivier LABRUERE wrote:
>> I find a bug in libdvdread-0.9.4.
>> 
>
>> I use vdr(1.2.0 or <) with the plugin dvd (0.3.2a) and the
>> ac3overdvbpatch to play dvds.  
>> I use also libdvdnav-0.1.9 / libdvdcss-1.2.6 / a52dec-0.7.4.
>> 
>> With libdvdread-0.9.3 it works good, but with libdvdread-0.9.4 lots
>> of problems in some dvd in the menus. I can't navigate into the
>> menu. I doesn't see the cursor and so can't move it and select the
>> langage, ...
>>
>> Is this problem known ?
>>
>No.
>
>But I'm almost certain it has to do with mixing code (or headers) for
>things compiled with 0.9.3 and 0.9.4.  They are not binary compatible.
>You must use the nav_types.h header from 0.9.4 when compiling apps
>that will link again 0.9.4.
>So go over your system and remove any older versions of this header.
> 
>-- 
>Håkan Hjort
>
>--__--__--
>
>Message: 3
>Date: Mon, 9 Jun 2003 23:21:41 +0200
>From: H}kan Hjort <[email protected]>
>To: [email protected]
>Subject: [Ogle-devel] Time based seeks
>
>Hi,
>
>experimental support for full time based seek (in sequential titles)
>can no be tested in the following dist tar-ball.
>http://www.dtek.chalmers.se/groups/dvd/dist/ogle-0.9.1-cvs.tar.gz
>
>I've coded this up on a remote connection (no DVD drive) here and only
>have one very limited test DVD image to try with.. single program / cell.
>So it's almost sure to be bugs (besides the leftover debug info ;).
>
>Using Goggles you should no be able to do arbitrary seeks.  The precision
>will depend on the seek bar in Goggles, the lag in the system and how
>fine the TimeMapTable is, mostly I've seen 1, 4 or 10 second resolution
>for that.
>
>If anyone dares to try it, please let me know how it works (or doesn't).
>
>-- 
>Håkan Hjort
>
>--__--__--
>
>Message: 4
>From: Sander Jansen <[email protected]>
>Reply-To: [email protected]
>Organization: fifthplanet.net
>To: H}kan Hjort <[email protected]>, [email protected]
>Subject: Re: [Ogle-devel] Time based seeks
>Date: Mon, 9 Jun 2003 18:54:59 -0500
>
>FYI. Goggles seek bar's precision is in seconds. 
>I will try it out tonight ;)
>
>Sander
>
>On Monday 09 June 2003 04:21 pm, H}kan Hjort wrote:
>> Hi,
>>
>> experimental support for full time based seek (in sequential titles)
>> can no be tested in the following dist tar-ball.
>> http://www.dtek.chalmers.se/groups/dvd/dist/ogle-0.9.1-cvs.tar.gz
>>
>> I've coded this up on a remote connection (no DVD drive) here and only
>> have one very limited test DVD image to try with.. single program / cell.
>> So it's almost sure to be bugs (besides the leftover debug info ;).
>>
>> Using Goggles you should no be able to do arbitrary seeks.  The precision
>> will depend on the seek bar in Goggles, the lag in the system and how
>> fine the TimeMapTable is, mostly I've seen 1, 4 or 10 second resolution
>> for that.
>>
>> If anyone dares to try it, please let me know how it works (or doesn't).
>
>-- 
>"Mother, should I run for President?
>Mother, should I trust the government?
>Mother, will they put me in the firing line?
>Ooooowaa Is it just a waste of time?"
>
> -- Pink Floyd "The Wall"
>
>
>
>--__--__--
>
>_______________________________________________
>Ogle-devel mailing list
>[email protected]
>http://lists.berlios.de/mailman/listinfo/ogle-devel
>
>
>End of Ogle-devel Digest

--------------------------------------------
Tony Magpayo,  Sales Development Manager
    901 San Antonio Road, UNWK16-311
    Palo Alto, CA, 94303-4900
    510-936-2914 Fax
    510-936-2938 Ext. 12938 Direct

Building Address:
    7777 GATEWAY BLVD.
    Building 16
    NEWARK, CA 94560
--------------------------------------------