Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

chocolateboy/mcfifo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcfifo

NAME

mcfifo - a Mickey Mouse mkfifo for Windows

DESCRIPTION

mcfifo implements a poor man's mkfifo on Windows. Though less convenient than mkfifo on Unix, it aims to be more convenient than fiddling with cmd.exe and anonymous pipes.

USAGE

$ mcfifo pipe command [ args, ... ]

e.g.

  1. launch the child process and redirect its stdin to read from the specified named pipe (which mcfifo creates)

    $ mcfifo \\.\pipe\downloader_out ffmpeg -y -i - output.mp4
    
  2. launch the parent process normally

    $ rtmpdump -r rtmp://www.whatever.com -o \\.\pipe\\downloader_out
    

INSTALL

Save mcfifo.exe to a path accessible from the command line.

UNINSTALL

Remove mcfifo.exe.

BUILD

make

mcfifo is developed on Linux with MinGW. The Makefile requires i586-mingw32msvc-gcc. Patches are welcome for other build environments.

VERSION

1.1.0

ACKNOWLEDGMENTS

Based on this post by roozhou.

LICENSE

This is free software; you can redistribute it and/or modify it under the terms of the CC0.

About

A Mickey Mouse mkfifo for Windows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published