similar to: Question about compiling older package

Displaying 20 results from an estimated 900 matches similar to: "Question about compiling older package"

2017 Feb 07
1
Trick to compile older packages
I am trying to add a package (I know its older - but it should work) gst-rtsp-server-0.10.8 to CentOS 7. The gstreamer 0.10 packages are included in C7 and they compile just fine. When I extract and try to compile gst-rtsp-server 0.10.8 the ./configure goes fine. but the make results in errors: make make all-recursive make[1]: Entering directory
2007 Jun 19
2
RTP/RTSP streaming of GSM or ADPCM audio
Greetings: It would be nice if Icecast supported RTSP; however I would appreciate any suggestions for a small RTSP/RTP solution to encode 8kHz mono audio in GSM or ADPCM and service multiple unicast client connections. The ideal would be a black-box hardware solution with an audio input and ethernet interface similar to broadcast studio IP audio links or the network audio capabilities of certain
2008 Apr 28
2
RTSP reflection.
Hi Where do I find instruction to configure icecast as a reflect server for rtsp? Scenario: Client1 sends audio to IceCast via rtsp Client2 receives audio from IceCast via rtsp. I need to just setup this behaviour.. -Atul -- ------- To make world a better place to live in ------- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 30
1
rtsp help
hi I am getting this error: -- Executing [50 at smvoice-sip:1] Answer("SIP/440-0856dd70", "") in new stack -- Executing [50 at smvoice-sip:2] rtsp("SIP/440-0856dd70", "rtsp://192.168.1.175/img/video.sav") in new stack [Apr 30 11:22:48] WARNING[8031]: app_rtsp.c:1037 rtsp_play: >rtsp play [Apr 30 11:22:48] NOTICE[8031]: rtp.c:1287 ast_rtp_read:
2020 Sep 24
3
call an IP camera?
On Thu, 2020-09-24 at 16:57 +0200, Antony Stone wrote: > On Thursday 24 September 2020 at 16:31:33, hw wrote: > > > Hi, > > > > is it possible to "call" an IP camera? > > Only if it talks SIP (which some do, generally door entry cameras with a > push > button input and often a lock release output). > > > I'm thinking about something
2004 Aug 06
2
Anybody tried implementing different streaming protocols yet?
Hi, does anybody know if somebody tried implementing things like rtsp, mms or similar in icecast so far? I heard some rumors from people complaining transmissions over http or not "that secure" because using a wget you can easily write them to disk. They suggested using real servers or something - but I wonder if its (easy?) possible to implement another already widely used
2012 Dec 02
1
Support for IP Camera streaming (RTSP) channel to a conference
Hello, I am trying to stream an IP Camera output (h264) into a conference. The IP Camera supports RTSP. Searching around the web, I believe the RTSP support (was) available through app_rtsp (external to Asterisk distribution). This, I believe, has problems and has issues compiling in Asterisk 11 (I tried compiling it in Asterisk 11 and it failed). I may not be able to use DiaStar or i6net's
2007 Jun 19
1
RTP/RTSP streaming of GSM or ADPCM audio
Thomas B. Ruecker wrote: > Michael Grigoni wrote: > >>Greetings: >> >>It would be nice if Icecast supported RTSP; > > It probably never will > >>however I would >>appreciate any suggestions for a small RTSP/RTP solution to >>encode 8kHz mono audio in GSM or ADPCM and service multiple >>unicast client connections. > > why not use
2010 Mar 11
2
ogg/theora over RTSP
Hi I need to stream ogg/theora over RTSP in order to use in opera browser HTML 5 video, but I cannot find any streaming server to do that. -- best regards, Daniel Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100311/f4ec72d2/attachment.htm
2004 Aug 06
2
Question
On 19 Jun 2003 at 21:20, Arc wrote: > On Thu, Jun 19, 2003 at 09:06:34PM -0400, Steve Lewis wrote: > > > > Right now I just have a link to an MP3 file and it does HTTP > > transfers of the music to whoever clicks on it. It is sometimes very > > slow and that's why they have offered to put in a streaming server. > > Do I just have the plain link to the MP3
2001 Apr 03
1
playing vorbis file stored in a buffer array
Hi, I'm building an rtsp client/server that will support vorbis and I'm trying to determine the best way to play the vorbis content as the array is continuously being filled. Currently, I can download an ogg file via rtsp and write it out to a FILE and then play_file (from ogg123) it when it's done -- so the file is in the correct format. What would you recommend? -- Wayne Davis
2005 Jun 07
3
3GPP and 3Gpp2 Support
Are there any plans to provide support to stream to cellphones ? If my understanding is correct, this requires 3Gpp, RTP/RTSP support. I see that apple has a stream server for this. Randy
2009 Jun 08
2
[PATCH] few minor bugfixes
- perform dns lookup on hostname, - randomize local tunnel port - bump rpm spec version updated to include danpb's feedback regarding getaddrinfo --- main.c | 36 ++++++++++++++++++------------------ ovirt-viewer.spec | 9 ++++++++- tunnel.c | 29 ++++++++++++++++++++--------- 3 files changed, 46 insertions(+), 28 deletions(-) diff --git a/main.c b/main.c index
2004 Aug 06
1
Question
On Friday 20 June 2003 11:37, Dave St John wrote: > isnt RTSP Protocol real networks genius?? > anyone?? Real uses it, and were involved with designing it, but it's a publically documented protocol (there's an RFC). It's a sort of weird-extended-stateful-HTTP-hybrid. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2016 Feb 16
2
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 10:40:11AM +0100, Martin Kletzander wrote: > On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote: > >I compile the latest libvirt from fedora rawhide, but failed. > >The version of my software: > >wireshark-devel-2.0.1-2.fc24.x86_64 > >glib2-2.47.5-2.fc24.x86_64 > >gcc-5.1.1-4.fc23.x86_64 > >binutils-2.26-10.fc24.x86_64 > >
2003 Oct 22
2
Slackware 9.1 Install Help
Hi, I'm trying to install Asterisk onto a fresh install of Slackware 9.1... I've installed all packages in A, AP, D, E, F, K, L, N... So basically what's needed for a text based system with development, networking, docs, libraries.. No X-Windows, no games, no TCL/TEX etc. Following the commands on the Asterisk website I checked out the CVS source and started compiling... Zaptel and
2007 Dec 05
1
problems to compile
Hello, when I try to compile the SwfDec, the configure report a error: checking for GLIB... Requested 'glib-2.0 >= 2.10' but version of GLib is 2.4.7 no configure: error: glib-2.0, gobject-2.0 and gthread-2.0 >= 2.10 are required to build swfdec Can't I compile the SwfDec with a newer version of the Glib (GLib is 2.4.7) ??? What I need to do to fix this problem? thanks,
2003 Dec 22
2
Compile Problem
I am trying to compile the asterisk and if fails at the end on: make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1
2004 Jan 09
1
Help with compiling
I have some problems when trying to install Asterisk on Mandrake. gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk/pbx' make:
2005 Jul 15
1
make problem.
We have a strange make problem : In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, from /usr/include/gtk-1.2/gtk/gtkobject.h:31, from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /usr/include/gtk-1.2/gtk/gtk.h:32, from pbx_gtkconsole.c:39: /usr/include/gtk-1.2/gtk/gtktypeutils.h:163: warning: function