Hi Martin,
 
Thanks for your quick reply. Your workaround seems to work fine, but I run into 
another difficulty. So again let's say there is n number of tracks in my queue 
and it's streaming. Also I have a crossfade operator applied on the queue. When 
a live show ends I want to get back to the queue and start with a new song. 
I've implemented a custom transition from live to queue which usues source.skip 
to achive this. In general it works ok, but during testing I run into something 
I wasn't expecting. So when I somehow manage to interupt a queue crossfade 
transition with my live show then after live show is ended I hear a song fading 
out and next song fading in. It looks like source.skip cannot skip a track when 
already in transition. I would rather expect queue to start with third song 
than with a transition. I can reproduce this behaviour using a playlist instead 
of a request.equeue. Did you ever observed similar behaviour?
Dnia 20 lipca 2012 15:25 Martin Konečný <[email protected]> 
napisał(a):
Try setting the length parameter of the queue a little shorter. For example, 
our is as follows: queue = request.equeue(id="queue", length=0.5) From what I 
understand, the length parameter defines how far into the future Liquidsoap 
"buffers" the file. Also make sure "conservative=false" (this is the default 
value). There's an explanation from David on here somewhere, but we had a 
similar problem before. Martin
On Fri, Jul 20, 2012 at 5:38 AM, azerty88 <[email protected]> wrote:
Hello guys,
Recently I was struggling with emptying a request.equeue when streaming from 
live. Let's assume that I've filled my equeue with n number of tracks and 
streaming until live show starts. Then a fallback starts streaming live show 
and in the meantime I want to reedit my queue. So I remove all tracks using 
request.remove server command. It works on every track except two which was at 
the begining of queue. The first is the one that was streaming when live 
started and it's a short 21-seconds track. The other is a regular over 3 
minutes long song. I guess first one was not removed because it was already 
started. I can use source.skip to remove it from the queue, but I have no idea 
how to remove the second one. I guess it cannot be removed by request.remove 
becasue it was already prepared in advance as the previous track was relatively 
short. But if it's not playing anyway why can't I remove it? Does anyone know 
how to overcome this? I am using liquidsoap 1.0.1.
Thanks in advance.
------------------------------------------------------------------------------
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
 --
Open source radio in the cloud. Get yours now! 
---> http://airtime.pro Martin Konecny
Software Developer, Sourcefabric
[email protected]
720 Bathurst St. Suite 203
M5S 2R4, Toronto, ON, Canada
+1 (416) 892-8420 (Cell)
Skype: martin.konecny15
http://www.sourcefabric.org
http://www.twitter.com/Sourcefabric
------------------------------------------------------------------------------
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

Reply via email to