linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linphone-developers Digest, Vol 144, Issue 41


From: ahmet karataş
Subject: Re: [Linphone-developers] Linphone-developers Digest, Vol 144, Issue 41
Date: Wed, 25 Feb 2015 12:34:20 +0200


desciribed turks  because ı dont  know anything this a website

From: address@hidden
To: address@hidden
Subject: RE: Linphone-developers Digest, Vol 144, Issue 41
Date: Wed, 25 Feb 2015 12:26:47 +0200

hiç bişey anlamadımm..:(


> From: address@hidden
> Subject: Linphone-developers Digest, Vol 144, Issue 41
> To: address@hidden
> Date: Tue, 24 Feb 2015 10:23:28 -0500
>
> Send Linphone-developers mailing list submissions to
> address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
> or, via email, send a message with subject or body 'help' to
> address@hidden
>
> You can reach the person managing the list at
> address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Linphone-developers digest..."
>
>
> Today's Topics:
>
> 1. Re: ERROR Failed to parse SDP message (jehan monnier)
> 2. linphone cross-compiling fails:
> src/.libs/libmediastreamer.so: No such file or directory (Jean Faye)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 24 Feb 2015 14:20:05 +0100
> From: jehan monnier <address@hidden>
> To: address@hidden
> Subject: Re: [Linphone-developers] ERROR Failed to parse SDP message
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> SDP is not valid. You must follow rfc4566.
> session-description = proto-version
> origin-field
> session-name-field
> information-field
> uri-field
> email-fields
> phone-fields
> connection-field
> bandwidth-fields
> time-fields
> key-field
> attribute-fields
> media-descriptions
> Cheers
>
> Jehan
> www.linphone.org
>
>
> Le 23 f?vr. 2015 ? 22:39, Arun Kumar <address@hidden> a ?crit :
>
> > Hi
> >
> > Platform : wp8
> > source fetch date : 20-feb--2015
> >
> >
> > we try to play 183 session in progress media but we beeb beep sound only because of sdp parse error
> >
> > please find attached full log file
> >
> > MESSAGE [org.antlr.runtime.MismatchedTokenException] reason [IS_TOKEN(b)]
> > 2015-02-24 01:56:36:633 MESSAGE [org.antlr.runtime.MismatchedTokenException] reason [IS_TOKEN(b)]
> > 2015-02-24 01:56:36:633 ERROR session_description parser error for [v=0
> > o=901489 41 2083 IN IP4 87.123.123.90
> > s=3vays
> > c=IN IP4 87.123.123.90
> > a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics
> > t=0 0
> > m=audio 37710 RTP/AVP 18 101
> > a=fmtp:18 annexb=no
> > a=rtpmap:101 telephone-event/8000
> > a=sendrecv
> > ]
> > <log.txt>_______________________________________________
> > Linphone-developers mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20150224/b4ed9665/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 455 bytes
> Desc: Message signed with OpenPGP using GPGMail
> URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20150224/b4ed9665/attachment.pgp>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 24 Feb 2015 15:23:11 +0000 (UTC)
> From: Jean Faye <address@hidden>
> To: "address@hidden" <address@hidden>
> Subject: [Linphone-developers] linphone cross-compiling fails:
> src/.libs/libmediastreamer.so: No such file or directory
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,I am trying to compile linphone-3.4.3 for an ARM board. After cross-compiling successfully the differents libraries (ncurses-5.9, readline-6.2, libosip2-3.5, libogg-1.3.0, libeXosip2-3.5, speex-1.2rc1, libav-0.7.1, SDL-1.2.14), I started to cross-compile linphone-3.4.3.To cross-compile libraries and linphone, I used the instructions given in links:
> EmbedFun: Cross Compiling Linphone(1)
> | ? |
> | ? | | ? | ? | ? | ? | ? |
> | EmbedFun: Cross Compiling Linphone(1)In this post, we will cross compile linphone for ARM devices. When it comes to video capability, it will support video output via SDL but no web cam interface. |
> |
> |
> | Afficher sur embedfun.blogsp... | Aper?u par Yahoo |
> |
> |
> | ? |
>
> ?
> http://embedfun.blogspot.fr/2011/08/cross-compiling-linphone2.html
> I used the following configuration command:
>
> ./configure --prefix=$PREFIX --host=$HOSTTPL --with-gnu-ld --disable-static --disable-glib --enable-gtk_ui=no --enable-sdl --disable-x11 --disable-libv4l --with-osip=$INSTALLDIR/usr/local --with-readline=$INSTALLDIR/usr/local SPEEX_CFLAGS="-I$INSTALLDIR/usr/local/include" SPEEX_LIBS="-L$INCLUDEDIR/usr/local/lib -lspeex" FFMPEG_CFLAGS="-I$INSTALLDIR/usr/local/include" FFMPEG_LIBS="-L$INCLUDEDIR/usr/local/lib -lavcodec" SWSCALE_CFLAGS="-I$INSTALLDIR/usr/local/include" SWSCALE_LIBS="-L$INCLUDEDIR/usr/local/lib -lswscale" SDL_CFLAGS="-I$INSTALLDIR/usr/local/include" SDL_LIBS="-L$INCLUDEDIR/usr/local/lib -lSDL"
>
> I got the following error message "arm-unknown-linux-gnueabi-gcc: error: ../src/.libs/libmediastreamer.so: No such file or directory"I see that libmediastreamer.so is a symbolic link of libmediastreamer.so.1.0.0, but libmediastreamer.so.1.0.0 doesn't exist in the directory.
> ?Have you already faced this kind of error? How can I fix it?Thank you in advance.Best regards,Ismael Jean FAYE
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20150224/6ac769dd/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
> End of Linphone-developers Digest, Vol 144, Issue 41
> ****************************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]