I’m looking for a solution how to play a pre recorded video (vod) as a live video using video.js or any other player
We have a video session which should go “live” e.g. 3pm- 4:45. If a user comes to the page at 3:15. We want to show him the video 15 minutes in, without an option to fast forward it and with the live sticker. Does anyone have an idea how to achieve it?
2nd question, if we have pre loaded live stream url, which will start at 3pm, and user comes to the page at 2:58, if the player tries to play the video, as the stream is nit active, it will show an error. Is there a way of making player to re try every 5 seconds, and eventually once the stream is live to play the video ?
Thanks