Hi, Before adding a new node, do you understand how existing nodes work, i.e., what is the call flow between the nodes and within? If so, you could pick which engine to use, i.e., player, author, or 2way. Once you know which engine to use, you would know which media input/output component you could use.
The following example would be my thought process (I don't know all the details...so am just speculating): -- My objective is to send out RTP data. -- Where is this RTP data coming from? -- Is this RTP data coming in from a RTSP session of pvPlayer engine? If so, I am receiving RTP data and want to send out RTP data. Do I really need to plug in pvPlayer in between? -- Or, is this RTP data going to be composed within pvPlayer somehow? Then, I would require a source node that would convert *some data* to RTP data and pass it in the engine. -- Then, I would need an MIO component that can accept RTP data (would probably need a new format here). And, this MIO component, instead of talking to a audio or video device would connect to some socket and push the data out to the network. I must be blabbering early in the morning...but hope you get the general idea. If you can furnish more details about your use case, we can probably guide you in a better direction. -Ravi On Feb 6, 3:39 am, jerand <[email protected]> wrote: > basically I want to add a node to send data out to the network. > > What all should I do to add such a component ? > How will I interface the same with my application to use that node for > graph creation and data flow ? > > Freepine wrote: > > There are several documents available in git, not sure if there is detailed > > instructions about extending Opencore with new > > nodes:)<http://android.git.kernel.org/?p=platform/external/opencore.git;a=tre...> > >http://android.git.kernel.org/?p=platform/external/opencore.git;a=tre... > > > And which kind of nodes are you adding? I guess the simplest way to add new > > node might be copying from existing one and modify it accordingly, though > > you might have similar logic scattered in different nodes. > > > On Fri, Feb 6, 2009 at 3:21 PM, jerand <[email protected]> wrote: > > > > Can I know the procedure to add new nodes to PV core. ? > > > > How will i interface my nodes with the application for graph > > > building. ? > > > > Is there any document regarding the same ? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
