OSDN Git Service

Now we only support a single client connection
authorAndreas Huber <andih@google.com>
Mon, 17 Sep 2012 22:07:30 +0000 (15:07 -0700)
committerAndreas Huber <andih@google.com>
Mon, 17 Sep 2012 22:11:38 +0000 (15:11 -0700)
commitc92bed3a73c06e90217f8f199ca0b517aa7595d2
treec08fb0ec9bfef7a8d7493196a6892e8f754d5d43
parentbd08e2f93bafd02abf2c25d740e9fb8bce455a99
Now we only support a single client connection

and it cannot be initiated from the local interface address for security
reasons.
Also, there's at most one playback session active at any time, and when
it dies we shutdown the client connection altogether and signal an error
to the listener.

related-to-bug: 7139784
Change-Id: Ia8d02bc994ce9986936947ddda1f2a3dddbf5714
include/media/IRemoteDisplayClient.h
media/libstagefright/wifi-display/source/WifiDisplaySource.cpp
media/libstagefright/wifi-display/source/WifiDisplaySource.h