<br><br><div><span class="gmail_quote">On 5/31/07, <b class="gmail_sendername">James Buckley</b> <<a href="mailto:xanium4332@googlemail.com">xanium4332@googlemail.com</a>> 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> <<a href="mailto:dmeixner@uiuc.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dmeixner@uiuc.edu
</a>> 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've got MythstreamTV working almost perfectly. Most of the buttons work,<br>including play, pause, -30sec, -1min. However, the buttons to go forward<br>(+30sec and +1min) just cause the video to play from the beginning. Also,
<br>I'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. Trying something like +00:45:00 or 1:23:12 do not work.
<br><br>In the "creatfile.php", I've tried using a seek_value of both "%2B30sec" and<br>"+30sec" for the +30sec button. Neither seem to work.<br><br>Any ideas?<br><br>Thanks,<br>David</blockquote>
<div><br> </div><br></span></div><div>It could be because the
video is being transcoded on-the-fly, and it hasn't been streamed yet
(because it doesn'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. Also, by using
a value like 50%, it will jump to the halfway point of the video, so I
don't think the problem is that it hasn't been streamed yet.<br>