Hi, I'm trying to find a way to implement the following: I have 1 media source (IceS or MPD) and 1 Icecast stream (say, LAN radio). Once in a while I'd like this stream to be interrupted by short announcements (PA system). Input for these announcements can be from another source (IceS, MPD, Asterisk call). Anyway, to make things simple: I'd have dir1 with ogg music files for "normal" streaming and dir2 with ogg files for "announcements". If I have both sources defined, can I *automatically* move listeners to the "announcements" and back to the main stream when all ogg files in dir2 have been played? If so, how can I trigger it? Or, can I merge/mix "announcements" stream with main music stream? Thanks for your ideas. Vieri
You can set up dir2 as the main stream with dir1 as fallback and ake sure you make dir2 override dir1 Just add something like this in /dir2: <fallback-mount>/dir1.ogg</fallback-mount> <fallback-override>1</fallback-override> Hope this helps! n. On Sun, Feb 13, 2011 at 11:14 AM, Vieri <rentorbuy at yahoo.com> wrote:> Hi, > > I'm trying to find a way to implement the following: > I have 1 media source (IceS or MPD) and 1 Icecast stream (say, LAN radio). > Once in a while I'd like this stream to be interrupted by short > announcements (PA system). > > Input for these announcements can be from another source (IceS, MPD, > Asterisk call). Anyway, to make things simple: I'd have dir1 with ogg music > files for "normal" streaming and dir2 with ogg files for "announcements". > > If I have both sources defined, can I *automatically* move listeners to the > "announcements" and back to the main stream when all ogg files in dir2 have > been played? If so, how can I trigger it? > > Or, can I merge/mix "announcements" stream with main music stream? > > Thanks for your ideas. > > Vieri > > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20110213/a2df5fba/attachment.htm
On Sun, 2011-02-13 at 06:14 -0800, Vieri wrote:> Hi, > > I'm trying to find a way to implement the following: > I have 1 media source (IceS or MPD) and 1 Icecast stream (say, LAN > radio). > Once in a while I'd like this stream to be interrupted by short > announcements (PA system). > > Input for these announcements can be from another source (IceS, MPD, > Asterisk call). Anyway, to make things simple: I'd have dir1 with ogg > music files for "normal" streaming and dir2 with ogg files for > "announcements". > > If I have both sources defined, can I *automatically* move listeners > to the "announcements" and back to the main stream when all ogg files > in dir2 have been played? If so, how can I trigger it? > > Or, can I merge/mix "announcements" stream with main music stream?You can also try savonet's liquidsoap audio framework for stream automation [1]. As well as radiomate [2], which was a GSoC project last summer, to utilize liquidsoap and enrich it so one can use it as remote automated radiostation. [1] http://savonet.sourceforge.net/index.html [2] http://radiomate.org hth, kloschi -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 665 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20110213/a378ad0b/attachment.pgp
Maybe Matching Threads
- [Bug 13587] New: Add a --dry-run way to show destination for each item
- How to replace slashes with back slashes
- directories not correctly recognized rsync-3.0.4
- rsync-ing from two locations with same filenames (at different versions)
- How to calculate the spatial correlation of several files?