-
-
Notifications
You must be signed in to change notification settings - Fork 32
Offload Transcode Streams to Secondary Server #205
Copy link
Copy link
Open
Labels
1. Script requestRequest for new scriptRequest for new script2. Level: MediumThe request is of normal difficultyThe request is of normal difficulty3. Request acceptedRequest is accepted and will be realisedRequest is accepted and will be realised
Metadata
Metadata
Assignees
Labels
1. Script requestRequest for new scriptRequest for new script2. Level: MediumThe request is of normal difficultyThe request is of normal difficulty3. Request acceptedRequest is accepted and will be realisedRequest is accepted and will be realised
I have reviewed some of your other scripts that involve migrating streams to a backup server. However, this particular one is designed to handle streams that are being transcoded. The scenario that I want to address is when a stream starts on the primary server. If the stream begins transcoding at any point, it should be moved to a secondary server. If it switches back to direct play or direct stream, it should return to the primary server. The interval for checking this change can be set to 5 seconds.