Difference between revisions of "BCL programming tips"
(New page: == How to use LINK == == RTP streaming == * MP3 bit reservoir == Audio handling == * reading/writing must happen in "real time" == Tips for writing efficient programs == * use ON var GO...) |
(No difference)
|
Revision as of 07:37, 18 December 2008
How to use LINK
RTP streaming
- MP3 bit reservoir
Audio handling
- reading/writing must happen in "real time"
Tips for writing efficient programs
- use ON var GOTO
- do not use large if then or nested if then
UDP reception
- lastlen trick
- must proceed all UDP packets in the handler
Multicast
- open UDP handle with a multicast address
UDP source/destination ports
- source port is the same as the port in the open statement