psmay / windows-named-pipe-utils

Windows commands for interfacing named pipes with stdio streams.
23 stars 4 forks source link

ffmpeg \\.\pipe\Stream: No such file or directory #2

Open gaamaaresosa opened 2 weeks ago

gaamaaresosa commented 2 weeks ago

This seems an excellent solution for ffmpeg Named Pipe for Windows. But I think I don't know how to use it with ffmpeg.

I see error from ffmpeg command. \.\pipe\Stream: No such file or directory

First run a batch file with below command, createAndWritePipe.exe Stream

Then I started ffmpeg command line form another batch file:

ffmpeg.exe -f dshow -i "video=VideoDevice:audio=AudioDevice" -y -f rawvideo \\.\pipe\Stream

I see below error from ffmpeg:

\.\pipe\Stream: No such file or directory

Can some one help me the correct steps to Write and Read from the Named pipe on Windows from ffmpeg ?

MahouShoujoMivutilde commented 2 weeks ago

You should not.

Do NOT run it.

It's malware that'll steal your account if executed, to spread further spamming the same message elsewhere, like happened to this person.

There are a lot of comments like that

https://github.com/search?q=is%3Aissue+%22In+the+installer+menu%2C+select+%5C%22gcc.%5C%22%22+AND+%22password%3A+changeme%22&type=issues&s=created&o=desc

(and this is how I found this issue)

gaamaaresosa commented 2 weeks ago

You should not.

Do NOT run it.

It's malware that'll steal your account if executed, to spread further spamming the same message elsewhere, like happened to this person.

There are a lot of comments like that

https://github.com/search?q=is%3Aissue+%22In+the+installer+menu%2C+select+%5C%22gcc.%5C%22%22+AND+%22password%3A+changeme%22&type=issues&s=created&o=desc

(and this is how I found this issue)

Thank God ! I had stopped... How come on trusted github portal ? We blindly run everything from github.