[Bug 753032] mpegtsmux: AVFoundation can not play videos muxed with mpegts if h.264 profile is high-4:4:4

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 14:12:52 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753032

--- Comment #2 from Kyrylo V. Polezhaiev <polezhaiev at ukr.net> ---
I am not sure, maybe NOTABUG. Maybe thats Apple limitation or issue. Maybe we
limit allowed format. Is that allowed to use that format in transport stream?
Workaround for encodebin is to specify H.264 profile other than high-4:4:4 in
caps of encoding profile, e.g.:

    caps = gst_caps_from_string("video/x-h264,profile=(string)high");
    gst_encoding_video_profile_new(caps, "x264enc_preset", NULL, 0);

This prevents x264enc from negotiating Y444 with it's predecessor.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list