picam-streamer
picam-streamer copied to clipboard
Unable to stream recorded videos (.ts)
Hello again. Sorry to be a pain...
My understanding is, that it should be possible to access the past recordings via rtmp://
The same happens if I change node-rtsp-rtmp-server/config.js like this: /* RTSP/RTMP configurations / liveApplicationName: 'live', recordedApplicationName: 'file', / recordedDir: 'file', */ recordedDir: '/home/pi/picam-streamer/rec/archive',
Where should the standard "file" folder be? Inside /home/pi/node-rtsp-rtmp-server/file ?
I tried with an mp4 file, too, Same error, stream not found.
If the streaming of recorded files is not supported, would you have any suggestion how to achieve that?
Thanks, Christian
My understanding is, that it should be possible to access the past recordings via rtmp:///file/mp4:
Sorry, serving .ts files is not supported yet. Only .mp4 files are supported.
Where should the standard "file" folder be? Inside /home/pi/node-rtsp-rtmp-server/file ?
Yes. You should set recordedDir
to the file directory in this case.
If the streaming of recorded files is not supported, would you have any suggestion how to achieve that?
You can convert .ts file to .mp4 file after a recording has completed.