Opened 18 years ago

Closed 18 years ago

#413 closed defect (invalid)

PVR-250 causing jumpy audio and video, mythtranscode and commflag also erroring out ( 7379 )

Reported by: sanji@… Owned by: Isaac Richards
Priority: major Milestone: 0.19
Component: mythtv Version:
Severity: medium Keywords: mythtranscode
Cc: Ticket locked: no

Description

Hi,

I have just updated myth install to svn 7379, since then my PVR-250 based recordings are really jumpy ( both audio and video ) I am also no longerable to skip forward, doing so causes the window to close, I get this error

in the frontend window :

0: start_time: 0.036 duration: 324.777

1: start_time: 0.030 duration: 324.794

stream: start_time: 0.334 duration: 3608.819 bitrate=7418 kb/s

2005-10-03 10:41:19.434 AVFD: Opened codec 0x8e6da0, id(MPEG2VIDEO) type(Video)

2005-10-03 10:41:19.434 AVFD: Opened codec 0x81e330, id(MP3) type(Audio)

Destroying SipFsm? object

A while ago, when this happened, I was able to transcode the program and all was well, but that too is not working...

Change History (4)

comment:1 Changed 18 years ago by anonymous

Here is the output after enabling the verbose jobqueue :

2005-10-05 09:08:02.202 JobQueue::GetJobsInQueue?: Found 'Transcode' Job for 1007@ 20051004200000 in Queued state.

2005-10-05 09:08:02.205 JobQueue?: Currently Running 0 jobs.

2005-10-05 09:08:02.208 JobQueue?: Processing 'Transcode' job for chanid 1007@ 20051004200000, current status is 'Queued'

2005-10-05 09:08:02.218 Transcode Starting for Commander in Chief "First Choice": 2.2 GB (Autodetect)

2005-10-05 09:08:02.220 JobQueue? running app: 'mythtranscode -j 651 -V 4099 -p autodetect '

Must specify -i OR -c AND -s options!

2005-10-05 09:08:02.799 Deleting /myth/tv/1007_20051004200000.mpg.tmp

2005-10-05 09:15:02.657 JobQueue::GetJobsInQueue?: Found 'Flag Commercials' Job for 1005 @ 20051002190000 in Queued state.

2005-10-05 09:15:02.659 JobQueue?: Currently Running 0 jobs.

2005-10-05 09:15:02.662 JobQueue?: Processing 'Flag Commercials' job for chanid 1005 @ 20051002190000, current status is 'Queued'

2005-10-05 09:15:02.670 Commercial Flagging Starting for The West Wing "The Mommy Problem" recorded from channel 1005 at Sun Oct 2 19:00:00 2005

2005-10-05 09:15:02.672 JobQueue? running app: 'mythcommflag -j 652 -V 4099'

illegal option: '652' (use --help)

2005-10-05 09:15:02.704 Finished, 10 break(s) found.

comment:2 Changed 18 years ago by sanji@…

Hi, my programming skills are rather slim, but I think one of the issues is at line 338 in mythtranscode/main.cpp

I add
( ! jobID ) and it now seems to work....

This is a pure hack, but now mythtranscode is called and runs.

comment:3 Changed 18 years ago by anonymous

Sounds like you have (or had) old copies of mythtranscode and mythcommflag in your path. The "-j" command line options were changed a while ago to take a JobQueue? Job ID as an argument, and the versions of the programs that are being run weren't expecting the JobID as an argument to the -j option. Make sure you don't have multiple copies of mythtranscode and mythcommflag laying around in other directories and make sure the PATH is setup properly when mythbackend is run.

comment:4 Changed 18 years ago by Isaac Richards

Resolution: invalid
Status: newclosed

Closing based on comments above.

Note: See TracTickets for help on using tickets.