update the list of file endings
This commit is contained in:
parent
a483779bc1
commit
d97779eacd
@ -244,9 +244,10 @@
|
||||
(let ((lookup (lambda (key) (assv-ref r-d key))))
|
||||
(apply make-recording (map lookup '(chanid starttime recorded-table streams-info i-frame-info retain-list))))))
|
||||
|
||||
(define recording-file-endings3 '("mpg" "mp4" "mkv"))
|
||||
(define recording-file-endings3 '("mpg" "mp4" "mkv" "h264-ts" "h264.ts" "h265.ts"))
|
||||
(define recording-file-endings2 '("ts"))
|
||||
(define transcoded-file-ending "mkv")
|
||||
(define transcoded-file-ending "h264.ts") ;; mkv
|
||||
(define remuxed-ts-file-ending "h264.ts")
|
||||
|
||||
(define (recording-basename rec)
|
||||
(assv-ref (recording-recorded-table rec) 'basename))
|
||||
|
Loading…
x
Reference in New Issue
Block a user