I've finally gotten my environment stable enough to chip at some of
the minor issues that have been vexing me.

1. method=multicast/broadcast seem not to work.

2. two receivers trying to get at a single local radio stream don't work.

For problem #1, I have done packet tracing from the host running the trio server and verified that about the same number of packets are sent to appropriate target UDP addresses out the right interface with whatever method (168.192.0.x, 168.0.255.255, and 230.0.0.1). The receiver only seems to be listening to the unicast port. I could use a suggestion how to trace/debug the receiver side to see what addrs/ports it believes it is receiving. I may be willing to download a cross-compilation kit if it isn't a zillion steps.

For problem #2, I have a streamsicle server running on the same machine as the JReceiver and trio server. The first Rio is able to tune to the streamsicle as a radio station with no problem. If I try to tune the second Rio to the same station, it hangs. There is no problem having a winamp or itunes on some other computer tune to the streamsicle server at the same time, so this appears to be a trio problem. Any ideas what to look at?

thanks,
-dB