Opened 18 years ago

Closed 18 years ago

#1718 closed defect (fixed)

nuvexport reports "Unrecognized stream type"

Reported by: jeff3140@… Owned by: xris
Priority: minor Milestone: 0.19
Component: perl / nuvexport Version: 0.19
Severity: low Keywords:
Cc: Ticket locked: no

Description (last modified by xris)

This occurs when I run nuvexport (0.3) and select a "Show". The show has multiple recordings, I get this error before I get to choose one of the recordings.

This is using mythtv from svn 4/17/2006 on FC4, 2.6.16-1.2069_FC4smp. I am using an SMP kernel even though this is not an SMP machine.

Unrecognized stream type.  Please execute the following and see if you
notice errors (make sure that you don't have the "really quiet" option
set in your mplayer config).  If not, create a ticket at
http://svn.mythtv.org/trac/newticket and attach the output from:

    /usr/bin/mplayer -v -v -v -v -nolirc -nojoystick -vo null -ao null \
             -frames 0 -identify '/myth/tv/1006_20060421192800.mpg'

[mythtv@tvsrv export]$ /usr/bin/mplayer -v -v -v -v -nolirc -nojoystick -vo null -ao null \
>              -frames 0 -identify '/myth/tv/1006_20060421192800.mpg'
MPlayer 1.0pre7try2-3.2.3 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 4)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0


Playing /myth/tv/1006_20060421192800.mpg.
ID_VIDEO_ID=0
ID_AUDIO_ID=0
MPEG-PS file format detected.
VIDEO:  MPEG2  640x480  (aspect 2)  29.970 fps  6000.0 kbps (750.0 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
ID_FILENAME=/myth/tv/1006_20060421192800.mpg
ID_VIDEO_FORMAT=0x10000002
ID_VIDEO_BITRATE=6000000
ID_VIDEO_WIDTH=640
ID_VIDEO_HEIGHT=480
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=1.3333
ID_AUDIO_CODEC=mp3
ID_AUDIO_FORMAT=80
ID_AUDIO_BITRATE=384000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=2036
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 640 x 480 (preferred csp: Mpeg PES)
VDec: using Mpeg PES as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [null] 640x480 => 640x480 Mpeg PES  [fs] [zoom]
Selected video codec: [mpegpes] vfm:mpegpes (MPEG-PES output (.mpg or DXR3/DVB card))
==========================================================================
Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
AF_pre: 48000Hz/2ch/s16le
AO: [null] 48000Hz 2ch s16le (2 bps)
Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
Starting playback...

Change History (6)

comment:1 Changed 18 years ago by skiller

Milestone: 0.19
Version: 0.19

i'm running on a 2.6.12-10-386 and have the same problem with mythtv 0.19 and nuvexport 0.3 installed today...

comment:2 Changed 18 years ago by Isaac Richards

Resolution: invalid
Status: newclosed

comment:3 Changed 18 years ago by xris

Resolution: invalid
Status: closedreopened

Actually, this bug comes from the new perl bindings for mythtv, which are integrated in nuvexport until .20 is released... The error correctly says to submit bug reports here.

comment:4 Changed 18 years ago by Isaac Richards

Component: mythtvnuvexport/perl
Owner: changed from Isaac Richards to xris
Priority: majorminor
Severity: mediumlow
Status: reopenednew

comment:5 Changed 18 years ago by xris

Description: modified (diff)

comment:6 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

(In [9793]) add some legacy stream type detection to close #1718. nuvexport has also been updated

Note: See TracTickets for help on using tickets.