1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 15:51:59 +00:00
miraclecast/test
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
..
test_common.h test: include sys/socket.h to suppress warnings 2014-05-08 11:07:30 +02:00
test_rtsp.c rtsp: add rtsp bus 2014-05-08 11:39:02 +02:00
test_valgrind.c test: add valgrind memory checks 2014-03-28 12:48:10 +01:00
test_wpas.c test: don't leak sd_event in wpas tests 2014-03-28 12:46:38 +01:00