rkondaveti
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010
08:43 AM
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,
This is what i get when i click ff button. It always says there are no frames available.
.jpg)
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.
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.
.jpg)
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.
2 REPLIES 2

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010
04:47 PM
Re: Trick mode not working
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.
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.
rkondaveti
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010
10:11 AM
Re: Trick mode not working
Thanks Kevin.
I got it working.
The bif file was not accessible.
I got it working.
The bif file was not accessible.