similar to: Vorbis over RTP

Displaying 20 results from an estimated 20000 matches similar to: "Vorbis over RTP"

2001 Feb 22
3
rtp payload format
http://www.xiph.org/ogg/vorbis/doc/draft-moffitt-vorbis-rtp-00.txt This is the Internet-Draft I'll be submitting tomorrow and hopefully presenting at the March IETF meeting. If you see anything major, let me know right away, I'll be submitting this in the morning. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2004 May 24
6
RFC draft for Vorbis over RTP
Hi! What happened to this document? Was it just left dying in the IETF system? Tor --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the
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
2002 Dec 16
2
Updated Vorbis RTP I-D
Hi all, Apologies in advance, this email is quite long. I've prepared an updated Vorbis RTP Internet Draft, which is a continuation of draft-moffitt-vorbis-rtp-00.txt which can be found below. If this new draft gets the ok I'd like to submit this to the AVT WG later this week. There are a number of changes over the original I-D, notably the changing of the M bit function in the RTP
2004 May 29
2
Vorbis over RTP - first attempt
Hi again, after the discussion the last few days, I started doing some coding and first of all have a first very simple, quick and dirty demo client: http://www.j-ogg.de/rtp/index.html During the coding, I've run into a few problems: - I was planning to replace the identification header with appropriate entries in the SDP descriptor. However, the frame sizes are defined here (why not in
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/
2003 Jan 07
3
Vorbis RTP Internet Draft
Hi all, Below is the Vorbis RTP Internet Draft as sent to the AVT working group of the IETF. Comments and feedback is still welcomed from the Vorbis community. Cheers Phil ---------------------------8<-----------------8<------------------------ Network Working Group Phil Kerr Internet-Draft The Ogg Vorbis January 07, 2003 Community / OpenDrama
2003 Feb 11
1
Update on Vorbis RTP I-D
Hi all, I'm in the final stages of putting a new Vorbis RTP draft together, the new sections are below. There are a number of open questions: 1.) At present there is a 16 bit length field for the codebooks. As they are spec'd as being unbound in length, but typically around 15K, are there situations where they may be greater than 64KB? The size limit can be extended to 2MB as there
2005 Jul 26
1
Anybody have a binary version of SJava for rw2001 (Windows)?
I am not a techie and have been struggling 2 days solid to try and install SJava (the source from http://www.omegahat.org/RSJava/). Does anybody have a binary file for me (I am Windows XP and rw2001)? I have tried installing Perl, mingwin and the cygwin tools but still no luck. When I try “R CMD INSTALL c:\SJava_0.78-0.tar.gz” I get the following (and haven’t a clue what it could mean):
2014 May 08
1
Multicast RTP
I'm currently working with Asterisk 11.8.1 trying to get Multicast RTP working (it's not) with some Polycom phones, and I'm really trying to determine if Asterisk or the phones are the issue. I THINK it's Asterisk... In extensions.conf I have a simple: "Page(MulticastRTP/basic/x.x.x.x:xxxx) line, and when I dial that extension I get: -- Called
2004 Aug 06
1
Java bindings
Hi, I have writen a simple JNI wrapper for speex so i could use it from Java, so far i managed to record from a raw pcm file and from the javasound inputLine and to decode the output in narrowband CBR mode and play it back still using javasound. And it sounds quite good. I haven't tried anything else because my project has no use for wideband and ultra wideband. VBR would be nice but i have
2001 Aug 15
3
packetizing an ogg stream
Hi, I am not sure if this is the right mailinglist (since I have an ogg problem not a vorbis)..... I am looking for some pointers on how to packetize an ogg stream. My idea is to use udp packets for transport, so I would need a way that would minimalize the impact of lost packets. Are there any code examples out there for this? Thanks, Jeroen p.s. Please cc me, I am not subscribed to this
2001 Aug 15
3
packetizing an ogg stream
Hi, I am not sure if this is the right mailinglist (since I have an ogg problem not a vorbis)..... I am looking for some pointers on how to packetize an ogg stream. My idea is to use udp packets for transport, so I would need a way that would minimalize the impact of lost packets. Are there any code examples out there for this? Thanks, Jeroen p.s. Please cc me, I am not subscribed to this
2005 Feb 16
1
RTP Stream on Multicast
Hi all, Does anyone know of a method of sending a raw G711 stream to an address in Asterisk. For example, an application that takes a argument of a phone and a port. The reason? I have found a method to paging on Zultys ZIP2 and ZIP4x4 handsets. Basically it involves sending a stream of RTP data to port 3771 to multicast address 224.0.0.1. Would it need to involve me writing my
2008 Oct 08
1
help for compile sjava
Dear duncan, I'm writing to ask you for some help about compiling SJava. I encounter some errors when I compiled SJava on Window XP: Building JNI header files... Extracting the classes from Environment.jar /jdk1.3/bin/jar: not found RForeignReference After executing command "sh ./configure.win C:/Program Files/R/R-2.7.2", I modify the JAVA_HOME in file "$RHOME/
2008 Mar 26
2
Mixing Codebook?
Hi guys, This is my first post, I?m a brazilian programmer and I think speex is a great project. :) I'm working on a free software project and I was planning to use speex on it. I have used the java speex version in another project and that worked well, and this time I was planning to use a JNI version to get the latest features. ok, lets get to the point. :) I would need to mix some audio
2010 Feb 08
4
Theora over RTP/UPD
Hi, I'm trying to get Theora working with a video conferencing application we are developing. This application sends the audio content via RTP over UPD, and as one would expect, there is a draft for how a Theora stream is supposed to be wrapped into an RTP stream. http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt The problem is that it is not obvious to me how the raw
2001 Feb 14
2
RTP/RTCP payload?
(hello all, this is my first writing. so please bear with me if I'm wrong anywhere.) orry to break too lately, but how is the RTP payload submission is going? could we see the new payload at March IETF? I agree that it would be fairy straightforward to make an RTP payload for ogg vorbis, assuming raw packets, AFAIK. using physical bitstream is, in this case, not adequate by the reasons in
2003 Oct 10
2
Vorbis-RTP situation
Is anyone working on Vorbis over RTP? It's been silent on this frontier for a while. I have been hearing from representatives of the IETF that they were not impressed by the previous draft, and that they were not coherent with RTP thinking and other RTP transport specs for various content. There exist a textbook on RTP which was released recently, if someone wants to learn it from the ground
2002 Mar 03
4
Help - samba keeps dialing out
Hi, I have just set up samba on my FreeBSD 4.5 stable box, and have it integrating quite nicely with windows 2000 server ( not set up as a PDC ), however the FreeBSD server keeps dialing out approx every 10 minutes or so. The FreeBSD Server is also acting as a DNS Server ( IPv4 ) and the dial up is handled through the tunneling device. This has been working fine until I have installed samba and