6

I asked a previous question here:

Stream video from ffmpeg and capture with OpenCV

and I want to know more about named pipes in general. Can I use named pipes to stream data? For example, can I continuously add data to the pipe (via ffmpeg) in conjunction with reading data with another application? Or is there another method to do this?

Community
  • 1
  • 1
chembrad
  • 887
  • 3
  • 19
  • 33

1 Answers1

-3

you can check this stackoverflow link and have a look at ffmpeg documentation on pipe section

Community
  • 1
  • 1
Muhammad Razib
  • 1,297
  • 9
  • 13
  • 4
    Just posting links is frowned upon. Put the answer on the page of the question or don't post at all. That second link was particularly unhelpful. The word "pipe" appears on the page exactly once and doesn't do anything to answer the question. – fivedogit Apr 08 '13 at 17:12
  • ffmpeg document only explains UNIX pipe usage, not mentioned Windows named pipe. – Li-chih Wu May 27 '14 at 09:19