Trick mode not working

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.

[upload|jHuG/5kp/vR8ziVj9zd2OQ==]

I create the bif file as mentioned in the thread http://forums.roku.com/viewtopic.php?f=34&t=23520&p=145640&hilit=biftool#p145640

I would appreciate any help in this regard.

Thank you.

You will get a screen like that if the roku box cannot access or parse the HDBifUrl.

I would double check your SDBifUrl and HDBifUrl values in a browser to be sure you can access the files. And then try to read the bif files using biftool to be sure that they were created properly and able to be parsed.

–Kevin.

Thanks Kevin.
I got it working.
The bif file was not accessible.