similar to: Streaming Support

Displaying 20 results from an estimated 20000 matches similar to: "Streaming Support"

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
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven model. I'm building an RTSP client/server where the client will have a function called everytime a new packet comes in. So, I want to queue up these packets to be played. My current attack is as follows (note this isn't very robust and I realized that): For first and second packet i grab all the header stuff
2001 Apr 08
1
rtp implementation
Hello, I would like to implement the rtp specification. Is anyone else interested in helping with the design/code? Jack: i'm interested in your opinion on the difficulty of this since you worked on the rfc spec. Thanks. -- Wayne Davis - wfdavis@seas.upenn.edu - PGP Key Available --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
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
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
2012 Nov 23
1
Opus RTP/RTSP support
Dear Opus developers. This is the first time I write here, so hello to everybody! Sorry to disturb you but I would like to ask you something I could not answer by googling and by looking at this mailing list archive. I have just started investigating this new and promising codec for real-time audio transport over the internet for industrial applications. I was previously experimenting with RTP
2001 Mar 31
1
Ogg Vorbis compatible with Darwin Streaming Server?
Hi, I saw the documentation "RTP Payload Format for Vorbis Encoded Audio". My question: The Darwin Streaming Server (OpenSource and free for several plattforms) streams media with RTSP/RTP. For more information: http://www.publicsource.apple.com/projects/streaming/ I know that a QuickTime Component of Ogg Vorbis (compressor/decompressor) in progress. (Thanks guys) Could I stream Ogg
2002 Jun 30
3
Ogg/Icecast vs. Real
After reading through an older thread on this list (streaming ogg audio), I was wondering if would be possible in the future to use OggVorbis and Icecast as a replacement for RealAudio and RealServer. By this I'm not talking about simple live http/tcp streaming, but on-demand rtsp/udp streaming where a user could open a player and instantly jump to a location in a file, or click a link in a
2009 Dec 01
2
Does ogg can be "multicasted"?
Hi everyone, My name is Pandu, I'm from INdonesia. I just joined this mailing list two days ago. I'm doing my final project in my college, my final project is about streaming ogg video (using theora of course). I've already search about how to create multicast stream with ogg and software which can do that, but I found nothing. So, back to my subject, does ogg can be
2001 Mar 30
2
getting bits per sample
How can i determine how many bits per sample are in .ogg files? Thanks. -- Wayne Davis - wfdavis@seas.upenn.edu - PGP Key Available --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject
2004 Aug 06
2
Anybody tried implementing different streaming protocols yet?
Hep On Fri, May 16, 2003 at 12:04:43AM +1000, Michael Smith wrote: > For entirely different reasons, an RTSP implementation in icecast would be a > Very Good Thing, but it's an extremely large task. I don't think anyone has > tried yet. Maybe another and easier way would be to implement the ogg vorbis format in Real Networks "open sourced" Helix streaming server
2001 Oct 29
2
Some simple Q's about Vorbis...
Hello all! I am wondering if anyone can help me locate some information concerning streaming Vorbis files. I am needing to locate the information for a multimedia networking class I am taking so I can learn all this audio and networking mumbo-jumbo. For the class, I need to locate 3 streaming media types and answer the following questions: Does it use Meta
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 Oct 27
1
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 3:50 PM, Karl Heyes wrote: > Marc Manthey wrote: >> source='auth_url.c' object='auth_url.o' libtool=no \ >> depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \ >> depmode=gcc3 /bin/sh ../depcomp \ >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char - >> I/usr/include/libxml2
2001 Oct 18
4
libvorbisrtp-0.1
alpha. (that about sums it up) Will encode and play back via an sdp file and multicast on one computer (over the net if you transfer the sdp file over by hand). rc/rtenc3 and src/rtdec3 are in the style of encoder/decoder_example ...so this means you MUST edit it them to suit your system. For example, I specify my rtenc3 to multicast just on eth1 (to avoid pissing off my cable supplier on
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
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
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