rtsp server from uri

Alexandre Pinheiro pinheiro.alexandre2 at gmail.com
Wed Feb 13 09:40:27 PST 2013


hi, 

I'm trying create one pilepline which receives stream from uri, add one
textoverlay and makes a new stream.

when i try this:

*str ="videotestsrc !"
            "textoverlay text=\"It Works!!!!\" color=4 valign=top
halign=right !"
            "video/x-raw-yuv,width=640,height=480,framerate=10/1 ! "
            "x264enc ! queue ! rtph264pay name=pay0 pt=96 !" *

it works perfectly, but when i try from uri:

*str = "uridecodebin
uri=http://otp1.rtp.pt:80/liverepeater/smil:rtp1.smil/playlist.m3u8 !"
            "textoverlay text=\"It Works!!!!\" color=4 valign=top
halign=right !"
            "video/x-raw-yuv,width=640,height=480,framerate=10/1 ! "
            "x264enc ! queue ! rtph264pay name=pay0 pt=96 !"*


it doesn't work.. 

Someone  knows why it doesn't work? 

Regards 
Alex



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtsp-server-from-uri-tp4658523.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list