Forum Discussion
umitic
8 years agoVisitor
Did You set up video URL in a proper way?
Wrong code:
Proper way to set up URL in the old SDK for the stream would be:
***I know this is an old thread but maybe I will help someone else.
Wrong code:
videoclip = CreateObject("roAssociativeArray")
videoclip.url= URL
Proper way to set up URL in the old SDK for the stream would be:
videoclip = CreateObject("roAssociativeArray")
videoclip.StreamUrls = [URL]
***I know this is an old thread but maybe I will help someone else.