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)
commitc438b88ac929e4a14ebaa54aad8c827dbdab8c73
treee82d9374103cf01115508736738a15bbb7ee2ebc
parent7d34f83f64919295baff4b0e260267af3efb4f9f
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