Hi,

Just an idea, i don't know whether you tested this already but it's an 
approach i use for testing as well. What source client do you use for 
the ogg stream? I noticed for example that liquidsoap has issues with 
Edcast streaming to a harbor, but that streaming with Liquidsoap in flac 
format to the harbor works quite fine. Have you tried to use a second 
liquidsoap instance to stream in ogg to your harbor? I remember issues 
with both vorbis and flac from Edcast which showed similar things in log.

Leonard

On 5/14/2013 15:37, Andy Brown wrote:
> Hi folks,
>
> Compiled the upgrade after the release at the weekend (Thank you!) and
> its much improved, the input.harbor does reconnect correctly now,
> however I'm seeing drops on one feed out of 3.
>
> To give you an idea I'm streaming 3 stations:
>
> station 1) Liquidsoap only, running playlists, etc. No problems
> station 2) Live feed as mp3 (input.harbor) with failover as playlists
> station 3) Live feed as ogg (input.harbor) with failover as playlists
>
> Station 1 and 2 don't appear to have any problems at all.
>
> Station 3 (The ogg feed) seems to drop regularly. Internet connection to
> that location is stable (got smokeping running and no packet loss,
> latency, etc)
> but I get the following very often in logs. It loops like this for a
> while then finally settles down and works.
>
> Cut down config for station 3:
>
> set("harbor.bind_addr","0.0.0.0")
> live1 = strip_blank(
>      input.harbor(id="live", port=8004, password="password",
>                   timeout=10.,buffer=18.,max=90.,"studio1.ogg"),
>      max_blank=50.)
>
> And it logs like this quite frequently:
>
>
> 2013/05/14 12:59:26 [harbor:4] Client logged in.
> 2013/05/14 12:59:26 [harbor:4] SOURCE request on /studio1.ogg.
> 2013/05/14 12:59:26 [harbor:4] Adding source on mountpoint
> "/studio1.ogg" with type "application/ogg".
> 2013/05/14 12:59:26 [decoder:4] Trying method "WAV" for "application/ogg"...
> 2013/05/14 12:59:26 [decoder:4] Trying method "PCM/BASIC" for
> "application/ogg"...
> 2013/05/14 12:59:26 [decoder:4] Trying method "FLAC" for
> "application/ogg"...
> 2013/05/14 12:59:26 [decoder:4] Trying method "AAC" for "application/ogg"...
> 2013/05/14 12:59:26 [decoder:4] Trying method "OGG" for "application/ogg"...
> 2013/05/14 12:59:26 [decoder:3] Method "OGG" accepted "application/ogg".
> 2013/05/14 12:59:26 [threads:3] Created thread "harbor source feeding"
> (2 total).
> 2013/05/14 12:59:26 [live:3] Decoding...
> 2013/05/14 12:59:27 [live:2] Feeding stopped: Ogg_demuxer.Invalid_stream.
> 2013/05/14 12:59:27 [threads:3] Thread "harbor source feeding"
> terminated (1 remaining).
> 2013/05/14 12:59:27 [harbor:4] New client on port 8004:
> gw.studio.radiohartlepool.co.uk
> 2013/05/14 12:59:27 [harbor:4] Header: User-Agent, value: IceS 2.0.1.
> 2013/05/14 12:59:27 [harbor:4] Header: Content-Type, value: application/ogg.
> 2013/05/14 12:59:27 [harbor:4] Header: ice-genre, value: Other.
> 2013/05/14 12:59:27 [harbor:4] Header: ice-audio-info, value:
> samplerate=22050;channels=2;quality=0%2e00.
> 2013/05/14 12:59:27 [harbor:4] Header: ice-description, value: Live FM
> simulcast feed.
> 2013/05/14 12:59:27 [harbor:4] Client logged in.
> 2013/05/14 12:59:27 [harbor:4] SOURCE request on /studio1.ogg.
> 2013/05/14 12:59:27 [harbor:4] Adding source on mountpoint
> "/studio1.ogg" with type "application/ogg".
> 2013/05/14 12:59:27 [decoder:4] Trying method "WAV" for "application/ogg"...
> 2013/05/14 12:59:27 [decoder:4] Trying method "PCM/BASIC" for
> "application/ogg"...
> 2013/05/14 12:59:27 [decoder:4] Trying method "FLAC" for
> "application/ogg"...
> 2013/05/14 12:59:27 [decoder:4] Trying method "AAC" for "application/ogg"...
> 2013/05/14 12:59:27 [decoder:4] Trying method "OGG" for "application/ogg"...
> 2013/05/14 12:59:27 [decoder:3] Method "OGG" accepted "application/ogg".
> 2013/05/14 12:59:27 [threads:3] Created thread "harbor source feeding"
> (2 total).
> 2013/05/14 12:59:27 [live:3] Decoding...
> 2013/05/14 12:59:28 [live:2] Feeding stopped: Ogg_demuxer.Invalid_stream.
> 2013/05/14 12:59:28 [threads:3] Thread "harbor source feeding"
> terminated (1 remaining).
> 2013/05/14 12:59:28 [harbor:4] New client on port 8004:
> gw.studio.radiohartlepool.co.uk
> 2013/05/14 12:59:28 [harbor:4] Header: User-Agent, value: IceS 2.0.1.
> 2013/05/14 12:59:28 [harbor:4] Header: Content-Type, value: application/ogg.
> 2013/05/14 12:59:28 [harbor:4] Header: ice-audio-info, value:
> samplerate=22050;channels=2;quality=0%2e00.
> 2013/05/14 12:59:28 [harbor:4] Header: ice-description, value: Live FM
> simulcast feed.
> 2013/05/14 12:59:28 [harbor:4] Client logged in.
> 2013/05/14 12:59:28 [harbor:4] SOURCE request on /studio1.ogg.
> 2013/05/14 12:59:28 [harbor:4] Adding source on mountpoint
> "/studio1.ogg" with type "application/ogg".
> 2013/05/14 12:59:28 [decoder:4] Trying method "WAV" for "application/ogg"...
> 2013/05/14 12:59:28 [decoder:4] Trying method "PCM/BASIC" for
> "application/ogg"...
> 2013/05/14 12:59:28 [decoder:4] Trying method "FLAC" for
> "application/ogg"...
> 2013/05/14 12:59:28 [decoder:4] Trying method "AAC" for "application/ogg"...
>

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to