<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 16, 2013 at 2:47 PM, Larry T <span dir="ltr"><<a href="mailto:larryt@gmail.com" target="_blank">larryt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote">On Wed, Jan 16, 2013 at 11:54 AM, Jim Stichnoth <span dir="ltr"><<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>On Tue, Jan 15, 2013 at 6:51 PM, Larry T <<a href="mailto:larryt@gmail.com" target="_blank">larryt@gmail.com</a>> wrote:<br>
><br>
><br>
> On Tue, Jan 15, 2013 at 5:18 PM, Jim Stichnoth <<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>> wrote:<br>
>><br>
>> On Tue, Jan 15, 2013 at 2:02 PM, Bob Cottingham <<a href="mailto:bobnvic@gmail.com" target="_blank">bobnvic@gmail.com</a>> wrote:<br>
>> > I'd be happy to provide a sample if Larry doesn't post it first. What<br>
>> > would<br>
>> > be a good way to trim the video to ~30s and preserve any timing details<br>
>> > you<br>
>> > may need?<br>
>><br>
>> I would do this just by manually scheduling a 1-minute recording.<br>
>> Then verify the 5m19s duration display issue. It doesn't matter how<br>
>> long the recording actually is, as long as it's at least 30 seconds<br>
>> (otherwise it's hard to play around with), and small enough to easily<br>
>> host or email.<br>
>><br>
>> It's possible that it would also be useful to have the seek table for<br>
>> the recording - execute the mysql query "select * from recordedseek<br>
>> where chanid=<mychanid> and starttime=<mystarttime>;", substituting<br>
>> the proper values for <mychanid> and <mystarttime>.<br>
>><br>
>> Jim<br>
>><br>
>> _______________________________________________<br>
>> mythtv-users mailing list<br>
>> <a href="mailto:mythtv-users@mythtv.org" target="_blank">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>
><br>
><br>
> Jim,<br>
><br>
> I am going to send you 3 Dropbox links off list. One is a 1 minute video<br>
> from a channel that consistently produces this problem (Cartoon Network).<br>
> One is a 15 minute full show from that channel (confirmed to display 5:19)<br>
> and one is what I think is the proper database query result stored in a text<br>
> file. Happy to do anything else if you want anything more or if I blew it on<br>
> the query.<br>
<br>
</div></div>Larry,<br>
<br>
Thanks for uploading the samples. On my system, for both Master and<br>
v0.26.0-81-g91e9315, both samples play fine, show the correct position<br>
and duration, and seeking works fine. This is when importing them into<br>
Video Library, and under three separate themes - Blue Abstract,<br>
Mythbuntu, and Steppes, and with or without "mythcommflag --rebuild".<br>
<br>
A few more questions and things to try, focusing on the 15-minute sample.<br>
<br>
1. What theme are you using?<br>
<br>
2. What happens if you drop the .mpg file into your Videos storage<br>
group, do a Video Library rescan, and play it back there?<br>
<br>
3. What does the recordedmarkup table have for this recording?<br>
"select * from recordedmarkup where chanid=<mychanid> and<br>
starttime=<mystarttime>;"<br>
<div><div><br>
Jim<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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>
</div></div></blockquote></div><br></div></div><div>1. Mythbuntu<br></div>2. I will determine this answer shortly when I return home from work.<br>3. <br>mysql> select * from recordedmarkup where chanid=1036 and starttime='2013-01-14 05:00:00';<br>
+--------+---------------------+------+------+---------+<br>| chanid | starttime | mark | type | data |<br>+--------+---------------------+------+------+---------+<br>| 1036 | 2013-01-14 05:00:00 | 0 | -3 | NULL |<br>
| 1036 | 2013-01-14 05:00:00 | 0 | 11 | NULL |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 11 | NULL |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 14 | 1000000 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 30 | 480 |<br>
| 1036 | 2013-01-14 05:00:00 | 5819 | 30 | 3819 |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 30 | 3719 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 30 | 480 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 31 | 480 |<br>
| 1036 | 2013-01-14 05:00:00 | 5819 | 31 | 2242 |<br>| 1036 | 2013-01-14 05:00:00 | 6210 | 31 | 896 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 31 | 480 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 32 | 29970 |<br>
| 1036 | 2013-01-14 05:00:00 | 6210 | 32 | 25000 |<br>| 1036 | 2013-01-14 05:00:00 | 6224 | 32 | 29970 |<br>| 1036 | 2013-01-14 05:00:00 | 0 | 33 | 319496 |<br>+--------+---------------------+------+------+---------+<br>
16 rows in set (0.00 sec)<br><br></div></div>
</blockquote></div><br></div><div class="gmail_extra">2. It shows up as 14:59. <br></div></div>