-
Notifications
You must be signed in to change notification settings - Fork 980
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
vod in place of offline #9818
Comments
I am not sure what you mean |
After live stream is completed, there should be a VOD in its place of the last live stream at that address that will loop until the next live stream is active |
@DanielnetoDotCom |
I may do this in the future, but there is no ETA for it. If you need an ETA, you can sponsor this feature. If you are intrested to sponsor it, please email me at [email protected] |
Money is something that is not easy to come by so to sponsor this I will give you what I have started developing so it can be properly implimented for the community <script> var myPlayer = videojs('myPlayer'); myPlayer.playlist([{ sources: [{ src: '', type: 'video/mp4' }] }]); myPlayer.playlist.repeat(true); // Enable looping </script>Any help would be greatly appreciated |
<script> var myPlayer = videojs('myPlayer'); myPlayer.playlist([{ sources: [{ src: '', type: 'video/mp4' }] }]); myPlayer.playlist.repeat(true); // Enable looping </script> |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
All shared links for lives go to an offline view after [stream](
) has finished.
Describe the solution you'd like
A clear and concise description of what you want to happen.
After live is finished the VOD of that stream will loop until new live starts.
The text was updated successfully, but these errors were encountered: