Q: HOWTO specify trackID= and a=

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

Q: HOWTO specify trackID= and a=

Christof
Hi, I just started to play with the gst-rtsp-server examples, namely
./test-launch "( videotestsrc do-timestamp=true is-live=true \
pattern=smpte horizontal-speed=5 \
! video/x-raw,width=640,height=480,framerate=50000/1001,format=NV12 \
! queue name=encode-queue max-size-bytes=124416000 ! x264enc \
! video/x-h264,stream-format=byte-stream ! h264parse \
! rtph264pay name=pay0 config-interval=10 pt=96 )"
With my client (Grandstream GXV3500) I get these errors in the syslog:
Oct  2 21:24:55 10.0.1.118 decode: rtsp/gs_rtsp.c:RTSP_DescribeRtspRespMsg():1167: send describe fialed 
Oct  2 21:24:57 10.0.1.118 decode: rtsp/gs_rtsp.c:RTSP_ParseDescribe200Resp():1999: Describe not contain trackID= and a=control:track.. 
I do not know, how to specify the correct "trackID" and "a" in order to get an output. Does anybody have a hint?

Many thanks in advance for your answer!
Christof


Sent from the GStreamer-devel mailing list archive at Nabble.com.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Q: HOWTO specify trackID= and a=

Christof
UPDATE: I found out that the option --gst-debug=2 gives messages which might be more useful:
0:00:07.786173140 20452 0xb6529520 ERROR             rtspclient rtsp-client.c:922:handle_teardown_request: client 0x9ee7260: no session
=3 gives even more details (surprise! ;-)
0:00:01.165760080 20629  0x9e67290 ERROR             rtspclient rtsp-client.c:922:handle_teardown_request: client 0x9e6e0c8: no session
0:00:02.179827427 20629  0x9e67950 FIXME                default gstutils.c:3766:gst_pad_create_stream_id_internal: Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:02.181125725 20629 0xb6529120 FIXME                default gstutils.c:3766:gst_pad_create_stream_id_internal: Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:03.115004260 20629 0xb6529520 FIXME              rtspmedia rtsp-media.c:3425:gst_rtsp_media_suspend: suspend for dynamic pipelines needs fixing
Any ideas are welcome!
KR, Christof

Sent from the GStreamer-devel mailing list archive at Nabble.com.

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