AW: Make gstreamer work with commercial stream readers

Thornton, Keith keith.thornton at zeiss.com
Mon Sep 11 14:20:35 UTC 2017


Hi, take a look at the sources in the gst-rtsp-server project and in particular the test examples in the examples sub-directory. You can use RTSP instead of needing an SDP file

-----Ursprüngliche Nachricht-----
Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] Im Auftrag von WisdomPill
Gesendet: Montag, 11. September 2017 13:23
An: gstreamer-devel at lists.freedesktop.org
Betreff: Make gstreamer work with commercial stream readers

Hi, I'm quite new to gstreamer and I was wondering if I can create a stream over rtsp://<url> or some kind of http adaptive streaming so that any commercial application that reads rtsp can read from the stream without some sdp file of some kind.
My current pipeline is the folowing
gst-launch-1.0 -v videotestsrc !
video/x-raw,format=RGB,width=1280,height=720,framerate=10/1 ! videoconvert !
x264enc speed-preset=ultrafast tune=zerolatency ! rtph264pay
config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=5000 sync=false

with this pipeline to read the stream with vlc for exmple I need a sdp file like the following 

v=0
m=video 5000 RTP/AVP 96
c=IN IP4 127.0.0.1
a=rtpmap:96 H264/90000

In this case I have two questions, can I read from vlc using rtps://<url> or can I use tcpserversink and in that case how do I have to edit my sdp file?

Also I started reading about http adaptive streaming and I was wondering about the feasibility and latency of this method using hlssink. Can I make a pipeline using hlssink? Do I need apache or Nginx in front of that?



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


More information about the gstreamer-devel mailing list