[Bug 753109] omxh264enc cannot stream to HLS: black screen in Safari and iOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 13 21:34:53 UTC 2017


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

Robert Mast <rn.mast at zonnet.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rn.mast at zonnet.nl

--- Comment #5 from Robert Mast <rn.mast at zonnet.nl> ---
On my RPi3 this does not give any output in mystream.mp4:

gst-launch-1.0 souphttpsrc
location="http://127.0.0.1:9981/stream/channel/41ceb7b6ef96f869d7d6c78b6b3a27a6?ticket=24A946694272F14A9994F5F2280E466AB495F745?profile=pass"
! tsdemux name=demux demux. ! mpegvideoparse ! omxmpeg2videodec ! videoconvert
! omxh264enc target-bitrate=2097152 control-rate=variable !
video/x-h264,stream-format=byte-stream,profile=high,width=720,height=576,framerate=25/1
! h264parse ! filesink
location="/media/6ee0734e-108c-4f31-b19a-ec7a66c5ce09_/mystream.mp4"

This one, only missing h264parse, does
gst-launch-1.0 souphttpsrc
location="http://127.0.0.1:9981/stream/channel/41ceb7b6ef96f869d7d6c78b6b3a27a6?ticket=24A946694272F14A9994F5F2280E466AB495F745?profile=pass"
! tsdemux name=demux demux. ! mpegvideoparse ! omxmpeg2videodec ! videoconvert
! omxh264enc target-bitrate=2097152 control-rate=variable !
video/x-h264,stream-format=byte-stream,profile=high,width=720,height=576,framerate=25/1
! filesink location="/media/6ee0734e-108c-4f31-b19a-ec7a66c5ce09_/mystream.mp4"

So, whatever is added to h264parse, it removes all h264 content without any
error.

Versions 1.10.3, except for libvpx 1.5.0
patched withattachments of bugs 767801 and 775962 to get the pipeline running
at all

-- 
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