RE: hxclientkit question
"ljun" <[email protected]>
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Message-ID | <003301c8f385$ddd98840$6401a8c0@reald867064935> |
Comments inline. Best regards Eric Li (李军) www.realnetworks.com > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Tran Hoang Thanh > Sent: Friday, August 01, 2008 10:37 AM > To: Milko Boic > Cc: [email protected] > Subject: [Helix-client-dev] hxclientkit question > > Hi Milko, > > I am using Helix DNA for integrating it into Moblin. However, I got the following issues when working with hxclientkit: > > 1. I have downloaded and followed instructions at > https://player.helixcommunity.org/2005/doc/hxclientkit/build-instructions.html#hxclientkit_Specifics > However, when building hxclientkit, I could not run "umake", my error was: umake: command not found [Eric Li] You haven't setup helix build system yet. Have you installed python? And make sure you've checked out the ribosome/build and "ribosome/build/bin" is in your PATH variable. You can refer to this page: https://helixcommunity.org/developers/get_connected_to_cvs/quickstart > Then, I still run make, everything went fine > > 2. I cd to test directory in order to test "main.cpp". At this point, I could not run make clean, umake or make. The errors were as > follows: > make: *** No rule to make target "clean". Stop > umake: command not found > make: *** No targets specified and no makefile found. Stop [Eric Li] I suppose that you have not generated Makefile via umake command, so you can't make. Set up Helix build system and run umake firstly. > > 3. I tested to build "main.cpp" (which is in test directory) by Eclipse. I also included libhxclient.so.1.0. as a shared library for > compilation. However, when I built the code, I got the errors as follows: > > undefined reference to 'ClientPlayerClose' > undefined reference to 'ClientPlayerCreate' > undefined reference to 'ClientPlayerOpenUrl' > undefined reference to 'ClientPlayerPlay' [Eric Li] Setup build system and then use make, after that see if these errors still exist. > > Do you have any idea or advice for me? Anyway, thanks a lot for your time > > > > > Best regards, > > Tran Hoang Thanh > > > > --- On Fri, 8/1/08, Milko Boic <[email protected]> wrote: > > > From: Milko Boic <[email protected]> > > Subject: [Helix-client-dev] Re: .mp4 progressive download using RTP > > To: "Shivaji Patil" <[email protected]> > > Cc: [email protected] > > Date: Friday, August 1, 2008, 4:01 AM > > Shivaji, > > > > Capture of standard RTP stream and its recording into a mp4 > > file format > > would be accomplished via dtdriver framework. > > The framework would use rtspfformat as the source. Some > > modifications to > > this format would be needed to support .sdp files > > (extensions) to be able > > to open RTP streams w/o any RTSP. > > Modification to the existing renderer plugins would be > > needed to support > > packet assembly w/o decoding. > > mp4 filewriter would be used to write-out the file. > > > > Documents on mp4 file format are available from ISO and RTP > > from IETF. > > dtdriver framework information is available in Helix > > Community at > > https://datatype.helixcommunity.org/2005/devdocs/DTR-USR-DtdriveFramework.txt > > . > > > > Please direct specific questions in regard what you would > > like to do to > > [email protected]. > > > > Thanks, > > Milko > > > > At 09:36 AM 7/31/2008, Shivaji Patil wrote: > > >Hi, > > > I am working on .mp4 file progressive download > > using RTP. Please > > > proved me some documents or info if possible. > > > > > >Many Thanks > > >-Shivaji > > > > > > > > _______________________________________________ > > Helix-client-dev mailing list > > [email protected] > > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev > > _______________________________________________ > Helix-client-dev mailing list > [email protected] > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev _______________________________________________ Helix-client-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev