Home
last modified time | relevance | path

Searched refs:TEARDOWN (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/tests/data/
Dtest56982 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
90 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0004 RTSP/1.0
98 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0006 RTSP/1.0
Dtest56717 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
Dtest57717 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
Dtest57017 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h231 XX(40, TEARDOWN, TEARDOWN) \
/third_party/ffmpeg/libavformat/
Drtspcodes.h136 TEARDOWN, enumerator
Drtspdec.c403 *methodcode = TEARDOWN; in parse_command_line()
422 && (*methodcode != TEARDOWN)) { in parse_command_line()
508 } else if (methodcode == TEARDOWN) { in ff_rtsp_parse_streaming_commands()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME210 << Public: DESCRIBE, SETUP, TEARDOWN, PLAY
361 - The server must support the TEARDOWN command to stop playback and free the
364 >> TEARDOWN rtsp://thread:5454/south-rtsp.mp3 RTSP/1.0
/third_party/gstreamer/gstplugins_good/
DChangeLog5548 going to GST_STATE_NULL so that the server does a TEARDOWN (if
22861 - Server to Client TEARDOWN command (Not so usefull fmpov)
55256 rtspsrc: use aggregate control for PLAY/PAUSE/TEARDOWN
55258 PAUSE/PLAY and TEARDOWN.
85680 ... since the TEARDOWN sequence might not have had a chance to even start,
85694 In particular, this also makes the TEARDOWN sequence interruptable
116526 Don't send a TEARDOWN request when we did not manage to successfully setup a
122784 Keep track of the state of the connection and don't try to send TEARDOWN when