Hi, sorry if I insist, but maybe I wasn't clear enough to get some suggestion. I have pipleline for avi files, it works fine. I use avidemux because I need to put subtitles and other things.
Now I want the same but using RSTP protocol for streaming. I'd like to know if I need to change the format file and/or remake my pipeline to it. Thanks and regards, Rossana This is my actual pipeline for avi files: textoverlay --------- ffmpegcolorspace ---------videoscale -------- autovideosink (.srt) filescr ------------- saubparse ----textoverlay.text_sink decodebin2 -----------------------queue --------------alsasink // audio (.avi) | filescr ------------ avidemux -------- | decodebin2 ------------------ ffdecmpeg4 ------ queue -------- textoverlay.video_sink // video _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Wed, 2012-04-04 at 16:16 -0300, Rossana Guerra wrote:
Hi, > sorry if I insist, but maybe I wasn't clear enough to get some > suggestion. I have pipleline for avi files, it works fine. I use > avidemux because I need to put subtitles and other things. > Now I want the same but using RSTP protocol for streaming. > I'd like to know if I need to change the format file and/or remake my > pipeline to it. is there a reason you are not just using playbin2 instead? It should handle both RTSP uris and file:///path/to/foo.avi URIs just fine, including subtitles. Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Sorry I need to handle in a separate manner. Is there a "muxer" to handle this?
thanks. Rossana 2012/4/4 Tim-Philipp Müller <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
it'a kind of server from an avi player. Thanks for any suggestion.
Rossana 2012/4/4 Rossana Guerra <[hidden email]> Sorry I need to handle in a separate manner. Is there a "muxer" to handle this? _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I need to generate RTP content, do I need to put my pipeline in the factory? gst_rtsp_media_factory_set_launch (factory--
thanks 2012/4/4 Rossana Guerra <[hidden email]> it'a kind of server from an avi player. Thanks for any suggestion. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |