Schedule another stream

You have a question or need an advice about how to do something? Ask it here!
Post Reply
westendradio
Posts: 48
Joined: 02 Sep 2018 16:12
Schedule another stream

Post by westendradio »

I would like to schedule a stream of another radio station every Friday from 20:00 to 22:00 so that it will also play. Is that possible and how do I set that up. Who can explain this please.
User avatar
radio42
Site Admin
Posts: 8926
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Schedule another stream

Post by radio42 »

If I understand you correctly you want to 'relay' another radio station/stream - meaning you just constantly 'play' a certain URL stream.
To achieve this do the following:

1) Define a regular Program Scheduler entry:
This might invoke a simple 'Script' which contains as the first script-line:
- LoadTrack, <url>, 1, Option: KeepStreamLoading, KeepStreamAlive
This script would then play out your stream URL constantly in a playlist window.
You might add more script-lines (as a fallback) in case the URL is unavailable. Set the LoopLine script parameter to 2.
When you specify the LoadTrack script-line click into the Entry column and the hold down the STRG key and click on the '...' at the end of the entry column to directly edit and test the URL parameter. Specify the total duration (HH:MM:SS) of the URL (how long the entry should play within a playlist) or set the duration to 00:00:00 to specify an unlimited length - the end of the program will specify the effective end time/duration.

2) You can use the dedicated MOD-Stream-Watcher feature.
See here for details: http://www.proppfrexx.radio42.com/forum ... t=57&p=212
This feature is kind of designed to take over another stream URL. It is controlled by control-commands which starts and stops the MODStream Watcher, as explained in the above post.

Post Reply