Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

listen EACCES: permission denied ./1.sock #30

Open
kuldeepchopradotnet opened this issue Jul 16, 2020 · 5 comments
Open

listen EACCES: permission denied ./1.sock #30

kuldeepchopradotnet opened this issue Jul 16, 2020 · 5 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@kuldeepchopradotnet
Copy link

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?

@Serafo44
Copy link

Serafo44 commented Aug 4, 2020

Can you try on a Linux OS ? I think i've got the same issue when i test this project on windows

@HyperClockUp
Copy link

same with your problem, any measure to deal with it?(Win 10, Node v10.17.0)

@markandrus
Copy link
Member

Sorry, I don't have Windows and cannot test there.

@markandrus markandrus added help wanted Extra attention is needed question Further information is requested labels Sep 28, 2020
@rodwinprimera
Copy link

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

@rodwinprimera
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants