Hi !
2012/4/27 Josh <[email protected]>:
> for the switch, would i do the following if i wanted it on a friday, from 8
> till 10 pm?
> s = switch( [ ({5w } { 20h-22h }, s) ])
The correct statement would be:
s = switch( [ ({5w and 20h-22h }, s) ])
Another question is: do you need the source to start immediately when
the time comes and stop immediately when it is up, regardless of the
track currently being played? In this case, you should add a
track_sensitive=false option to the switch:
s = switch(track_sensitive=false, [ ({5w } { 20h-22h }, s) ])
For input.http sources, metadata are considered as track markers.
Thus, without track_sensitive=false, if the stream has static metadata
or runs shows that span over hours, the switch above may run for a
long time after its time is up, waiting for the current track to end.
Romain
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users