| View previous topic :: View next topic |
| Author |
Message |
itnavigate
Joined: 02 Nov 2008 Posts: 2
|
Posted: Sun Nov 02, 2008 10:21 am Post subject: Streaming an intermitant recording? |
|
|
Hi all.
Software :
ices-2.0.1-6 (on fedora 9)
icecast-2.3.2-0 (on centos 5.2)
Situation
I have a scanner that I use to monitor the local Volunteer Bushfire Brigade radio channel so I can get call-outs when I am at sites with no, or poor, reception indoors. I currently use manauton to record the line-in and save the result as .wav files. This allows me to only record when there is noise on the channel, and works well.
I want to make the resulting .wav files available (as .ogg) once - easy right?
I can record and the stream the files, but it always repeats, or or ices 2 only sends them once. If I am not connected at the time, I miss them.
Any ideas how I can get either icecast 2.3.2 to receive the ogg files, then play them once when I am connected, or ices to send the new files each time I connect?
Any tips / pointers / comments welcome.
Colin. |
|
| Back to top |
|
 |
liteFun
Joined: 13 Jan 2006 Posts: 79
|
Posted: Sun Nov 02, 2008 12:01 pm Post subject: Re: Streaming an intermitant recording? |
|
|
| itnavigate wrote: |
Any ideas how I can get either icecast 2.3.2 to receive the ogg files, then play them once when I am connected, or ices to send the new files each time I connect?
|
<intro>newest.ogg</intro> in icecast conf to play newest on-connect? |
|
| Back to top |
|
 |
itnavigate
Joined: 02 Nov 2008 Posts: 2
|
Posted: Sun Nov 02, 2008 9:09 pm Post subject: |
|
|
| Quote: |
| <intro>newest.ogg</intro> in icecast conf to play newest on-connect? |
Thanks liteFun.
I forgot to mention that the ices and icecast server are on separate boxes.
Howerver I could rsync the latest file to the icecast server....
I'll see how that goes tonight/ tomorrow AM.
Taking that a bit further, I could rsync all the files to the server, run a script that reads the logfile to determine when I last connected, and stream all the files generated after that date. - Is this the bet way? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Nov 02, 2008 9:23 pm Post subject: |
|
|
you could use auth url,->listener add/remove to trigger any scripts
karl. |
|
| Back to top |
|
 |
danopia
Joined: 21 Nov 2008 Posts: 5 Location: In front of my PC
|
Posted: Fri Nov 21, 2008 1:59 am Post subject: |
|
|
| You can use sshfs to mount part of one boxe's FS on the FS of the other box. |
|
| Back to top |
|
 |
|