Lines Matching refs:test_setopt
125 test_setopt(curl, CURLOPT_URL, URL); in test()
131 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
135 test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write); in test()
136 test_setopt(curl, CURLOPT_TIMEOUT, 3L); in test()
137 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
138 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
140 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "RTP/AVP/TCP;interleaved=0-1"); in test()
141 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP); in test()
152 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
155 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY); in test()
166 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
169 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_DESCRIBE); in test()
179 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); in test()
182 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_PLAY); in test()
193 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_RECEIVE); in test()