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
when i run this project for recording it throw error when i stop video stream
listen EACCES: permission denied ./1.sock
i think "nat" server.listen not working with "./1.sock" string
can you help?
The text was updated successfully, but these errors were encountered:
I found a solution for those who unsan windos, it is not very elegant but it solves the problem, if you want to know how to get to the solution you can contact me, I hope you can improve the solution and add it to the project repository server.txt
It turns out that the StreamInput library uses an ipc unix port only available in linux, to create a socket that points to a path in the directory, if we ignore that library and pass it a path that points to a vasio file it will create the video, so use child, fs, to access the audio and video data of the transmission, to then fill those files, with the data, later when closing the transmission pass the files to ffmpeg and the video was created
Environment :
window 10
Node : v12.14.1
when i run this project for recording it throw error when i stop video stream
listen EACCES: permission denied ./1.sock
i think "nat" server.listen not working with "./1.sock" string
can you help?
The text was updated successfully, but these errors were encountered: