Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2006 23:01:04 -0400
From:      Erin E Conn <econn@nc.rr.com>
To:        "R. B. Riddick" <arne_woerner@yahoo.com>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Rebooting problems with /dev/cxm0
Message-ID:  <444D90F0.8020504@nc.rr.com>
In-Reply-To: <20060424071453.4677.qmail@web30314.mail.mud.yahoo.com>
References:  <20060424071453.4677.qmail@web30314.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
R. B. Riddick wrote:
> I attached a variation of my very special cxm-data-transfer-program, that just
> copies the data to your disc (hopefully in the right order... :-)).
> After examining some areas of the code (just in case I am evil), it can be
> compiled with
>   c++ -o dd3 dd3.c -O3
> and it can be tested with
>   ./dd3 /dev/cxm0 <outputfile> <time of day in sec since 1970 when to stop>
> E.g.:
>   ./dd3 /dev/cxm0 /tmp/blubberblah.mpg 1146862400
> where the seconds since 1970 can be found via
>   date +%s
> which gives the current time in seconds since 1970 or via
>   date -j +%s 2000
> which gives the seconds since 1970 when it is 8 p.m. today.
> 
> I hope, I got the license right... It should be a BSD license or so...
> 
> In my opinion this dd3.c tool should result in more stability (currently more
> then 66 days uptime...)...
> 

Thanks, but no joy. Got the same lockup with this program that I get 
with straight mplayer. Still, thanks for sending it, and maybe I can get 
some clues by examining more closely what this program does.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444D90F0.8020504>