<br><br><div class="gmail_quote">On Wed, May 23, 2012 at 8:52 AM, Chris Pinkham <span dir="ltr"><<a href="mailto:cpinkham@bc2va.org" target="_blank">cpinkham@bc2va.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">* On Sun May 13, 2012 at 08:42:25PM -0400, Dave Badia wrote:<br>
> So I've been playing with the demo at mbeip:6544/samples/hlstest.qsp<br>
> and I see a list of streams. But the list refreshes so quickly (it's<br>
> constantly flashline) that I either can't click the "Delete" link or it's<br>
> not doing anything.<br>
><br>
> Anyway I can slow down the refresh rate on this page or is there some other<br>
> way I can delete the old content?<br>
<br>
</div></div>That list should only refresh at most once every second, and that should<br>
only occur if there are entries that are in a queued, starting, or<br>
stopping state because those states should be temporary.<br>
<br>
What browser are you using? I'm using a simple javascript timer to<br>
reload the page when an entry is found in one of these states, but maybe<br>
that is failing on your browser.<br></blockquote><div> </div><div>The refresh was definitely more frequent than every second. Tried firefox 11 and 12.<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Second, it sounds like you have items stuck in the queue. You can clean<br>
up the queue by executing the following SQL:<br>
<br>
truncate livestream;<br>
<br></blockquote><div><br>This cleaned up the old entries. I think I was missing some HLS dependencies in my BE build when I had this issue. Since correcting that, the refresh behaves as expected and the queue looks good.<br>
</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If you have any HLS files in the ~/.mythtv/tmp/hls directory you will<br>
have to remove them manually after running the above command.<br>
<br></blockquote><div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
--<br>
Chris<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>Thanks for the help<br>Dave<br>