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 736091 - SPS / PPS sends only on start. (omx target - bellagio)
SPS / PPS sends only on start. (omx target - bellagio)
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-05 04:26 UTC by Roman Nadtochii
Modified: 2018-01-23 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roman Nadtochii 2014-09-05 04:26:46 UTC
Can not use omxh264enc for streaming to VLC.
VLC reports: packetizer_h264 warning: waiting for SPS/PPS
I saw that same issue for omx target "raspbery" is already fixed, but with "bellagio" it still exists.
Comment 1 Sebastian Dröge (slomo) 2014-09-05 07:45:30 UTC
The fix in gstomxh264enc.c is independent of the OpenMAX target. You will have to check why the code in gst_omx_h264_enc_handle_output_frame() doesn't work as expected on your platform.
Comment 2 Tim-Philipp Müller 2018-01-23 10:57:38 UTC
h264parse and rtph264pay have a config-interval property which you can use to regularly insert sps/pps even if the encoder doesn't do that.

If you want to provide a patch to improve this for bellagio please do, but in the mean time I'm going to close this in order to reduce clutter in bugzilla, since bellagio is not amongst the targets we care a lot about.