I'm setting up a broadcast network type situation where I have podcasters on time slots, and want to enforce that time slot so that, for example podcaster A ends at 4:59.59 and podcaster B gets access to the stream at 5:00.00. When no podcasters are streaming it should be running a mp4 loop player.
How to achieve something like this with Ant media?
Question
Conspyre
I'm setting up a broadcast network type situation where I have podcasters on time slots, and want to enforce that time slot so that, for example podcaster A ends at 4:59.59 and podcaster B gets access to the stream at 5:00.00. When no podcasters are streaming it should be running a mp4 loop player.
How to achieve something like this with Ant media?
┌──────────────────────────────────────────────────────────────────────────────────────────┐ ├───────────────────────────────┐ ┌─────────────────┤ │ Loop player ... │ │ Loop player ...│ ├───────────────────────────────┘ └─────────────────┤ ┌──────────────┐ │ ┌──────────────────┐ │ │ Podcaster 1 │─┼▶ │ 3pm-5pm │ │ └──────────────┘ │ └──────────────────┘ │ ┌────────────────┐ │ │───────▶│ output 1 RTMP │ ┌──────────────┐ │ ┌──────────────────┐ │ └────────────────┘ │Podcaster 2...│─┼▶ │ 5pm-7pm │ │ └──────────────┘ │ └──────────────────┘ │ │ │ │ │ └──────────────────────────────────────────────────────────────────────────────────────────┘
Link to comment
Share on other sites
Top Posters For This Question
4
3
Popular Days
Oct 27
2
Oct 28
2
Oct 13
1
Oct 14
1
Top Posters For This Question
Conspyre 4 posts
Connessione 3 posts
Popular Days
Oct 27 2022
2 posts
Oct 28 2022
2 posts
Oct 13 2022
1 post
Oct 14 2022
1 post
Popular Posts
Connessione
So this pattern is generally known as a radio channel or a tv station channel pattern. This is most common in shoutcast & icecast servers for audio streaming. There are two ways to make this work.
Connessione
Well technically that is how the server side implementation works in media servers. There may or may not be a scheduler in place. But the pipelines work somewhat like that. there is a single pipeline
Posted Images
6 answers to this question
Recommended Posts