upgrading to 1.12.4

David Wells dwells at blackcreekisc.com
Tue Jan 23 19:20:55 UTC 2018


Hello all,

I am working with an application built in 2015 using gstreamer 1.6.0. When I upgraded gstreamer to 1.12.4 I started having problem. The application captures a network camera and then converts the stream and sends it out.

Capture chain is: SoupHttpSrc -> MultipartDemux -> JpegDec -> InterVideoSink
Sending chain is: IntervideoSrc -> VideoConvert -> OpenH264Enc -> H264Parse -> RtpH264Pay

The issue appears to be when Start playing the SoupHttpSrc. It locks up.
    gst_element_set_state(mPipeline, GST_STATE_PLAYING);

*         Sometimes it will return from this function and then stop other times will not return from it.

Is this a known issue. or could there new configuration that I'm missing?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180123/549437ed/attachment.html>


More information about the gstreamer-devel mailing list