On Fri, 2009-11-27 at 07:13 +1300, Bernard Mentink wrote:
> 
> 
> Hi Guys,
> 
> 
> Just an update on livepause using the RAM drive.
> 
> 
> It normally runs just fine as Trevor has indicated, except when it
> gets to the end of the buffer.
> 
> 
> When you have TV paused and get to the end of the buffer, you get  the
> "Buffer Full" indication and TV starts playing again. That's fine but
> it plays with blocky video and micro-pauses ..
This is as expected, that's the write catching up with the read...

> 
> If you exit back to the menu and then play the same channel again, you
> get an immediate "buffer full" message and blocky playback. It is only
> when you exit and play another channel for a few seconds, then go back
> and watch the original channel, that it plays ok again.

As expected, again, try seeking forward the issue will disappear. The
reason it is in the same place when you go back in is by design, so that
you can go back to the guide and then back into where you left off.
When you change channel you are obviously starting from fresh.

> 
> It looks like livepause has a problem with buffer allocation/freeing,
> so I think livepause needs some work on it. I will post a bug report.

No it doesn't this is not to do with any buffers, the issue is that the
write is now catching up with read, what needs tweaking is the amount
that gets seek forward from the end of the buffer so that write doesn't
catch up with the read. At the moment it tries to be conservative, looks
like I need to make this more aggressive.

Thanks

Adam



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to