mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-10-18 22:54:32 +08:00
Testing local file playback
This commit is contained in:
@@ -680,8 +680,7 @@ export default class Camera extends RingPolledDevice {
|
||||
try {
|
||||
this.data.stream.event.session = spawn(pathToFfmpeg, [
|
||||
'-re',
|
||||
'-i', dirname(fileURLToPath(new URL('.', import.meta.url)))+'/media/vid.mp4',
|
||||
'-i', this.data.event_select.recordingUrl,
|
||||
'-i', dirname(fileURLToPath(new URL('.', import.meta.url)))+'/media/test.mp4',
|
||||
'-map', '0:v',
|
||||
'-map', '0:a',
|
||||
'-map', '0:a',
|
||||
|
BIN
media/test.mp4
Normal file
BIN
media/test.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user