Hi all,
I have been playing with the trick mode for almost a week with no success.
I changed the simpleVideoPlayer and added the HDBIFUrl as below,
bitrates = [6500]
urls = ["http://192.168.20.23:808/abc.wmv"]
qualities = ["HD"]
videoclip = CreateObject("roAssociativeArray")
videoclip.StreamBitrates = bitrates
videoclip.StreamUrls = urls
videoclip.StreamQualities = qualities
videoclip.StreamFormat = "wmv"
videoclip.Title = "Test"
videoclip.HDBifUrl = "http://192.168.20.23:808/abc-hd.bif"
video.SetContent(videoclip)
video.show()
This is what i get when i click ff button. It always says there are no frames available.
I create the bif file as mentioned in the thread
http://forums.roku.com/viewtopic.php?f=34&t=23520&p=145640&hilit=biftool#p145640I would appreciate any help in this regard.
Thank you.