metal3d / idok

A simple command line to stream media to kodi (aka xbmc). Stream youtube, gstreamer output, livestreamer output, and many other media stream.
BSD 3-Clause "New" or "Revised" License
62 stars 9 forks source link

SDTIN stream fix: os.copy was not blocking #10

Open mehdilauters opened 8 years ago

mehdilauters commented 8 years ago

The stdin stream was not working: the server always stop as os.copy was non blocking

metal3d commented 8 years ago

Ok I'm really late...

Is CTRL+C key can stop your stream if io.Copy is sent in goroutine ?

If yes, I will check it my self too and accept your pull request.

Note: Please add your name in Authors as contributor as for Alberto Gasparin

metal3d commented 8 years ago

Sorry for the very late answer, I will check it this week (I'm in vacation).