Skip to content
RC3 edited this page Aug 1, 2013 · 3 revisions

Good

Nexus 10 supported Miracast officially.

    <bool name="config_enableWifiDisplay">true</bool>

Bad

Where is Sink implementation?

4.2.2

// ...
TimeSeries.cpp
TimeSeries.h
sink/   <-- this sink implementation is so-so working!
source/
udptest.cpp
wfd.cpp

4.3


* https://android.googlesource.com/platform/frameworks/av/+/android-4.3_r2.1/media/libstagefright/wifi-display/ ``` // ... VideoFormats.cpp VideoFormats.h rtp/ source/ wfd.cpp ```

ISurfaceTexture.h -> IGraphicBufferProducer.h

  • 4.2.2: /frameworks/native/include/gui/ISurfaceTexture.h
  • 4.3: /frameworks/native/include/gui/IGraphicBufferProducer.h

and other changes...

testing(2013/07/25)

Nexus 4 Stock Rom

  • working
    • Q-WH-D1, PTV3000, AllShare Cast

Nexus 7 AOSP Source Code + Miracast Source Patches

status_t RepeaterSource::read(
 // ...
                mCondition.wait(mLock);

stop this line. because kWhatRead message not arrived.