Home
last modified time | relevance | path

Searched refs:RTSP (Results 1 – 25 of 51) sorted by relevance

123

/external/curl/tests/data/
Dtest5696 RTSP
14 RTSP/1.0 200 OK
21 RTSP/1.0 200 OK
27 RTSP/1.0 200 OK
34 RTSP/1.0 200 OK
40 RTSP/1.0 200 OK
48 RTSP/1.0 200 OK
66 RTSP Session ID parsing
78 SETUP rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0001 RTSP/1.0
82 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
[all …]
Dtest5726 RTSP
14 RTSP/1.0 200 OK
22 RTSP/1.0 200 OK
35 RTSP/1.0 204 OK
43 RTSP/1.0 200 Okie Dokie
53 RTSP/1.0 200 OK
73 RTSP GET_PARAMETER (Put/Heartbeat/Post)
90 SETUP rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0001 RTSP/1.0
94 GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
102 GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0003 RTSP/1.0
[all …]
Dtest5706 RTSP
14 RTSP/1.0 200 OK
22 RTSP/1.0 200 OK
29 RTSP/1.0 200 OK
50 RTSP CSeq and Session Mismatch checks
62 OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0001 RTSP/1.0
65 SETUP rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
69 PLAY rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0003 RTSP/1.0
Dtest31006 RTSP
7 RTSP Basic auth
14 RTSP/1.0 401 Unauthorized please swsbounce
21 RTSP/1.0 200 OK
34 RTSP/1.0 401 Unauthorized please swsbounce
39 RTSP/1.0 200 OK
63 RTSP Authentication check
73 DESCRIBE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
77 DESCRIBE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
Dtest5686 RTSP
14 RTSP/1.0 200 OK
21 RTSP/1.0 200 OK
33 RTSP/1.0 200 Okie Dokie
39 RTSP/1.0 200 OK
58 RTSP Announce (PUT and POST style) test
84 ANNOUNCE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0001 RTSP/1.0
100 DESCRIBE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
104 ANNOUNCE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0003 RTSP/1.0
110 OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0004 RTSP/1.0
Dtest57110 RTSP
18 RTSP/1.0 200 OK
26 RTSP/1.0 200 OK
34 RTSP/1.0 200 OK
44 RTSP/1.0 200 OK
78 RTSP RTP Interleaving Test
Dtest5676 RTSP
14 RTSP/1.0 200 OK
32 simple RTSP OPTIONS command
41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
Dtest5776 RTSP
14 RTSP/1.1234567 200 OK
34 Funny RTSP version in response
43 OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
Dtest1420103 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
Dtest140798 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Drtsp.md2 title: RTSP
9 To play an RTSP stream, you need to depend on the RTSP module.
16 You can then create a `MediaItem` for an RTSP URI and pass it to the player.
30 ExoPlayer supports playback with RTSP BASIC and DIGEST authentication. To play
31 protected RTSP content, the `MediaItem`'s URI must be configured with the
41 // Create an RTSP media source pointing to an RTSP uri.
54 ## Using RTSP behind a NAT (RTP/TCP support) ##
58 When streaming RTSP behind a NAT layer, the NAT might not be able to forward the
62 down the current RTSP playback session, and retries playback using RTP-over-RTSP
63 (transmitting RTP packets using the TCP connection opened for RTSP).
[all …]
Dmedia-sources.md18 * `RtspMediaSource` for [RTSP][].
80 [RTSP]: {{ site.baseurl }}/rtsp.html
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Drtsp.md2 title: RTSP
9 To play an RTSP stream, you need to depend on the RTSP module.
16 You can then create a `MediaItem` for an RTSP URI and pass it to the player.
30 ExoPlayer supports playback with RTSP BASIC and DIGEST authentication. To play
31 protected RTSP content, the `MediaItem`'s URI must be configured with the
41 // Create an RTSP media source pointing to an RTSP uri.
54 ## Using RTSP behind a NAT (RTP/TCP support) ##
58 When streaming RTSP behind a NAT layer, the NAT might not be able to forward the
62 down the current RTSP playback session, and retries playback using RTP-over-RTSP
63 (transmitting RTP packets using the TCP connection opened for RTSP).
[all …]
Dmedia-sources.md18 * `RtspMediaSource` for [RTSP][].
80 [RTSP]: {{ site.baseurl }}/rtsp.html
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/
DREADME.md1 # ExoPlayer RTSP module
3 Provides support for RTSP playbacks in ExoPlayer.
24 RTSP media items added to `ExoPlayer` in its default configuration. Internally,
26 and convert a RTSP `MediaItem` into a `RtspMediaSource` for playback.
Dbuild.gradle41 javadocTitle = 'RTSP module'
47 releaseDescription = 'The ExoPlayer library RTSP module.'
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/
DREADME.md1 # ExoPlayer RTSP module
3 Provides support for RTSP playbacks in ExoPlayer.
24 RTSP media items added to `ExoPlayer` in its default configuration. Internally,
26 and convert a RTSP `MediaItem` into a `RtspMediaSource` for playback.
Dbuild.gradle41 javadocTitle = 'RTSP module'
47 releaseDescription = 'The ExoPlayer library RTSP module.'
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_page_fragments/
Dsupported-formats-rtsp.md1 ExoPlayer supports both live and on demand RTSP. Supported sample formats and
18 * Interleaved RTSP, RTP over RTSP using TCP.
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_page_fragments/
Dsupported-formats-rtsp.md1 ExoPlayer supports both live and on demand RTSP. Supported sample formats and
18 * Interleaved RTSP, RTP over RTSP using TCP.
/external/curl/lib/
Drtsp.c126 struct RTSP *rtsp; in rtsp_setup_connection()
129 data->req.p.rtsp = rtsp = calloc(1, sizeof(struct RTSP)); in rtsp_setup_connection()
187 struct RTSP *rtsp = data->req.p.rtsp; in rtsp_done()
220 struct RTSP *rtsp = data->req.p.rtsp; in rtsp_do()
767 struct RTSP *rtsp = data->req.p.rtsp; in Curl_rtsp_parseheader()
Drtsp.h56 struct RTSP { struct
/external/curl/docs/libcurl/
Dlibcurl.m481 AH_TEMPLATE([LIBCURL_PROTOCOL_RTSP],[Defined if libcurl supports RTSP])
238 # RTSP, IMAP, POP3 and SMTP were added in
241 _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP"
/external/curl/docs/
DCURL-DISABLE.md111 Disable the RTSP protocol.
DHYPER.md58 - RTSP

123