BCL programming tips

Revision as of 07:37, 18 December 2008 by 77.58.245.111 (talk) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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