[android-developers] PIP for android video?

2011-04-20 Thread zooldk
Hi All, Is there any way to do a picture-in-picture video view on android?. Such that a video is playing in fullscreen in the background and that a smaller video canvas is displayed on top of that? It's probably not possible through using two videoView tags like I did.. And I did not expect that

[android-developers] MediaPlayer to play Multicast (igmp) medias?

2011-04-07 Thread zooldk
Hi, I've been searching for a while for an example of the MediaPlayer, to play multicast medias, such as live broadcast signals (e.g. igmp://224.0.18.10:8810), by setting up my own multicast stream in VLC. Is it possible through the MediaPlayer, or should I do a MulticastSocket on my own, join