Read stream sent with gstreamer with VLC?

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

Read stream sent with gstreamer with VLC?

Markus
Hi all,

I managed to write a pipeline to send and recieve/display a h264 videostream with gstreamer. I tested it on localhost and it works.
Now i need to be able to read it on another machine using vlc how can i do this?
I read things about sdp files, but couldnt find how to generate them. can someone help me?

Thank you in advance
Markus
Reply | Threaded
Open this post in threaded view
|

Re: Read stream sent with gstreamer with VLC?

Chuck Crisler-2
SDP is mainly used with SIP and SAP. However, it is also used with RTSP. Are you planning to use your Gstreamer pipeline as an RTSP server? If so, then you would need it. I don't know how to handle the signaling if you are using RTP. If you were using the video stream within a SIP connection/conference, then you would have a caps exchange using SDP so that the RTP signaling would just work. I don't know at the moment (anyone please help both of us) how to establish a connection with RTP.

A SDP is simply a text file that describes the media stream, but it does have a specific format. You can google it and probably get tons of examples. H264 video generally uses payload type 96.

On Fri, Aug 3, 2012 at 7:41 AM, Markus <[hidden email]> wrote:
Hi all,

I managed to write a pipeline to send and recieve/display a h264 videostream
with gstreamer. I tested it on localhost and it works.
Now i need to be able to read it on another machine using vlc how can i do
this?
I read things about sdp files, but couldnt find how to generate them. can
someone help me?

Thank you in advance
Markus



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Read-stream-sent-with-gstreamer-with-VLC-tp4655821.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel