Mayiani, Martin Martine - mayianmm
2020-Nov-20 17:14 UTC
[Icecast] Pre-roll playing every time user disconnects and connects
I was trying to see if there's a way to configure it so that someone with a weak network connection doesn't have to hear our pre-roll over and over again. Thanks Martin -----Original Message----- From: Icecast <icecast-bounces at xiph.org> On Behalf Of Geoff Shang Sent: Friday, November 20, 2020 11:54 AM To: Icecast streaming server user discussions <icecast at xiph.org> Subject: Re: [Icecast] Pre-roll playing every time user disconnects and connects CAUTION: This email originated from outside of JMU. Do not click links or open attachments unless you recognize the sender and know the content is safe. ________________________________ On Fri, 20 Nov 2020, Mayiani, Martin Martine - mayianmm wrote:> I remember some asked a question on the same ( Icecast pre-roll playing every time user disconnects and connects back) and it is annoying. Any work around?That's what that feature is. What do you actualy want? Cheers, Geoff. _______________________________________________ Icecast mailing list Icecast at xiph.org https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.xiph.org_mailman_listinfo_icecast&d=DwIGaQ&c=eLbWYnpnzycBCgmb7vCI4uqNEB9RSjOdn_5nBEmmeq0&r=fM5iy7jgIV7jGhy9QkEGrQ&m=C4ILx60Ma2DdWy18l705koC_rdgnrn9DQUUGV-T4hg8&s=O5HIn8Lx6Y896wjRAiaYoHKiUPfj-Uybro-Aua2zBJU&e=
Yahav Shasha
2020-Nov-20 17:20 UTC
[Icecast] Pre-roll playing every time user disconnects and connects
You could simply serve your pre roll at the client side, eg, your player. This way you can detect the mentioned situation and decide whether or not to serve the pre roll. On Fri, Nov 20, 2020 at 7:14 PM Mayiani, Martin Martine - mayianmm < mayianmm at jmu.edu> wrote:> I was trying to see if there's a way to configure it so that someone with > a weak network connection doesn't have to hear our pre-roll over and over > again. > > Thanks > > Martin > > -----Original Message----- > From: Icecast <icecast-bounces at xiph.org> On Behalf Of Geoff Shang > Sent: Friday, November 20, 2020 11:54 AM > To: Icecast streaming server user discussions <icecast at xiph.org> > Subject: Re: [Icecast] Pre-roll playing every time user disconnects and > connects > > CAUTION: This email originated from outside of JMU. Do not click links or > open attachments unless you recognize the sender and know the content is > safe. > ________________________________ > > On Fri, 20 Nov 2020, Mayiani, Martin Martine - mayianmm wrote: > > > I remember some asked a question on the same ( Icecast pre-roll playing > every time user disconnects and connects back) and it is annoying. Any > work around? > > That's what that feature is. > > What do you actualy want? > > Cheers, > Geoff. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > > https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.xiph.org_mailman_listinfo_icecast&d=DwIGaQ&c=eLbWYnpnzycBCgmb7vCI4uqNEB9RSjOdn_5nBEmmeq0&r=fM5iy7jgIV7jGhy9QkEGrQ&m=C4ILx60Ma2DdWy18l705koC_rdgnrn9DQUUGV-T4hg8&s=O5HIn8Lx6Y896wjRAiaYoHKiUPfj-Uybro-Aua2zBJU&e> _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201120/988166c6/attachment.html>
Geoff Shang
2020-Nov-21 00:36 UTC
[Icecast] Pre-roll playing every time user disconnects and connects
On Fri, 20 Nov 2020, Yahav Shasha wrote:> You could simply serve your pre roll at the client side, eg, your player. > This way you can detect the mentioned situation and decide whether or not > to serve the pre roll.The trick here is to find a way of serving the preroll without everyone hearing it. I guess you could use some on connect logic to determine if it should be played, fire up a command line streamer which would stream it to its own mount point which is set to fall back to the main stream, then move the listener to that mount. They would hear the preroll then drop back to the main stream when the streamer exits and drops off. And of course there's the whole logic of when and when not to stream the preroll. Cheers, Geoff.