Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rtspClient
(Results
1 - 2
of
2
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H
A
D
rtsp_pusher_demo.cpp
27
auto
rtspClient
= std::make_shared<RtspClient>();
in main()
local
32
rtspClient
->SetUrl("rtsp://wowzaec2demo.streamlock.net:554/vod/mp4:BigBuckBunny_115k.mp4");
in main()
33
rtspClient
->SetOnRecvRtspPacket([&](const std::string &method, const RtspMessage &rsp) {
in main()
35
auto err =
rtspClient
->HandleOptionRsp(rsp);
in main()
38
rtspClient
->SendOption();
in main()
72
rtspClient
->SetSdp(ss.str());
in main()
73
rtspClient
->SendAnnounce();
in main()
84
auto err =
rtspClient
->HandleAnnounceRsp(rsp);
in main()
87
rtspClient
->SendAnnounce();
in main()
90
auto mediaTemp =
rtspClient
in main()
[all...]
H
A
D
rtsp_player_demo.cpp
135
auto
rtspClient
= std::make_shared<RtspClient>();
in main()
local
145
rtspClient
->SetUrl(url);
in main()
146
rtspClient
->SetOnRecvRtspPacket([&](const std::string &method, const RtspMessage &rsp) {
in main()
150
auto err =
rtspClient
->HandleOptionRsp(rsp);
in main()
153
rtspClient
->SendOption();
in main()
156
rtspClient
->SendDescribe();
in main()
166
auto err =
rtspClient
->HandleDescribeRsp(rsp);
in main()
169
rtspClient
->SendDescribe();
in main()
172
auto mediaTemp =
rtspClient
->GetAllMedia();
in main()
177
rtspClient
in main()
[all...]
Completed in 2 milliseconds