Postby markfm » 07 Jun 2004 21:37
Sounds like interesting stuff. I would love to see the record-in-certain-chunk-sizes brought in as a mainstream feature, generalized (not necessarily attached to DirectShow input). The reason is for record/replay of streamed video. You have 1 to N cameras at remote locations, point-to-point WAN links to a central location. At the central location you want to let operators be able to select what camera they are watching, no problem, but you also want to do record/replay of the streams. A 5 minute boundary feels reasonable, maybe something with a 30-character filename of the form: YYYYMMDDHHmm18_character_user_supplied name
Year/month/day/hour/minute/name_of_stream makes for a relatively straightforward mechanism for selecting the files during replay. The 18_character_user_supplied_name should be stored in a vlc conf file, and, ideally, able to be input at a VLC command line (so that you can have multiple isntances running on one machine, each recording their own video stream).