-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playlists attr: qeue or schedule #7
Comments
I'm not sure I understand the difference. Let's say I've got a playlist running from 3 to 5. I receive a playlist that says it needs to start at 4. |
Thats the idea. First, Caspa should warn the operator that he is queuing 2013/3/28 Tomas Neme [email protected]
|
why not have the frontend handle this by sending a 'delete' (or a move) command on the replaced playlist and just putting the newly replaced playlist in the required place? In any case, this would go in the not-yet-implemented "player" interface. |
Its an option, but for initial release, we also have to handle the case that something will go on air from outside Mosto (live or DVD ie). Thtats another reason for schedule a playlist and not qeue it. And we also should validate everything that comes from Caspa (just in case, defensive progrmming sayed Niv). Enviado desde mi BlackBerry -----Original Message----- why not have the frontend handle this by sending a 'delete' (or a move) command on the replaced playlist and just putting the newly replaced playlist in the required place? In any case, this would go in the not-yet-implemented "player" interface. Reply to this email directly or view it on GitHub: |
There are 2 different things here.
I agree with tom: we should handle that state in caspa. anyway, the 2 points:
anyway, in that case, the playout should still be playing a default loop, so that if we come back to our stream, no black frames goes on air.Niv Sardi |
Agree! I should fill an issue so we dont forgot about the loop... Next meeting we should try to define the "schedule" and "qeue" attrs finally... |
What happened with this finally? @fabriciocosta, @Lacrymology? |
Right now all playlists are set up with the queue method, I think.There's no way in the frontend to handle this right now |
now there is. On 18 April 2013 13:05, Tomas Neme [email protected] wrote:
Niv Sardi |
@Lacrymology ? :) |
setting a default is not "handling" it. "handling" it would be having a way of creating playlists with different settings on this! I mean, all playlists right now are ensured to be non-overlapping by the frontend (and will be double-checked by our validation API when we finally have one), and there's no way of generating a playlist that cuts onto another one. |
Also, what's the difference between this and the values discussed in #71 ? |
#71 is about cilps in playlists, |
There should be an attribute on the playlists that tells mosto if the playlist should be qeued (no matter its start time) or scheduled for a specific time. If qeued, Mosto will look at the time of the playlist just to be aware of the order. If scheduled, Mosto will schedule a job to start playing this playlist no matter what is it playing at the time of schedule.
The text was updated successfully, but these errors were encountered: