1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 22:01:57 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Thomas-Karl Pietrowski
026869dd08 typing error "defualt" -> "default" 2015-03-22 16:39:48 +00:00
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