On Wed 07.07.2004 at 02:45:55PM +0200, Dirk Meyer wrote: > It would be nice if you could put all your dvb stuff on a website or > something like that. I would like to take a look at it and maybe > improve it. Maybe someone else, too.
Here is a modified version of tzap that records one channel to either a file or Thomas' timeshift buffer (and also records subtitles if there are some: put the subtitle PID to ~/.tzap/channels.conf just after the audio PID; separate them with a ":", as usual). http://www.mit.jyu.fi/~mweber/leffakone/software/dvbrecord/dvbrecord-1.0.tar.gz I tested the timeshift buffer, and it works well (except when it crashes while seeking, I don't know exactly why :) But I think that it would be better to use a plain file for timeshifting, since 256 MB of buffer gives a timeshift of about 7 minutes in DVB, which is not much. Since the thingy uses memory mapped IO, I don't know how it would perform if the buffer is much bigger than the available memory (e.g. set a buffer of 1GB when you have 256 MB or RAM); I don't know if RAM is actually used in the process, or if the file is simply mapped to virtual memory, but no real memory is used (except for normal disk buffering). The .tar.gz alos contains an attempt to modify ts2ps (from libmpegdvb) so that it takes into account the subtitle stream if there is one. It's not perfect yet, and it should be modified to accept several audio streams and several subtitle streams. Matthieu -- (~._.~) Matthieu Weber - Universit� de Jyv�skyl� (~._.~) ( ? ) email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist, wenn man trotzdem lacht (Germain Muller)" (_)-(_) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
