Forum

Full Version: ffwd & rwd problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wanted to ask why when you fast forward or rewind (skip) the screen goes grey and blocky - you can still hear audio but then the picture will suddenly catch up and appear. is this xbmc or xbian?
thanks
XBMC and the firmware.
The "grey and blocky" screen is somehow corrected in on of the current XBMC or firmware versions. So I think it will be gone with one of the next released versions.

The other fact is that ffwd and rwd didn't really worked well in XBMC as far as I read it. In all posts I've read about this topic the last weeks all members suggested to use the seek function to jump in steps of 30 seconds and/or 10 minutes.
You can adjust these steps in the advacedsettings.xml to custom values:
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cvideo.3E
this is cos the XBMC
this should be partly fixed in new upcoming versions
(13th Jan, 2013 04:20 AM)namtih Wrote: [ -> ]XBMC and the firmware.
The "grey and blocky" screen is somehow corrected in on of the current XBMC or firmware versions. So I think it will be gone with one of the next released versions.

The other fact is that ffwd and rwd didn't really worked well in XBMC as far as I read it. In all posts I've read about this topic the last weeks all members suggested to use the seek function to jump in steps of 30 seconds and/or 10 minutes.
You can adjust these steps in the advacedsettings.xml to custom values:
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cvideo.3E

sorry to sound a bit thick, how do you go about doing this?
thanks.
Sorry, but I don't understand want you mean.
Can you please say it in other words and explain it a little bit more? I will see if I can help then :-)
(13th Jan, 2013 06:47 PM)namtih Wrote: [ -> ]Sorry, but I don't understand want you mean.
Can you please say it in other words and explain it a little bit more? I will see if I can help then :-)

How do I do this - change the fast forward and rewind times. Is that what you are suggesting to do?
no he suggest to set the times of step jumps,so when u use arrows on keyboard or up/down left/right keys on remote
default is set to 10min and 30 seconds
(13th Jan, 2013 08:15 PM)julius02 Wrote: [ -> ]How do I do this - change the fast forward and rewind times. Is that what you are suggesting to do?

Fast forward and rewind doesn't work well in XBMC since several versions. Especially on the Raspberry as the hardware is limited. You can Google for "raspberry xbmc fast forward" for example if you want to read more about it.

So many users suggest to use the seek function instead. That means when you press left/right on the keyboard you will jump in 30seconds steps and with up/down in 10minutes steps.
You can adjust those steps in the advancedsettings.xml file if you prefer other time values:
/home/xbian/.xbmc/userdata/advancedsettings.xml
Code:
<video>
    <timeseekforward>30</timeseekforward>
    <timeseekbackward>-30</timeseekbackward>
    <timeseekforwardbig>600</timeseekforwardbig>
    <timeseekbackwardbig>-600</timeseekbackwardbig>
</video>

Restart XBMC after made changes.

@xbian crew
Perhaps this settings/values are something for xbian-config Smile
This gray blocking is fixed with the latest raspberry pi firmware. If you want to try that fix, along with XBMC 12 RC3, follow Koennk's instructions here:

http://forum.xbian.org/thread-211.html
(13th Jan, 2013 11:04 PM)raspberry_pd Wrote: [ -> ]This gray blocking is fixed with the latest raspberry pi firmware. If you want to try that fix, along with XBMC 12 RC3, follow Koennk's instructions here:

http://forum.xbian.org/thread-211.html

brilliant, works much better, thanks.
Sweet, if you feel like I helped, could you "Click to thank!"? Would like to get my reputation up Smile
Hi,

Is the ffwd & rwd issue still appearing in latest firmware/XBMC version? I just tried that and I only do see values being changed on the screen 2,4,8,16,32 (and backwards same) however the movie is just playing. I do have final version of Frodo installed, RaspBerry firmware is on version 365344 and XBian on 1.04a.

Thank you,
-= Rudy
will have to test tonight or tomorrow when I get the chance Wink
so just tested this and I have o say that this is still an issue as the FFWD/RWD still doesn't work, however this is not an XBian but XBMC related.
So I think we can just wait for update or if is here anyone with an idea or fix than we may help Wink
(13th Jan, 2013 11:04 PM)raspberry_pd Wrote: [ -> ]This gray blocking is fixed with the latest raspberry pi firmware. If you want to try that fix, along with XBMC 12 RC3, follow Koennk's instructions here:

http://forum.xbian.org/thread-211.html

Sure the latest pi firmware and XBMC 12 removes the gray blockis with Fwd/Rwd. BUT... this has introduced a another problem. Audio/video starts to go out of sync ..specially on smb mounted media playback. Within few minutes it will be so bad that you will have to stop the movie are start again from the point you stopped for it to sync up. I reported this issue when this solution was posted in the above mentioned thread. It it still present in XBMC 12 final release. And I am pretty sure it will exist on Alpha 5.
Reference URL's