Multiqueue Pad-added?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multiqueue Pad-added?

killerrats
Administrator

rtspsrc location=[IP] name=source ! rtpjitterbuffer name=rtpjitterbuffer1 ! rtph264depay name=vdepay ! h264parse name=vparse config-interval=1 ! multiqueue max-size-time=0 name=mq source. ! rtpjitterbuffer name=rtpjitterbuffer2 ! rtpmp4gdepay name=adepay ! aacparse name=aparse ! mq.

I setup the following pipeline in my application but I do not get a signal from the pad-added.

g_signal_connect(mq, "pad-added", G_CALLBACK(cb_new_multiqueue_pad), this->pRtspPipeline);

pad-removed works but the pad-added doesn't seem to work.

any ideas?

------------------------------
Gstreamer 1.14.1
------------------------------
Windows


Sent from the GStreamer-devel mailing list archive at Nabble.com.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows
Reply | Threaded
Open this post in threaded view
|

Re: Multiqueue Pad-added?

Gst-Geek
killerrats
The only reason I can think of is no data flowing in your pipeline. Also
pipeline is incomplete
Provide debug log with level 4, that would help to provide

See if you can use uridecodebin for rtsp decoding.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Multiqueue Pad-added?

killerrats
Administrator
I looked at the debug level 4 and seems to be flowing right. I manually
linked the src pads with the splitmuxsink. course you had to link the right
one otherwise it will go to pause mode. I looked at the code in the
gstmultiqueue.c
<https://fossies.org/linux/gstreamer/plugins/elements/gstmultiqueue.c>  . I
didn't seem to find anything in the code that portrays to pad-added, unless
i missed that some where in the code.



-----
------------------------------
Gstreamer 1.14.1
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows