BrightSignNetwork (BSN) Main A...
...
Custom Data Types (2017/01)
FileInfo Entity and Derived St...
LiveMediaFeedFile Entity (2017/01)
1min
livemediafeedfile ('fileinfo type' property set to "livemediafeed") is derived from the 'storedfile' structure, and is used to reference live media feeds existing in bsn by id see the example below (your values will vary for all but "type") { "type" "livemediafeed", // \[string], structure data type visible only in json representation and used by de serializer to determine expected property set of this object instance "name" "my first live media feed", // \[string] "size" 378, // \[uint] "hash" "sha1 4da06fee7fdda07511bc4a876cf79989d034550b", // \[string] "creationdate" "2017 02 08t00 17 38 130z", // \[datetime] "lastmodifieddate" "2017 06 08t11 32 41 280z", // \[datetime] "id" 47324, // \[int] "path" "http //localhost 8081/content/livemediafeeds/my first live media feed xml" // \[uri] }