Network sources

serverpushImageSource

HTTP-based image source to retrieve images from a server using the server push mechanism described by Netscape in 1995 in An exploration of dynamic documents. This is usually used to retrieve JPEG, PNG or PAM images.See nucleo/image/Image.H for the full list of supported encodings.

Example: http://host:port/path?query

query is passed to the remote source.

nudpImageSource

Example: nudp://localhost:port?options or nudp://multicastgroup:port?options

Options:

encoding (see nucleo/image/Image.H): remote image encoding, defaults to JPEG

nudppImageSource

Example: nudpp://localhost:port?options or nudpp://multicastgroup:port?options

Options:

encoding (see nucleo/image/Image.H): remote image encoding, defaults to JPEG

nudpcImageSource

Example: nudpc://host:group?query

query is passed to the remote source.