OSDN Git Service

rtsp: Use system property to enable RTP over TCP
authorSanthosh Behara <santhoshbehara@codeaurora.org>
Tue, 18 Aug 2015 21:06:57 +0000 (14:06 -0700)
committerRobert Shih <robertshih@google.com>
Mon, 10 Apr 2017 23:50:46 +0000 (16:50 -0700)
commit6180b272a879321d5197b432313eb44d76a73b9b
tree01b2752caeaaa2f8a0979ef4412ff094e1a8f3a0
parentd52a1ea37c11e44a42f6968e49252ee0567cc2fa
rtsp: Use system property to enable RTP over TCP

- Add property "rtp.transport.TCP"
  Value "true" - TCP
  Value "false" - UDP
  default value - false

- This property can be used to test rtsp streaming over TCP
  directly for network compatibility testing

Bug: 34909668
Author: Surajit Podder <spodder@codeaurora.org>
Change-Id: Ic27b440067af49e7e3bcc45d86eb7a17ae9db54f
media/libstagefright/rtsp/MyHandler.h