<br><br><div><span class="gmail_quote">On 5/31/07, <b class="gmail_sendername">James Buckley</b> &lt;<a href="mailto:xanium4332@googlemail.com">xanium4332@googlemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_112e2bd8003466b5_0">On 31/05/07, <b class="gmail_sendername">David Meixner</b> &lt;<a href="mailto:dmeixner@uiuc.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dmeixner@uiuc.edu
</a>&gt; wrote:</span></div><div><div><span class="e" id="q_112e2bd8003466b5_2"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I&#39;ve got MythstreamTV working almost perfectly.&nbsp;&nbsp;Most of the buttons work,<br>including play, pause, -30sec, -1min.&nbsp;&nbsp;However, the buttons to go forward<br>(+30sec and +1min) just cause the video to play from the beginning.&nbsp;&nbsp;Also,
<br>I&#39;ve added a field to do a random seek (described on the KnoppMyth wiki),<br>and only values that seek backwards (i.e. -45sec) or percentages (i.e. 23%)<br>work.&nbsp;&nbsp;Trying something like +00:45:00 or 1:23:12 do not work.
<br><br>In the &quot;creatfile.php&quot;, I&#39;ve tried using a seek_value of both &quot;%2B30sec&quot; and<br>&quot;+30sec&quot; for the +30sec button.&nbsp;&nbsp;Neither seem to work.<br><br>Any ideas?<br><br>Thanks,<br>David</blockquote>

<div><br>&nbsp;</div><br></span></div><div>It could be because the
video is being transcoded on-the-fly, and it hasn&#39;t been streamed yet
(because it doesn&#39;t exist). What happens if you pause the video for a
while, let it transfer, then try and jump forward a little?
<br></div></div><br>
<br><br></blockquote></div><br>
I tried pausing the video for a couple minutes and then jumping forward
30 seconds, but it still just restarted the video.&nbsp; Also, by using
a value like 50%, it will jump to the halfway point of the video, so I
don&#39;t think the problem is that it hasn&#39;t been streamed yet.<br>