they disconect individually after playing one hour. Am 15.04.2020 um 19:08 schrieb Jordan Erickson:> Hi, > > Doesn't sound like anything Icecast does by default. I would inspect > your web player / browser for clues. Do all clients disconnect at the > same time every hour, or do they individually disconnect after playing > for an hour each? > > > Cheers, > Jordan Erickson > > On 4/15/20 8:25 AM, Railgun wrote: >> sry i had forgot to answer at the list. >> >> there is no restart at the logfiles of icecast, and there are no >> listener behind >> >> Am 15.04.2020 um 16:40 schrieb tonton Th: >>> On 4/15/20 4:06 PM, Railgun wrote: >>>> Hi I have a problem, the webplayer, Oder other clients (only VLC not) >>>> get >>>> most time disconect after exactly one hour. >>>> >>>> Somone can help me solv this problem? >>>> >>>> I using icecast 2.4.4 on Ubuntu 18.04 >>>> >>>> And ezstream as source. >>> I've had this kind of trouble with a server (but other than icecast) >>> before. >>> >>> It was a logrotate crontask that was restarting the server every >>> hour... >>> >>> >>> tTh. >>> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
have a look in the encoder config file [ not icecast] and see if there is a time limit there. in Icecast check you have plenty of capacity <limits> <clients>100</clients> <sources>20</sources> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> and I would look for something local that resets your internet each hour. some modem/routers have weird settings as do isp's regards Robert On 16/04/20 9:11 am, Railgun wrote:> they disconect individually after playing one hour. > > > Am 15.04.2020 um 19:08 schrieb Jordan Erickson: >> Hi, >> >> Doesn't sound like anything Icecast does by default. I would inspect >> your web player / browser for clues. Do all clients disconnect at the >> same time every hour, or do they individually disconnect after playing >> for an hour each? >> >> >> Cheers, >> Jordan Erickson >> >> On 4/15/20 8:25 AM, Railgun wrote: >>> sry i had forgot to answer at the list. >>> >>> there is no restart at the logfiles of icecast, and there are no >>> listener behind >>> >>> Am 15.04.2020 um 16:40 schrieb tonton Th: >>>> On 4/15/20 4:06 PM, Railgun wrote: >>>>> Hi I have a problem, the webplayer, Oder other clients (only VLC not) >>>>> get >>>>> most time disconect after exactly one hour. >>>>> >>>>> Somone can help me solv this problem? >>>>> >>>>> I using icecast 2.4.4 on Ubuntu 18.04 >>>>> >>>>> And ezstream as source. >>>> I've had this kind of trouble with a server (but other than icecast) >>>> before. >>>> >>>> It was a logrotate crontask that was restarting the server every >>>> hour... >>>> >>>> >>>> tTh. >>>> >>> _______________________________________________ >>> Icecast mailing list >>> Icecast at xiph.org >>> http://lists.xiph.org/mailman/listinfo/icecast >>> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-- Communication Consultants 2020 Limited 64 Warner Park Avenue Laingholm Auckland 0604 New Zealand
Perhaps check the mount settings in the icecast config file: <mount type="normal"> <mount-name>/example-complex.ogg</mount-name> <username>othersource</username> <password>hackmemore</password> <max-listeners>1</max-listeners>* <max-listener-duration>3600</max-listener-duration>* - http://icecast.org/docs/icecast-2.4.0/config-file.html#mountsettings Regards Chip Scooter On Wed, 15 Apr 2020 at 22:24, Robert Jeffares <jeffares.robert at gmail.com> wrote:> have a look in the encoder config file [ not icecast] and see if there > is a time limit there. > > in Icecast check you have plenty of capacity > > <limits> > <clients>100</clients> > <sources>20</sources> > <queue-size>524288</queue-size> > <client-timeout>30</client-timeout> > <header-timeout>15</header-timeout> > <source-timeout>10</source-timeout> > > > and I would look for something local that resets your internet each hour. > > some modem/routers have weird settings as do isp's > > > regards > > Robert > > > > On 16/04/20 9:11 am, Railgun wrote: > > they disconect individually after playing one hour. > > > > > > Am 15.04.2020 um 19:08 schrieb Jordan Erickson: > >> Hi, > >> > >> Doesn't sound like anything Icecast does by default. I would inspect > >> your web player / browser for clues. Do all clients disconnect at the > >> same time every hour, or do they individually disconnect after playing > >> for an hour each? > >> > >> > >> Cheers, > >> Jordan Erickson > >> > >> On 4/15/20 8:25 AM, Railgun wrote: > >>> sry i had forgot to answer at the list. > >>> > >>> there is no restart at the logfiles of icecast, and there are no > >>> listener behind > >>> > >>> Am 15.04.2020 um 16:40 schrieb tonton Th: > >>>> On 4/15/20 4:06 PM, Railgun wrote: > >>>>> Hi I have a problem, the webplayer, Oder other clients (only VLC not) > >>>>> get > >>>>> most time disconect after exactly one hour. > >>>>> > >>>>> Somone can help me solv this problem? > >>>>> > >>>>> I using icecast 2.4.4 on Ubuntu 18.04 > >>>>> > >>>>> And ezstream as source. > >>>> I've had this kind of trouble with a server (but other than > icecast) > >>>> before. > >>>> > >>>> It was a logrotate crontask that was restarting the server every > >>>> hour... > >>>> > >>>> > >>>> tTh. > >>>> > >>> _______________________________________________ > >>> Icecast mailing list > >>> Icecast at xiph.org > >>> http://lists.xiph.org/mailman/listinfo/icecast > >>> > >> _______________________________________________ > >> Icecast mailing list > >> Icecast at xiph.org > >> http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > > -- > Communication Consultants 2020 Limited > 64 Warner Park Avenue > Laingholm > Auckland 0604 > New Zealand > > _______________________________________________ > 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/20200415/3186fb6e/attachment.html>