[mythtv-commits] Ticket #9892: Latest mplayer breaks nuvexport

MythTV noreply at mythtv.org
Sat Jul 2 06:25:50 UTC 2011


#9892: Latest mplayer breaks nuvexport
-------------------------------------+-------------------------------------
     Reporter:  cto@…                |      Owner:  xris
         Type:  Bug Report -         |     Status:  new
  General                            |  Milestone:  unknown
     Priority:  minor                |    Version:  0.24.1
    Component:  Apps - Nuvexport     |   Keywords:  nuvexport, mplayer,
     Severity:  medium               |  mencoder
Ticket locked:  0                    |
-------------------------------------+-------------------------------------
 The lastest version of mplayer breaks nuvexport.   After selecting a show
 you want to export, nuvexport calls mplayer to get information on the
 video.  This mplayer call results in mplayer going crazy indefinitely.
 That call is:

 /usr/bin/mplayer -v -v -v -v -nolirc - nojoystick -vo null -ao null
 -frames 1 -identify '/path/to/some/random/mythtv/recording' 2> /dev/null

 The problems is the -frames 1 bit.   When manually using with -frames 0 it
 appears to give desired output.  Oddly, when grep'ing my nuvexport code, I
 couldn't find "-frames 1" *ANYWHERE*.   I did see, however, "-frames 0" in
 what looks like it should generate the aformentioned mplayer call in
 nuvinfo.pm .... this begs the question, just where in the hell is -frames
 1 coming from anyway??

 Using Arch Linux.... but this has reared its ugly head in Fedora as well:
 http://lists.atrpms.net/pipermail/atrpms-users/2011-June/012721.html

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9892>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list