Skip to content
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

Question - How to create dynamically created Periods in Live streaming using Shaka Packager? #551

Closed
levyshachar2 opened this issue Jan 31, 2019 · 3 comments
Labels
status: archived Archived and locked; will not be updated

Comments

@levyshachar2
Copy link

Hi!

We have a requirement where we want to differentiate when the actual live streaming starts.
For example , consider a scenario where there is a lecture , the technical team setup the live stream at 20:00 and the stream starts at 20:00 , but the lecture itself starts at 20:30 , we want to be able to have a dash with two periods , one from 20:00 - 20:30 and the second from 20:30 until the end.

I saw at the documentation the flag ad_cues which does indeed creates a multiple periods dash , however we can't use this flag as it is given to the Shaka packager as an argument (known beforehand).

We would like the option to activate a new period dynamically with some way of interacting with the currently running command.

Any ideas if this is possible at the moment?

I saw online about SCTE 35 which is more related to ads that can achieve what we need, but I don't understand how I can send the SCTE 35 command to the Shaka packager itself

Thank you!

@kqyang
Copy link
Contributor

kqyang commented Feb 1, 2019

@levyshachar2 Unfortunately we do not support this use case at this moment. A possible workaround is to package two sets of streams, i.e one at 20:00 and another at 20:30. Will that work for you?

We do not support SCTE35 right now. We may look into it later this year.

@levyshachar2
Copy link
Author

ok thank you for the suggestion.

@TheModMaker
Copy link
Contributor

I'm going to close this due to inactivity. Adding SCTE-35 is tracked in #352. If you have any other issues or questions, feel free to comment or open a new issue.

@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Mar 25, 2021
@shaka-project shaka-project locked and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

No branches or pull requests

4 participants