gst rtsp server dynamic linking on already running pipeline

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

gst rtsp server dynamic linking on already running pipeline

Peter BOCZ
Hi,

i try to implement an rtsp server for an already running pipeline. The main concept is in a simple example:

videotestsrc -> x264enc -> tee -> queue -> avdec_h264 -> xvimagesink

The pipeline is in PLAYING state. When a client connects to the rtsp server i would like to request a new pad from tee create the payloader and use this new bin (queue, pay) as GstRTSPMedia. I already re implemented the GstRTSPMediaFactory create_element virtual function to create this bin, and also the create_pipeline function to add the created elements to the main pipeline. I made some dot-s from the created pipeline as i see it looks good, but i always get "ignoring stream 0 without media type".

So can you give me some tips what should be the next step ? As i see my problem is the caps notify is not arrived, so it can't generate the sdp. I already set the reusable and shared flags.

Thanks in advance.
Peter

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

Re: gst rtsp server dynamic linking on already running pipeline

yjjnls
have you solve this problem?
I also met the problem when link the rtsp-server to a running pipeline.



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