GNOME Bugzilla – Bug 747228
Black screen instead of video on IOS
Last modified: 2015-04-07 16:19:54 UTC
I builded gstreamer.framwork for ios. Config is cross-ios-universal.cbc SDK 8.2 pipeline is - udpsrc port=3000 caps="application/x-rtp, media=video, width=(int)1280, height=(int)720, clock-rate=90000, encoding-name=H264, payload=96" ! rtph264depay ! avdec_h264 ! autovideosink application based on tutorial3 when a stream is started - the state changes to "play", but I only see a black screen
This was most likely fixed here: https://bugzilla.gnome.org/show_bug.cgi?id=745090#c9 Can you confirm?
Yes! Fresh build is work.