| View previous topic :: View next topic |
| Author |
Message |
ghomi Guest
|
Posted: Sun Jul 03, 2005 3:54 pm Post subject: streaming an open file |
|
|
Hi All
I have an application (binary file) which is writing audio data to a file. I want to stream the file to the IceCast while it is being written by the application. does any body know how can I do that? |
|
| Back to top |
|
 |
EvilOverlord Forum Admin


Joined: 12 Jun 2005 Posts: 177 Location: Isle of Man
|
Posted: Mon Jul 04, 2005 9:02 pm Post subject: |
|
|
This is just an idea, but I think ezstream will read from std in, so try
| Code: |
| host# tail -f /path/to/file | ezstream options |
|
|
| Back to top |
|
 |
|