-------- Original-Nachricht -------- Datum: Mon, 29 Jan 2007 18:35:04 +0200 (EET) Von: Kai Vehmanen <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] CC: [email protected] Betreff: Re: [Sofia-sip-devel] setting the IP TOS for SIP messages and RTP packets.
> Hi, > > On Mon, 29 Jan 2007, [EMAIL PROTECTED] wrote: > > > I have installed sofsip_cli-0-12 and sofia_sip-1.12.1 on my linux > System. > > I'm looking at implementing setting the IP TOS for SIP messages and RTP > packets. > [...] > > 2)for Rtp transfer, i dont have found wo sent the RTP-Packet. > > > > ./sofiasip sip:[EMAIL PROTECTED] --media-impl=gstreamer > > all the RTP stuff is handled by gstreamer, so you have to modify the code > in gstreamer elements. Specifically, you need to modify gstudpsrc.c > (receiving) and gstdynudpsink.c (sending) in gst-plugins-good package: > > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-plugin-udp.html > > One thing to watch out for that "--media-impl=gstreamer" uses gstudpsink > for sending, while "--media-impl=fsgst" uses gstdynudpsink. > > -- > under work: Sofia-SIP at http://sofia-sip.sf.net > Hi, Thanks for you help, now I can set the IP TOS for the RTP communication. now I try to compileren gst-plugins-good on my nokia 770,however I get this error : Nokia770-39:/home/user/gst-plugins-good-0.10.5# ./configure checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... armv5tejl-unknown-linux-gnu checking host system type... armv5tejl-unknown-linux-gnu checking for style of include used by make... none checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. Nokia770-39:/home/user/gst-plugins-good-0.10.5# Is that possible to self compile the gstreamer on nokia 770 ? If yes which I must download and install. Thanks. -- "Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ... Jetzt GMX ProMail testen: http://www.gmx.net/de/go/promail?ac=OM.GX.GX003K11711T4781a ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
