My plan is to write a peer-to-peer based mobile client on the Android platform. The client can potentially have more than one video stream supplier ( among other peers ). Since there can be more than one source, a single http or rtsp connection won't work.
Instead, my p2p client will be communicating with these multiple suppliers, receiving video packets that belong to the common video stream , and writing the received packets to a local video buffer, or a local file. I guess the latter case is easier. If the destination is a local file (being written in an SD card), then the media player (PV player) should be able to decode it without checking the end of the file since it's not completely received. Of course, the received video file would be encoded in a progressive mode. I hope this helps what my ultimate goal is. Hun On Jan 11, 8:41 am, rktb <[email protected]> wrote: > On Jan 11, 12:41 pm, Hun <[email protected]> wrote:> I am planning to > change OpenCore slightly so that a local video file > > that is currently being written (streamed through network) can be > > played out. (my understanding: media player will seek the end of a > > local file stored in an SD card ) > > What is the change that you are trying to do? Can you explain in > brief? What is the use case? > > > > > Once I make a change in PVplayer included in OpenCore, can I test it > > on a G1 phone? Otherwise, can I only do so in the emulator, or as a > > standalone application (I saw some postings that OpenCore can be > > compiled out of Android)? > > > My guess is G1 phone's firmware that contains the current Android OS > > image ( compatible to SDK 1.0?) cannot be flushed out. For those > > developers that develop a different device may have their testbed > > circuit boards. In that case, they may be able to do whatever they > > want. > > > I wonder how people edit, compile, and test their own code while > > working with Android source code.. > > Please referhttp://source.android.com/documentation/building-for-dream > > > A newbie to Android, yet hoping to learn it quickly. > > Hun --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
