After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724510 - mpegtsmux don't generate stream valid for iDevices(iPhone,iPad)
mpegtsmux don't generate stream valid for iDevices(iPhone,iPad)
Status: RESOLVED DUPLICATE of bug 736213
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.4
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-16 23:06 UTC by m][sko
Modified: 2015-07-23 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description m][sko 2014-02-16 23:06:08 UTC
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
Comment 1 m][sko 2014-02-16 23:06:53 UTC
My hls file contain only one file for testing purpose
Comment 2 m][sko 2014-05-01 22:53:35 UTC
this problem is au delimiter related
solution:
idea is to add option to h264parse to generate au delimters
Comment 3 Jan Schmidt 2015-07-23 16:31:40 UTC

*** This bug has been marked as a duplicate of bug 736213 ***