Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-25 Thread Rob Landry
On Sat, 21 Mar 2015, Nicholas Young wrote: We'll be doing a remote broadcast. From the remote location, we will generate a new Icecast stream, and uplink it to our central Icecast server. Meanwhile, back at our HQ, Rivendell is rocking along playing tunes on full automation. If everything wo

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-24 Thread ermina
Hi, as others have said, it is possible. The way i do it: #!/bin/bash # live_OB.sh if [ "$1" = "onAir" ] then # define ip of rdairplay machine AIR_IP="192.168.1.1" # inform users in the studio rmlsend --to-host=${AIR_IP} LC\ red\ live\ outside\ stream! # s

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-23 Thread James L. Stewart
On your "stream" question, I'm not sure if you are trying to connect Rivendell to a live stream, or simply be able to remote record a stream into a file for later playback. For the live steam case, yes we do that all the time. The key is to get Jack running then use a player of your choice to

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-22 Thread Lorne Tyndale
Hi Nicholas, Glad the info helps. Paravel does offer paid support. You can check with them (or call them) to see what options are available: http://www.paravelsystems.com/index.html As for audio playback, I recall you're looking to use an ASI card. ASI cards are great, but have you tried sett

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-22 Thread Nicholas Young
Thank you Lorne! I have to admit, I'm still very new at using Rivendell, but my years of Linux administration have smoothed out some of the bumps, and your guide explained the process very well. Now the next hurdle is getting Rivendell to work at all. I've yet to play out any audio, despite tr

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-22 Thread Lorne Tyndale
Hi Nicholas, Rivendell itself doesn't play streaming audio directly, however with some macro carts and scripting it is possible to do what you're looking to do. It isn't any different from cutting away from the log to run programming off a satellite and then cutting back to the log once the satel

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-22 Thread Stan Fotinos
Hi Nicholas Maybe one of this 2 things might be of help: http://rivendell.tryphon.org/wiki/How_do_I_make_Rivendell_play_Audio_from_the_%22Line_In%22_of_the_Sound_Card_on_the_air%3F http://rivendell.tryphon.org/wiki/How_to_setup_downloads_and_dayparting_for_prerecorded_daily_programs_in_RDCatch

[RDD] Ingesting a remote stream in Rivendell

2015-03-21 Thread Nicholas Young
I'm in the process of replacing my current automation system with Rivendell, and I realized that I still have one question unresolved: Is it possible to insert a remote stream in Rivendell at a certain time? Here's the scenario: We'll be doing a remote broadcast. From the remote location, we wi