Bug #405
MPEG encoder not detected
0%
Description
Trying to get TVheadend working as TV backend for XBMC.
Hardware: Hauppauge_WinTV-NOVA-HD-S2
Error: Device lacks MPEG encoder, device skipped
robert@janeway:~/.klear$ tvheadend
[INFO]:dvb: Found adapter /dev/dvb/adapter0 (Conexant CX24116/CX24118) via PCI
[INFO]:v4l: /dev/video0: cx8800 Hauppauge WinTV-HVR4000 D PCI:0000:04:01.0 capabilities: 0x05010011
[INFO]:v4l: /dev/video0: Standard #0: 0000000000001000 NTSC-M, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #1: 0000000000002000 NTSC-M-JP, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #2: 0000000000004000 NTSC-443, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #3: 0000000000000007 PAL-BG, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #4: 0000000000000010 PAL-I, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #5: 00000000000000e0 PAL-DK, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #6: 0000000000000100 PAL-M, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #7: 0000000000000200 PAL-N, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #8: 0000000000000400 PAL-Nc, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #9: 0000000000000800 PAL-60, frameperiod: 1001/30000, 525 lines
[INFO]:v4l: /dev/video0: Standard #10: 0000000000010000 SECAM-B, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #11: 0000000000040000 SECAM-G, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #12: 0000000000080000 SECAM-H, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #13: 0000000000320000 SECAM-DK, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Standard #14: 0000000000400000 SECAM-L, frameperiod: 1/25, 625 lines
[INFO]:v4l: /dev/video0: Input #0: DVB (Camera), audio:0x0, tuner:0, standard:00000000007f7ff7,
[INFO]:v4l: /dev/video0: Format #0: 8 bpp, gray [GREY]
[INFO]:v4l: /dev/video0: Format #1: 15 bpp RGB, le [RGBO]
[INFO]:v4l: /dev/video0: Format #2: 15 bpp RGB, be [RGBQ]
[INFO]:v4l: /dev/video0: Format #3: 16 bpp RGB, le [RGBP]
[INFO]:v4l: /dev/video0: Format #4: 16 bpp RGB, be [RGBR]
[INFO]:v4l: /dev/video0: Format #5: 24 bpp RGB, le [BGR3]
[INFO]:v4l: /dev/video0: Format #6: 32 bpp RGB, le [BGR4]
[INFO]:v4l: /dev/video0: Format #7: 32 bpp RGB, be [RGB4]
[INFO]:v4l: /dev/video0: Format #8: 4:2:2, packed, YUYV [YUYV]
[INFO]:v4l: /dev/video0: Format #9: 4:2:2, packed, UYVY [UYVY]
[WARNING]:v4l: /dev/video0: Device lacks MPEG encoder, device skipped
[INFO]:dvr: Creating new configuration ''
[WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/home/robert". This can be changed from the web user interface.
[INFO]:CSA: Using SSE2 128bit parallel descrambling
[NOTICE]:START: HTS Tvheadend version 2.12 started, running as PID:20666 UID:1000 GID:1000, settings located in '/home/robert/.hts/tvheadend'
[INFO]:AVAHI: Service 'Tvheadend' successfully established.
[NOTICE]:STOP: Exiting HTS Tvheadend
History
Updated by Phill Lavender over 13 years ago
Perfectly normal for the type of TV/Sat card you have. (My Nova's do the same) It doesn't have an MPEG Encoder chip, most DVB cards don't. You can safely ignore those log comments. Does the Frontend show up on on the Web configuration screen?
Certainly looks from the log that V4L found the correct drivers for the card, not sure when the HVR4000 and HD-S2 where added to the V4L, but it appears to be working fine from what you posted.
Phill