[Bug 763281] How to test rtsp announce feature in gst rtsp server?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 8 10:14:31 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763281

--- Comment #2 from saxon.tseng at senao.com ---
Dear Sir,

Thanks for give comments, I also find bug758180 have example to test
announce/record like below commands:

      receiver:
      ./test-record "( decodebin name=depay0 ! videoconvert ! autovideosink \
      decodebin name=depay1 ! audioconvert ! autoaudiosink )"
      sender:
      gst-launch-1.0 filesrc location=test.mp4 ! qtdemux name=d ! \
      queue ! aacparse ! rtspclientsink location=rtsp://127.0.0.1:8554/test
name=s \ 

The test.mp4 file is H.264 mp4 format.
But in my side I get the return error 415 (Unsupported Media Type) with
gst-launch-1.0:
.....
gstrtspclientsink.c(2885): gst_rtsp_client_sink_send ():
/GstPipeline:pipeline0/GstRTSPClientSink:s:
Got error response: 415 (Unsupported Media Type).
Execution ended after 0:00:00.094661466
......

Do it mean I miss any plugins or packages?
The pakcages which I install now are:
gstreamer
gst-plugins-base  
gst-plugins-good
gst-rtsp-server

new attach file is test-record debug log

Regards,
SaxonTseng

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list