Rourlstream – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 248

Advertising
background image

240

roUrlStream

This object allows playback of content from a URL; the current implementation is only designed to work from local NAS
storage.

This object is created with an associated roUrlTransfer object, as well as a number of other numeric parameters that
define buffer size, etc. The

roUrlTransfer

object defines the retrieval URL and is documented separately.


To use the final object to play back content, you must put the object into an associative array with the parameter name
"Url". This array can then be sent to

roVideoPlayer.PlayFile()

for playback.


Interfaces: ifUrlStream

The ifUrlStream interface provides the following:

GetUrl() As String

GetBufferSize() As Integer

GetRewindSize() As Integer

GetMinimumFill() As Integer

Advertising