You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a few tries, i learn that the command ffmpg will stay alive saving the video file, if you kill the process, the video will be partially correct if you check the mime type with file you will get an application/octet-stream type instead of video/mp4:
After a few tries, i learn that the command ffmpg will stay alive saving the video file, if you kill the process, the video will be partially correct if you check the mime type with
file
you will get anapplication/octet-stream
type instead ofvideo/mp4
:https://github.com/boonya/rtsp-video-recorder/blob/acc2eebe591796e4676e2cde6747b572a433c15e/src/recorder.ts#LL154C23-L154C23
The text was updated successfully, but these errors were encountered: