[mythtv-users] mythtranscode fails to find recording

Rod Roark rod at sunsetsystems.com
Wed Jul 3 03:38:04 UTC 2013


I'm running 0.26/fixes compiled on an Ubuntu 12.04 64-bit machine. 
Using mytharchive to burn DVDs, I can't get mythtranscode to work.  From
progress.log:

2013-07-02 19:48:17 Failed while running mythtranscode to cut
commercials and/or clean up an mpeg2 file.
Result: 146, Command was mythtranscode --mpeg2 --chanid 1287 --starttime
2013-06-21T09:00:00-07:00 --outfile
"/myth/mytharchive/temp/work/1/newfile.mpg"

Running the same command at the command line gives this output:

2013-07-02 19:50:07.301870 C  mythtranscode version:  [v0.26.0]
www.mythtv.org
2013-07-02 19:50:07.301885 C  Qt version: compile: 4.8.1, runtime: 4.8.1
2013-07-02 19:50:07.301892 N  Enabled verbose msgs:  general
2013-07-02 19:50:07.301902 N  Setting Log Level to LOG_INFO
2013-07-02 19:50:07.302153 I  Added logging to the console
2013-07-02 19:50:07.302537 I  Setup Interrupt handler
2013-07-02 19:50:07.302546 I  Setup Terminated handler
2013-07-02 19:50:07.302550 I  Setup Segmentation fault handler
2013-07-02 19:50:07.302556 I  Setup Aborted handler
2013-07-02 19:50:07.302561 I  Setup Bus error handler
2013-07-02 19:50:07.302566 I  Setup Floating point exception handler
2013-07-02 19:50:07.302572 I  Setup Illegal instruction handler
2013-07-02 19:50:07.302580 I  Setup Real-time signal 0 handler
2013-07-02 19:50:07.302611 N  Using runtime prefix = /usr/local
2013-07-02 19:50:07.302622 N  Using configuration directory =
/home/rod/.mythtv
2013-07-02 19:50:07.302669 I  Assumed character encoding: en_US.UTF-8
2013-07-02 19:50:07.303081 N  Empty LocalHostName.
2013-07-02 19:50:07.303088 I  Using localhost value of myth
2013-07-02 19:50:07.303130 I  Testing network connectivity to '192.168.8.4'
2013-07-02 19:50:07.304998 I  Starting process manager
2013-07-02 19:50:07.305074 I  Starting process signal handler
2013-07-02 19:50:07.305110 I  Starting IO manager (read)
2013-07-02 19:50:07.305792 I  Starting IO manager (write)
2013-07-02 19:50:07.424407 N  Setting QT default locale to en_US
2013-07-02 19:50:07.424546 I  Current locale en_US
2013-07-02 19:50:07.424623 N  Reading locale defaults from
/usr/local/share/mythtv//locales/en_us.xml
2013-07-02 19:50:07.429356 I  Loading en_us translation for module
mythfrontend
2013-07-02 19:50:07.429916 E  Couldn't find recording for chanid 1287 @
2013-06-21T09:00:00Z

But of course the recording exists:

mysql> select chanid, starttime, title, hostname, recordid, basename,
progstart from recorded where starttime like '2013-06-21%';
+--------+---------------------+-----------------------+----------+----------+-------------------------+---------------------+
| chanid | starttime           | title                 | hostname |
recordid | basename                | progstart           |
+--------+---------------------+-----------------------+----------+----------+-------------------------+---------------------+
|   1287 | 2013-06-21 16:00:00 | Behind the Great Wall | myth     |    
6245 | 1287_20130621160000.mpg | 2013-06-21 16:00:00 |
+--------+---------------------+-----------------------+----------+----------+-------------------------+---------------------+
1 row in set (0.00 sec)

Any ideas?  Perhaps this is a UTC vs. local time issue?

Rod


More information about the mythtv-users mailing list