Drucegrove DragonFly User Manual 1.4
Page 40
Configuring the DragonFly for Live Network Video
The UDP receiver on the DragonFly can be configured to receive unicast or multicast UDP stream using the URL:
udp://239.0.0.1:5000
Additional flags and variables can be added to the end of the URL, by placing a ? after the port, and separating
multiple values with an &, ie:
udp://239.0.0.1:5000?noaudio
udp://239.0.0.1:5000?noaudio&loadtimeout=7000
The following flags are supported:
Flag / Variable
Description
noaudio
Instructs the receiver to ignore audio. If no audio is
present on the stream, this flag must be present or
the receiver will fail to render the stream.
loadtimeout=15000
The number of milliseconds before the receiver will
timout and fail when trying to load a video stream.
The default value is 15000 (15 seconds).
inactivitytimeout=10000 The number of milliseconds before the receiver will
timeout and fail whilst playing a video stream. The
default value is 10000 (10 seconds).
Note: If audio is present but not required to be output, use the noaudio flag for improved video performance.