Sorry, I read "we do not want to harbor mount points", which would have been a problem. Two different harbor sources (on two different mount points, on the same port) are no problem, and you can do whatever you want with those sources, they are sources like any other. (Note that with shoutcast sources, two mounts = two ports.)
For example you could have: harbors = fallback([harbor1,harbor2]) fallback(track_sensitive=false,[harbors,music],transitions=[...]) Here it's important to use a two-layered fallback, and not a single track-insensitive fallback, otherwise an harbor source could interrupt the other (which is probably not wanted). The transitions could involve silence before going back to music, and a connection on any harborX would interrupt that silence to go back to a live stream. However, if you want that a new harbor connection triggers a transition from the other harbor, it's only possible in one direction (depending on the order in the fallback). -- David ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
