6.1-roUrlStream

ON THIS PAGE


Important

The roUrlStream object has been deprecated and will be removed in a future version of firmware.

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. 

ifUrlStream

GetUrl() As String
 
GetBufferSize() As Integer
 
GetRewindSize() As Integer
 
GetMinimumFill() As Integer
Â