-
Notifications
You must be signed in to change notification settings - Fork 979
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
Schedule Rebroadcast needs a feed that never stops #9814
Comments
Unfortunately, it is not possible to implement the feature you are asking for, as it would introduce more issues than solutions. Here are the reasons why:
For these reasons, the current implementation is the most reliable and functional option. |
If the videos are all encoded in the same bitrate that shouldn't be an issue. Meta data is not important should just use the playlist title and maybe a uploaded thumbnail. |
But still the resolution issue |
I would think it would just like a radio encoder works. as long as the files are all the same bitrate it should be able to play all bits without interruption. Radio server works this exact way but it is audio only but same rules, it chunks the mp3 files into bit playlist and constant streams each track without interruption. Same way TV networks do it. |
I was thinking that may be possible but will cost some extra resources But I cannot promise you this to be done now |
Please let me know when you can try to modify it. Once this last step is done it will be ready for selling as a service. I feel we are so close to this being complete. |
this is a huge change, but why do you want this? |
We have a user well a couple of users that want this feature but needs it to stay a constant broadcast. This will be like a full TV broadcasting network and I bet this feature gets bought once people realize they can host a tv network in the cloud basically with this feature. VOD Live Streaming and 24/7 streaming completes it. |
Josh- FWIW I have spent a few days with the AI trying to architect a stable FFMPEG 24/7 livestream, and, it is a bitch. I will get back to this project soon, but I think it looks like having a 24/7/365 ffmpeg process that transcode-feeds the RTMP. |
If a video playlist is selected there needs to be a way to continue to the next video without disconnecting. I know it is possible for this to do this. The title updating is not important, should just stay the same title of the playlist.
If the feed can stay constant without disconnecting reconnecting it would work perfect with the restreaming to other platforms as well.
has to be some way to stop the disconnect reconnect from happening after each video.
The text was updated successfully, but these errors were encountered: