Re: Beacon v1.0-0 on FreeBSD
OK this is really rather embarassing. I had assumed IPv6 support would
be automagically enabled by configure - I hadn't realised I needed to
pass in --enable-ipv6. Now that I have, all appears to be working.
Sorry to have wasted your time.
Ras
Rasmus Hansen wrote:
> Mitch Kutzko wrote:
>
>> Start with
>> ./beacon -d 4
>>
>> which is the highest debug level, and then watch the output. That may
>> help
>> some.
>
>
> I tried that, it unfortunately isn't terribly helpful:
>
> ~/local/beacon/bin > ./beacon -d4
> Setting RTCP_PORT, PORT = 20002
>
> Getting configuration information from file "etc/beacon.conf".
> Opening session on default interface.
> Unable in initialize RTP session for this Beacon!
>
>
> It would appear that it is the beacon_init() call on beacon:3365 that is
> failing. I take it this is a function hidden somewhere in the
> accompanying C code? How would I go about finding out exactly what is
> going wrong?
>
>
> Ras
>