zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Mediastreamer support in 0.5.0 #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch add support for mediastremer library. So example call application 
now works like in old version 0.4.0. With this patch is possible to make 
realtime voice call.

It is possible to include my patch to svn?

Original issue reported on code.google.com by pali.ro...@gmail.com on 28 Nov 2010 at 8:07

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi there,

I have applied your patch and fixed some paths that differ in our project but 
when I reach the part where it begins to create the libjingle.lib I receieve an 
error.  Do you have any ideas?

________Indexing build\dbg\obj\libjingle.lib
Install file: "build\dbg\obj\libjingle.lib" as "build\dbg\lib\libjingle.lib"
________Compiling build\dbg\obj\examples\login\xmppauth.obj
xmppauth.cc
________Compiling build\dbg\obj\examples\login\xmpppump.obj
xmpppump.cc
________Compiling build\dbg\obj\examples\login\xmppsocket.obj
xmppsocket.cc
________Creating library build\dbg\obj\libxmpphelp.lib
________Indexing build\dbg\obj\libxmpphelp.lib
Install file: "build\dbg\obj\libxmpphelp.lib" as "build\dbg\lib\libxmpphelp.lib"
________Compiling build\dbg\obj\examples\login\xmppthread.obj
xmppthread.cc
________Compiling build\dbg\obj\examples\login\login_main.obj
login_main.cc
________Linking build\dbg\obj\login.exe
LINK : fatal error LNK1104: cannot open file 'expat.lib'
scons: *** [build\dbg\obj\login.exe] Error 1104
scons: building terminated because of errors.

Original comment by atm7...@gmail.com on 7 Dec 2010 at 6:12

GoogleCodeExporter commented 9 years ago
I got past this error by building the original, then applying the patch, then 
running hammer again and expat.lib now exists from the previous build.

Now however I am getting this:

Install file: "build\dbg\obj\libjingle.lib" as "build\dbg\lib\libjingle.lib"
________Linking build\dbg\obj\login.exe
LINK : build\dbg\obj\login.exe not found or not built by the last incremental 
link; performing full link
________Updating manifest for build\dbg\obj\login.exe
Delete("build\dbg\obj\login.exe.manifest")
Install file: "build\dbg\obj\login.pdb" as "build\dbg\staging\login.pdb"
Install file: "build\dbg\obj\login.exe" as "build\dbg\staging\login.exe"
________Linking build\dbg\obj\call.exe
LINK : build\dbg\obj\call.exe not found or not built by the last incremental 
link; performing full link
LINK : fatal error LNK1104: cannot open file 'mediastreamer.lib'
scons: *** [build\dbg\obj\call.exe] Error 1104
scons: building terminated because of errors.

I am building this on windows XP 32 and Windows 7 64 bit

Original comment by atm7...@gmail.com on 7 Dec 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Have you build mediastreamer and install it to path?

Original comment by pali.ro...@gmail.com on 8 Dec 2010 at 10:34

GoogleCodeExporter commented 9 years ago
I am still trying to figure out how to build the .lib file.  Do you have a link 
to some instructions I could follow?

Thank you for your response.

Original comment by atm7...@gmail.com on 8 Dec 2010 at 12:37

GoogleCodeExporter commented 9 years ago
If you dont have builded mediastreamer, download it and build first. Sources of 
mediastremaer are here:
http://mirror.lihnidos.org/GNU/savannah/linphone/mediastreamer/

Note: mediastreamer is not part of libjingle 0.5.0 ! 

I dont know what is for compiling on Windows needed... Sorry I dont have 
Windows machine.

Original comment by pali.ro...@gmail.com on 8 Dec 2010 at 1:42

GoogleCodeExporter commented 9 years ago
I wanted to use libjingle for P2P application.Can anybody tell me where to 
download latest sourceforge has 0.4 version of libjingle where can i find 0.5 
version.

Original comment by vikramra...@gmail.com on 16 Dec 2010 at 5:19

GoogleCodeExporter commented 9 years ago
See project site, news and download section: 
http://code.google.com/p/libjingle/downloads/list

Original comment by pali.ro...@gmail.com on 26 Dec 2010 at 1:28

GoogleCodeExporter commented 9 years ago
Thanks for the input.

Original comment by jun...@google.com on 15 Jan 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Updated patch for version 0.5.2

Original comment by pali.ro...@gmail.com on 15 Jan 2011 at 5:22

Attachments:

GoogleCodeExporter commented 9 years ago
I am using the libjingle 0.5.5
I have compiled the libjingle with linphone enabled on my Ubuntu machine.
I am able to make voice call using the call application. And I can hear the 
voice on GTalk.

Is it possible to make video call from libjingle(can libjingle-linphone take 
video from the camrera) similar to voice call?

thank you

Original comment by krishna....@gmail.com on 20 Jun 2011 at 11:15

GoogleCodeExporter commented 9 years ago
Hi.
I am trying to add a new codec in mediastreamer2 with linphone. I want to know 
exact steps to integrate new codec in mediastremer2. 

Thanks 

Original comment by farazb...@gmail.com on 6 Jul 2011 at 11:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi there, 
please review the following information and provide the .patch file in a new 
thread:

http://code.google.com/p/libjingle/source/checkout
http://www.yolinux.com/TUTORIALS/Subversion.html

Original comment by jun...@google.com on 7 Jul 2011 at 11:38