Re: [RDD] Playlist and Main Log

2014-08-05 Thread JM

Allo Kewan,
Wie geht's ?
I think the best way for you is to use the LL rml code, as Stan suggested.
Your guys can create their own schedule for one hour or two with rdlogedit
then load the prepared show in rdairplay instead the dailylog.
At the end of their show the can push au panel button, associated to a 
macro cart, which loads again the dailylog and launches it at a specific 
line. You can also use Timer in a dailylog  each hour to be most of the 
time on time.

sorry for my poor english, but hope you understand what I mean.
Bis bald in Bielefeld
JM

Le 05/08/2014 05:09, Stan Fotinos a écrit :

Hi Keywan

Maybe this might be of some help:

http://rivendell.tryphon.org/wiki/How_to_setup_a_rotation_of_fill_in_logs_that_can_be_loaded_via_a_macro 



Regards

Stan


On 30/07/14 2:25 PM, Keywan Najafi Tonekaboni wrote:

Hi,

we use for our station DRS2006. It has a automated "Shuffle Mode", 
which is running most of the time to select songs. For our live shows 
people create hand pick playlists. The moderator of a live show opens 
such a playlist and use it. After his show he starts the shuffle again.


Now with rivendell we have set up clocks & grids and the logs for the 
Main Log are created, everything runs fine, and the test programm is 
running for a few weeks and sounds fine.


BUT, we would like to have the option to create a playlist, which 
could be imported manually and returning after the show to the daily 
log. I tried to load such a mini-log in "Aux Log 1", but to play 
songs from there is much more inconvenient then from main log and 
confusing. I would prefer to hide the aux logs totally.



The second use case are "special-interest music" (Zielgruppen Musik). 
These are music-only shows, but with a special playlist (somehow like 
a mixtape). Today (with DRS2006) we create a playlist with songs for 
one hour (e.g. a bunch of new hip hop songs) and save it, a scheduler 
pics it at the desired time (e.g. Monday, 22.00). We dont want to 
fill them automatically from the logmanager but the guys (mostly 
volunteers) shouldn't play with the huge logs of the whole day. Is it 
possible to import the by a event/clock automatically and return to 
the daily log after the last song?


From a technical side its great to fill the logs with music 
automatically, but to create is a nice job for our volunteers, and a 
lot of fun and satisfaction for new people.


Best,


Keywan

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Wayne Merricks

Hi,

Assuming you have set up now and next in airplay you should have 
something like:


Path: /usr/local/lib/rivendell/rlm_icecast2.rlm
Argument: /path/to/icecast_rlm.conf

Then your conf will be something like:

[Icecast1]
Username=admin
Password=icecast admin password
Hostname=ip or host of icecast
Tcpport=8000
Mountpoint=/stream

FormatString=%t by %a : %h

MasterLog=Yes
Aux1Log=No
Aux2Log=No

Finally make sure that in rdadmin -> groups.  Each group you want to 
transmit has Transmit Now & Next data checked.


It should work after that.  If you look into the logs (either rdairplay 
separately or I think it will be in /var/log/messages).


You'll see something like:

05/08/2014 - 04:54:30.698 : rlm_icecast2: sending pad update: "song and 
artist info"


In theory it should show you errors there too.

Wayne Merricks
The Voice Asia

On 05/08/14 03:15, Tim Camp wrote:

Greetings,

I have set this up as per instructions in wiki, I have curl installed.
rlm doesn't work.

conf file has admin login password ip port and mount.

The icecast server lets me update metadata via tcp in a browser.

ie
http://ip:port/admin/metadata?mount=/mountpoint&mode=updinfo&song=This 
Song


returns metadata update successfull

Anyone know why the rlm shouldn't work

Cheers

Tim Camp
WZEW-FM
Mobile, AL.



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Tim Camp
Seeing the messages in /var/log that the data is being sent.
?
Can't get a handle on what's wrong, I know the server is accepting the
updates because I can do it in a browser.

Befuddled!

Cheers



On Tue, Aug 5, 2014 at 5:13 AM, Tim Camp  wrote:

> Set up exactly that way,  now and next has been working on this box for 7
> years using udp,  just trying to get this rlm to work. By the way this is
> on typhon ver 2.8.5 on mint 15.
>
> Cheers
> Tim
>  On Aug 5, 2014 4:51 AM, "Wayne Merricks" 
> wrote:
>
>>  Hi,
>>
>> Assuming you have set up now and next in airplay you should have
>> something like:
>>
>> Path: /usr/local/lib/rivendell/rlm_icecast2.rlm
>> Argument: /path/to/icecast_rlm.conf
>>
>> Then your conf will be something like:
>>
>> [Icecast1]
>> Username=admin
>> Password=icecast admin password
>> Hostname=ip or host of icecast
>> Tcpport=8000
>> Mountpoint=/stream
>>
>> FormatString=%t by %a : %h
>>
>> MasterLog=Yes
>> Aux1Log=No
>> Aux2Log=No
>>
>> Finally make sure that in rdadmin -> groups.  Each group you want to
>> transmit has Transmit Now & Next data checked.
>>
>> It should work after that.  If you look into the logs (either rdairplay
>> separately or I think it will be in /var/log/messages).
>>
>> You'll see something like:
>>
>> 05/08/2014 - 04:54:30.698 : rlm_icecast2: sending pad update: "song and
>> artist info"
>>
>> In theory it should show you errors there too.
>>
>> Wayne Merricks
>> The Voice Asia
>>
>> On 05/08/14 03:15, Tim Camp wrote:
>>
>> Greetings,
>>
>>  I have set this up as per instructions in wiki, I have curl installed.
>> rlm doesn't work.
>>
>>  conf file has admin login password ip port and mount.
>>
>>  The icecast server lets me update metadata via tcp in a browser.
>>
>>  ie
>> http://ip:port/admin/metadata?mount=/mountpoint&mode=updinfo&song=This
>> Song
>>
>>  returns metadata update successfull
>>
>>  Anyone know why the rlm shouldn't work
>>
>>  Cheers
>>
>>  Tim Camp
>> WZEW-FM
>> Mobile, AL.
>>
>>
>>
>> ___
>> Rivendell-dev mailing 
>> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>>
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Wayne Merricks

Do you get any messages in the icecast logs?

/var/log/icecast2/access.log or error.log

The access log isn't very interesting but the error log shows the 
metadata updates:


[2014-08-05  13:19:33] INFO admin/command_metadata Metadata on 
mountpoint /stream changed to "Dil Jab Jab Bhi Naam Pukaare by Nalin 
Verma : 280477"


The access logs simply shows a GET request:

10.43.13.101 - - [05/Aug/2014:13:19:33 +0100] "GET /admin/metadata 
HTTP/1.1" 200 177 "-" "curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 
OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6" 0



Wayne Merricks
The Voice Asia

On 05/08/14 12:32, Tim Camp wrote:

Seeing the messages in /var/log that the data is being sent.
?
Can't get a handle on what's wrong, I know the server is accepting the 
updates because I can do it in a browser.


Befuddled!

Cheers



On Tue, Aug 5, 2014 at 5:13 AM, Tim Camp > wrote:


Set up exactly that way,  now and next has been working on this
box for 7 years using udp,  just trying to get this rlm to work.
By the way this is on typhon ver 2.8.5 on mint 15.

Cheers
Tim

On Aug 5, 2014 4:51 AM, "Wayne Merricks"
mailto:waynemerri...@thevoiceasia.com>> wrote:

Hi,

Assuming you have set up now and next in airplay you should
have something like:

Path: /usr/local/lib/rivendell/rlm_icecast2.rlm
Argument: /path/to/icecast_rlm.conf

Then your conf will be something like:

[Icecast1]
Username=admin
Password=icecast admin password
Hostname=ip or host of icecast
Tcpport=8000
Mountpoint=/stream

FormatString=%t by %a : %h

MasterLog=Yes
Aux1Log=No
Aux2Log=No

Finally make sure that in rdadmin -> groups. Each group you
want to transmit has Transmit Now & Next data checked.

It should work after that.  If you look into the logs (either
rdairplay separately or I think it will be in /var/log/messages).

You'll see something like:

05/08/2014 - 04:54:30.698 : rlm_icecast2: sending pad update:
"song and artist info"

In theory it should show you errors there too.

Wayne Merricks
The Voice Asia

On 05/08/14 03:15, Tim Camp wrote:

Greetings,

I have set this up as per instructions in wiki, I have curl
installed.
rlm doesn't work.

conf file has admin login password ip port and mount.

The icecast server lets me update metadata via tcp in a browser.

ie
http://ip:port/admin/metadata?mount=/mountpoint&mode=updinfo&song=This
Song

returns metadata update successfull

Anyone know why the rlm shouldn't work

Cheers

Tim Camp
WZEW-FM
Mobile, AL.



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org  

http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org

http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev




___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Roland UA-22 DUO Capture Ex

2014-08-05 Thread Wayne Merricks
Just a quick FYI, if you're in the market for a cheap but balanced USB 
sound card with 2 XLR/JACK in and 2 Jack outs.  The Roland UA-22 works 
fine on Debian 7 out of the box.


http://www.roland.com/products/en/DUO-CAPTURE_EX/

Full specs available at the link above.  Had to get this in a hurry for 
an event recently and was a bit concerned that google mentioned pulling 
drivers from the ALSA git repo.


Thankfully none of that was the case, didn't even have to set any levels 
in alsamixer as its all hardware controlled.


Wayne Merricks
The Voice Asia

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Tim Camp
Have libcurl3 installed as well as curl.
 On Aug 5, 2014 8:18 AM, "Wayne Merricks" 
wrote:

>  Have you tried running curl from the command line on the riv box to see
> if that at least works?  I assume you've already done this but I guess you
> could have just used the browser.
>
> I also can't remember if you needed libcurl installed for Riv as opposed
> to the normal curl command line package.
>
> Wayne Merricks
> The Voice Asia
>
> On 05/08/14 14:07, Tim Camp wrote:
>
> No messages regarding metadata in either log, guess we are not making
> connection to the server.
>
> Tim
> On Aug 5, 2014 7:23 AM, "Wayne Merricks" 
> wrote:
>
>>  Do you get any messages in the icecast logs?
>>
>> /var/log/icecast2/access.log or error.log
>>
>> The access log isn't very interesting but the error log shows the
>> metadata updates:
>>
>> [2014-08-05  13:19:33] INFO admin/command_metadata Metadata on mountpoint
>> /stream changed to "Dil Jab Jab Bhi Naam Pukaare by Nalin Verma : 280477"
>>
>> The access logs simply shows a GET request:
>>
>> 10.43.13.101 - - [05/Aug/2014:13:19:33 +0100] "GET /admin/metadata
>> HTTP/1.1" 200 177 "-" "curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0
>> OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6" 0
>>
>>
>> Wayne Merricks
>> The Voice Asia
>>
>> On 05/08/14 12:32, Tim Camp wrote:
>>
>> Seeing the messages in /var/log that the data is being sent.
>> ?
>> Can't get a handle on what's wrong, I know the server is accepting the
>> updates because I can do it in a browser.
>>
>>  Befuddled!
>>
>>  Cheers
>>
>>
>>
>> On Tue, Aug 5, 2014 at 5:13 AM, Tim Camp  wrote:
>>
>>> Set up exactly that way,  now and next has been working on this box for
>>> 7 years using udp,  just trying to get this rlm to work. By the way this is
>>> on typhon ver 2.8.5 on mint 15.
>>>
>>> Cheers
>>> Tim
>>>   On Aug 5, 2014 4:51 AM, "Wayne Merricks" <
>>> waynemerri...@thevoiceasia.com> wrote:
>>>
  Hi,

 Assuming you have set up now and next in airplay you should have
 something like:

 Path: /usr/local/lib/rivendell/rlm_icecast2.rlm
 Argument: /path/to/icecast_rlm.conf

 Then your conf will be something like:

 [Icecast1]
 Username=admin
 Password=icecast admin password
 Hostname=ip or host of icecast
 Tcpport=8000
 Mountpoint=/stream

 FormatString=%t by %a : %h

 MasterLog=Yes
 Aux1Log=No
 Aux2Log=No

 Finally make sure that in rdadmin -> groups.  Each group you want to
 transmit has Transmit Now & Next data checked.

 It should work after that.  If you look into the logs (either rdairplay
 separately or I think it will be in /var/log/messages).

 You'll see something like:

 05/08/2014 - 04:54:30.698 : rlm_icecast2: sending pad update: "song and
 artist info"

 In theory it should show you errors there too.

 Wayne Merricks
 The Voice Asia

 On 05/08/14 03:15, Tim Camp wrote:

 Greetings,

  I have set this up as per instructions in wiki, I have curl installed.
 rlm doesn't work.

  conf file has admin login password ip port and mount.

  The icecast server lets me update metadata via tcp in a browser.

  ie
 http://ip:port/admin/metadata?mount=/mountpoint&mode=updinfo&song=This
 Song

  returns metadata update successfull

  Anyone know why the rlm shouldn't work

  Cheers

  Tim Camp
 WZEW-FM
 Mobile, AL.



 ___
 Rivendell-dev mailing 
 listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


>>
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Tim Camp
Greetings,

Well curl from command line works, so something about the rlm is upset.
I do see the commands going out on each song start in /var/log but icecast
never receives them.
I see nothing in the error log to even indicate that anything tried to
communicate.

should host in config file have http:// in front or not?
should entries in config file be in quotes?

Seems it is something stupid simple like this that is keeping this from
working.

Cheers

Tim
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] icecast rlm

2014-08-05 Thread Wayne Merricks

Hi,

Still not sure why its not working for you but I can at least answer 
your questions:


http:// and quote marks: Not needed

I just use:
Hostname=10.43.13.201

Considering there is nothing in the logs, its either not trying to 
connect or its connecting to the wrong place.  I don't want to insult 
your intelligence so assuming the hostname/port are correct in the conf 
file I guess its possible something is wrong with mint/Riv 2.8.5?


Wayne Merricks
The Voice Asia

On 05/08/14 15:28, Tim Camp wrote:

Greetings,

Well curl from command line works, so something about the rlm is upset.
I do see the commands going out on each song start in /var/log but 
icecast never receives them.
I see nothing in the error log to even indicate that anything tried to 
communicate.


should host in config file have http:// in front or not?
should entries in config file be in quotes?

Seems it is something stupid simple like this that is keeping this 
from working.


Cheers

Tim



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] How accessable is Rivendell

2014-08-05 Thread seth hurst
Hi I'm blind and want to use Rivendell how accessable is it?
Seth Hurst
hurstseth...@gmail.com
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev