Re: Beacon v1.0-0 on FreeBSD
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