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

vod in place of offline #9818

Open
milehighkaraoke opened this issue Jan 17, 2025 · 7 comments
Open

vod in place of offline #9818

milehighkaraoke opened this issue Jan 17, 2025 · 7 comments

Comments

@milehighkaraoke
Copy link

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](

Image

) 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.

@DanielnetoDotCom
Copy link
Member

I am not sure what you mean

@milehighkaraoke
Copy link
Author

milehighkaraoke commented Jan 17, 2025

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

@milehighkaraoke
Copy link
Author

@DanielnetoDotCom
Is there a way to make this happen? This would definitely get more traffic to these sites.
Thanks
Dwayne

@DanielnetoDotCom
Copy link
Member

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]

@milehighkaraoke
Copy link
Author

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

@milehighkaraoke
Copy link
Author

<script> var myPlayer = videojs('myPlayer'); myPlayer.playlist([{ sources: [{ src: '', type: 'video/mp4' }] }]); myPlayer.playlist.repeat(true); // Enable looping </script>

@milehighkaraoke
Copy link
Author

Hmmmm it will not share my code. So I put it on a screenshot

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants