[Bug 724510] New: mpegtsmux don't generate stream valid for iDevices(iPhone,iPad)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 16 14:46:06 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724510
  GStreamer | gst-plugins-bad | 1.2.4

           Summary: mpegtsmux don't generate stream valid for
                    iDevices(iPhone,iPad)
    Classification: Platform
           Product: GStreamer
           Version: 1.2.4
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: xlazom00 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If I use mpegtsmux to generate hls stream. for iDevices
it don't working
avmux_mpegts generate valid ts.

avplay or vlc don't report any error in ts 


my pipeline
gst-launch-1.0  uridecodebin uri="file:///home/pi/test2/test3.ts"
use-buffering=false name=demux \
 ! video/x-raw, format="I420" \
 ! omxh264enc target-bitrate=1000000 control-rate=1 inline-header=true
periodicty-idr=250 interval-intraframes=250 ! video/x-h264, profile="main" \
 ! h264parse ! video/x-h264, alignment="au", stream-format="byte-stream"
 ! mpegtsmux name=mux0 \
 ! filesink location="/dev/shm/test_ok.ts" sync=true

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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