Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12603 closed Patch - Feature (fixed)

Patch - make configure report slightly more verbose

Reported by: ctreleaven@… Owned by: Karl Egly
Priority: minor Milestone: 29.0
Component: MythTV - configure script Version: Unspecified
Severity: medium Keywords:
Cc: ctreleaven@… Ticket locked: no

Description

Patch to add 5 new items to configure report plus minor reorg of Misc Features section.

Example output with new bits indicated:

    # Video Output Support
    x11 support               no
    OpenGL video              yes
    VDA support               yes
>>  VideoToolBox support      yes
    MHEG support              yes
    libass subtitle support   yes
    
    # Misc Features
    Frontend                  yes
    Backend                   yes
    mythlogserver             no
    multi threaded libavcodec yes
    libxml2 support           yes [/opt/local/include/libxml2]
    libdns_sd (Bonjour)       yes
    libcrypto                 yes
>>  TLS -
>>  OpenSSL                   no
>>  gnutls                    no
>>  Secure Transport          yes
    OpenGL ES 2.0             no
    BD-J (Bluray java)        no
    BD-J type                 j2se
    systemd_notify            no

    # External Codec Options
    mp3lame                   yes
    faac                      yes
    xvid                      no
    x264                      yes
>>  x265 (HEVC)               yes
    vpx                       no
    SDL                       no

Attachments (1)

patch-configure_verbosity.diff (1.8 KB) - added by ctreleaven@… 8 years ago.

Download all attachments as: .zip

Change History (7)

Changed 8 years ago by ctreleaven@…

comment:1 Changed 8 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: newclosed

In 95abb01f575125f2531a72a4d7c71503a389a8b9/mythtv:

make configure report slightly more verbose

Patch by Craig Treleaven

Fixes #12603

comment:2 Changed 8 years ago by Karl Egly

Milestone: unknown29.0
Owner: changed from JYA to Karl Egly

comment:3 Changed 8 years ago by JYA

There's no videotoolbox support nor h265 encoding usable in myth.

Don't see the point of displaying those

comment:4 Changed 8 years ago by Craig Treleaven <ctreleaven@…>

The ffmpeg resync from last November mentioned both VideoToolBox? and HEVC:

http://www.gossamer-threads.com/lists/mythtv/commits/591944

So, are you saying that we need additional MythTV code to make use of features that are in the version of ffmpeg being used? I thought we got most new ffmpeg features 'for free' in a resync. If that is not the case, I think the commit message ought to separate what Myth actually supports.

comment:5 Changed 8 years ago by Karl Egly

I understood it as making x265 availability in mythffmpeg, e.g. for usage in nuvexport, visible.

I didn't think about videotoolbox. Maybe its good to know for mythffplay? If you prefer it removed I can remove it.

comment:6 Changed 8 years ago by JYA

VideoToolbox? was added to FFmpeg hwaccel API, it's not directly accessible to myth; we need to add support for hwaccel. Right now we use our own VDA playback. We don't use ffmpeg

Note: See TracTickets for help on using tickets.