I've only missed two hours the last 12 months, so for me it isn't a
problem. And with Rotter I always have problems with combining two
hours, if I wanted to rebroadcast an interview: There's some kind of
small gap when Rotter starts a new hour. With the Wget-script this
doesn't happen.

But now there's two options (and probably more) to choose from, so
that's freedom :-)

Kind regards,

Morten

2012/11/9 James Harrison <ja...@talkunafraid.co.uk>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Surely this results in hourly discontinuities? For compliance logging
> something like rotter (which constantly records with a ringbuffer and
> is sample-level continuous in its output for WAV etc) is much better
> suited to the task. Not sure why you wouldn't use it!
>
> Cheers,
> James Harrison
>
> On 09/11/2012 10:17, Morten Krarup Nielsen wrote:
>> I use this script, and it works great:
>>
>> http://pastebin.com/d1iXyHuM
>>
>> Only problem: If Icecast goes down, we don't have a copy of that
>> hour.
>>
>> Kind regards,
>>
>> Morten
>>
>> 2012/11/9 Alessio Elmi <alessio_e...@hotmail.com>:
>>> As we are little bit off topic.. I was looking for something
>>> similar to Rotter - easier in a sort of way - which simply dump a
>>> mp3 streaming (no need of encoding, just dump our webradio) into
>>> a specific folder and removes older files. I was thinking about
>>> using command-line VLC, something like adding in /etc/crontab an
>>> every-hour script. Do you think it would be trustable?
>>>
>>> 2012/11/8 Nathan Steele <nathan.ste...@thecrossfm.com>:
>>>> That helps immensely,
>>>>
>>>> Thank you,
>>>>
>>>> Nathaniel C. Steele Assistant Chief Engineer/Technical
>>>> Director WTRM-FM / TheCrossFM
>>>>
>>>> On 11/8/2012 4:48 PM, Wayne Merricks wrote:
>>>>
>>>> Hi,
>>>>
>>>> You can run multiple rotters on different jack ports.  The
>>>> standard set up is something like:
>>>>
>>>> ROTFORMAT="mp3" #Encoding format ROTBITRATE=192 #Bit rate
>>>> ROTCHANNELS=2 #2 = Stereo JACKNAME="rotter1"
>>>> ROTDELETEHOURS=2400 #Delete audio after x hours (2400 = 100
>>>> days) ROTBUFFER=10 #Rotter internal buffer, increase if you
>>>> have problems ROTDIRSTRUCTURE="dailydir" #Organisation format
>>>> man rotter for more info LEFTJACKINPUT="system:capture_1" #Left
>>>> Channel for rotter to connect to in the format of client:port
>>>> RIGHTJACKINPUT="system:capture_2" #Right Channel for rotter
>>>> ROTAUDIODIR="/var/audio" #Directory to store audio
>>>>
>>>> rotter -f $ROTFORMAT -b $ROTBITRATE -c $ROTCHANNELS -n
>>>> $JACKNAME -d $ROTDELETEHOURS -R $ROTBUFFER -L $ROTDIRSTRUCTURE
>>>> -v -l $LEFTJACKINPUT -r $RIGHTJACKINPUT $ROTAUDIODIR
>>>>
>>>> Obviously if you're running two change JACKNAME, [L &
>>>> R]JACKINPUT and ROTAUDIODIR.
>>>>
>>>> Out of all the random software I've ever used rotter has been
>>>> the only thing thats never crashed on me in over a year of use
>>>> (liquidsoap is nearly at 2months of uptime which is my next
>>>> most reliable excluding riv of course).
>>>>
>>>> Hope this helps,
>>>>
>>>> Wayne
>>>>
>>>> -----Original Message----- From:
>>>> rivendell-dev-boun...@lists.rivendellaudio.org on behalf of
>>>> Nathan Steele Sent: Thu 08/11/2012 21:15 To: User discussion
>>>> about the Rivendell Radio Automation System Subject: Re: [RDD]
>>>> OT: Rotter question
>>>>
>>>> Yeah, that could work.
>>>>
>>>> The stations are stereo, but I only need mono for logging
>>>> purposes. well I guess I'll have to try.
>>>>
>>>> Nathaniel C. Steele Assistant Chief Engineer/Technical
>>>> Director WTRM-FM / TheCrossFM
>>>>
>>>> On 11/8/2012 4:13 PM, Fernando Della Torre wrote:
>>>>
>>>> If you need 2 mono stations, why don't you simply record it to
>>>> a single stereo stream? One station per channel.
>>>>
>>>> I never tried, but I think you can run multiple instances of
>>>> rotter in the same jack server.
>>>>
>>>>
>>>>
>>>> Atenciosamente,
>>>>
>>>> *Fernando Della Torre*
>>>>
>>>> Tecnologia da Informação
>>>>
>>>> (: +55 16 8137-1240
>>>>
>>>> (: +55 16 9137-2886
>>>>
>>>> *: _f...@vdit.com.br <mailto:f...@vdit.com.br>_
>>>>
>>>> V.D.I.T. Soluções em Virtualização
>>>>
>>>> A utilização deste e-mail não implica em autorização ou outorga
>>>> de poderes para seu usuário praticar qualquer ato em nome das
>>>> empresas citadas, cuja representação considera-se válida se
>>>> praticada exclusivamente por representante legal ou procurador
>>>> devidamente constituído, na forma estabelecida em seu
>>>> respectivo estatuto ou contrato social
>>>>
>>>>
>>>>
>>>>
>>>> 2012/11/8 Nathan Steele <nathan.ste...@thecrossfm.com
>>>> <mailto:nathan.ste...@thecrossfm.com>>
>>>>
>>>> Can I run two instances of rotter at the same time connected
>>>> to different inputs in jack?
>>>>
>>>> I haven't delved into jack at all either......
>>>>
>>>> Thanks for the input. I may just have to try it, but don't want
>>>> it to be  total waste of time if someone knows it wont work.
>>>> I'd really like to use one box for both stations.
>>>>
>>>> Nathaniel C. Steele Assistant Chief Engineer/Technical
>>>> Director WTRM-FM / TheCrossFM
>>>>
>>>> On 11/8/2012 2:18 PM, Robert Orr wrote:
>>>>
>>>> I'm not sure about two stations. Mono is easy use -c1 Here's my
>>>> statement (I think it just uses lame parameters man lame)
>>>>
>>>> rotter -a -f mp3 -d672 -j -b96 -L flat -c1 /var/archives
>>>> Robert
>>>>
>>>>
>>>> On Thu, Nov 8, 2012 at 11:22 AM, Nathan Steele
>>>> <nathan.ste...@thecrossfm.com
>>>> <mailto:nathan.ste...@thecrossfm.com>> wrote:
>>>>
>>>> I know some of you use rotter to log your ouput so I was
>>>> wondering if anyone knows if I have an audio card with multiple
>>>> (stereo) inputs can I record the ouput of two stations
>>>> simultaneously? Also does it support recording to a mono file
>>>> to save drivespace? I can't seem to find much info on it, other
>>>> than it uses jack to connect.
>>>>
>>>> -- Nathaniel C. Steele Assistant Chief Engineer/Technical
>>>> Director WTRM-FM / TheCrossFM
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> <mailto:Rivendell-dev@lists.rivendellaudio.org>
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> <mailto:Rivendell-dev@lists.rivendellaudio.org>
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> <mailto:Rivendell-dev@lists.rivendellaudio.org>
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>>
>>>>
>>>> ####################### Scanned by MailMarshal
>>>> #######################
>>>>
>>>> ############
>>>>
>>>> Attention:
>>>>
>>>> The information contained in this message is confidential and
>>>> intended for the addressee(s) only. If you have received this
>>>> message in error or there are any problems, please notify the
>>>> originator immediately. The unauthorised use, disclosure,
>>>> copying or alteration of this message is strictly forbidden.
>>>> Christian Vision or any of its subsidiaries will not be liable
>>>> for direct, special, indirect or consequential damages arising
>>>> from alteration of the contents of this message by a third
>>>> party or as a result of any virus being passed on. Please note
>>>> that we reserve the right to monitor and read any e-mails sent
>>>> or received by the company under the Telecommunications (Lawful
>>>> Business Practice) (Interception of Communications) Regulation
>>>> 2000. Christian Vision is registered in England as a limited
>>>> company 2842414 and as a charity 1031031
>>>>
>>>> ############
>>>>
>>>>
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>>
>>>>
>>>> _______________________________________________ Rivendell-dev
>>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>> _______________________________________________ Rivendell-dev
>>> mailing list Rivendell-dev@lists.rivendellaudio.org
>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>> _______________________________________________ Rivendell-dev
>> mailing list Rivendell-dev@lists.rivendellaudio.org
>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.17 (MingW32)
> Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
>
> iEYEARECAAYFAlCc2X8ACgkQ22kkGnnJQAwYZwCbBnlKJtW/et9NyXaGEyG8MaFo
> /WEAn0lwwqkKK3kTIBQNk/1v2gPdEtMM
> =I7ch
> -----END PGP SIGNATURE-----
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to