1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-14 19:51:56 +00:00
miraclecast/.gitignore
David Herrmann f6e434e86a rtsp: add rtsp bus
WifiDisplay uses RTSP for stream-setups. This adds a basic rtsp-bus
implementations that we can use for sinks and sources.

Note that the implementation is optimized for usability, not speed. RTSP
is used for control-data, not streaming-data so there's no need to
over-optimize it. In case inlined RTP is used, we still provide proper
speed, even though that's usually not used by WifiDisplay implementations
(due to the TCP requirement).

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-05-08 11:39:02 +02:00

36 lines
358 B
Text

*.la
*.lo
*.log
*.memlog
*.o
*.swp
*.tar.xz
*.trs
.deps/
.dirstamp
.libs/
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
build-aux/
config.h
config.h.in
config.h.in~
config.log
config.status
configure
libtool
m4/
miracle-dhcp
miracle-wifictl
miracle-wifid
miraclectl
miracled
stamp-h1
test-suite.log
test_rtsp
test_valgrind
test_wpas
wpa_cli
wpa_supplicant