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

cannot save mp4 for example record-audio-video-stream at windows platform #15

Open
manhingcctil opened this issue Jan 17, 2020 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@manhingcctil
Copy link

I would like to run record-audio-video-stream at windows platform, but it seems the program only support UnixStream. May I know if it is possible to provide a window platform example for this. Thanks a lot.

Error: listen EACCES: permission denied ./1.sock
at Server.setupListenHandle [as _listen2] (net.js:1273:19)
at listenInCluster (net.js:1338:12)
at Server.listen (net.js:1436:5)
at new UnixStream (E:\node-webrtc-examples-master\node_modules\fluent-ffmpeg-multistream\src\index.js:18:12)
at new StreamInput (E:\node-webrtc-examples-master\node_modules\fluent-ffmpeg-multistream\src\index.js:23:10)

@kenfouo
Copy link

kenfouo commented Aug 12, 2020

Je voudrais exécuter un flux d'enregistrement audio-vidéo sur la plate-forme Windows, mais il semble que le programme ne supporte que UnixStream. Puis-je savoir s'il est possible de fournir un exemple de plate-forme de fenêtre pour cela. Merci beaucoup.

Erreur: Listen EACCES: permission refusée ./1.sock
sur Server.setupListenHandle [as _listen2] (net.js: 1273: 19)
sur listenInCluster (net.js: 1338: 12)
sur Server.listen (net.js: 1436 : 5)
au nouveau UnixStream (E: \ node-webrtc-examples-master \ node_modules \ fluent-ffmpeg-multistream \ src \ index.js: 18: 12)
au nouveau StreamInput (E: \ node-webrtc-examples-master \ node_modules \ fluent-ffmpeg-multistream \ src \ index.js: 23: 10)

I have the same problem; any help will be welcome thank you

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

I am having the same issue. Need this for developing my solution on my workstation which is windows 10

events.js:288
throw er; // Unhandled 'error' event
^

Error: listen EACCES: permission denied ./1.sock
at Server.setupListenHandle [as _listen2] (net.js:1292:21)
at listenInCluster (net.js:1357:12)
at Server.listen (net.js:1456:5)
at new UnixStream

@wnabil
Copy link

wnabil commented Jun 1, 2021

its a windows write file permission issue, nothing appears on linux

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