search for: opusrtp

Displaying 16 results from an estimated 16 matches for "opusrtp".

2018 Jan 29
2
opus manpages
...markup of man(7). Similarly for other constructs like cross-referenes, filenames, author emails, env variables, etc. See http://mdocml.bsd.lv for a thorough discussion of the many benefits of such a markup - most important of which is better readability and writability. See below for a rewrite of opusrtp.1 and opusinfo.1 as an example of what I have in mind. Please let me know if you are interested. (PS: Should I rather prepare a github pull request?) Jan .Dd January 29, 2018 .Dt OPUSRTP 1 .Os .Sh NAME .Nm opusrtp .Nd Opus audio in RTP .Sh SYNOPSIS .Nm .Op Fl hV .Op Fl -sniff .Ar file.opus .O...
2012 Jul 31
0
No subject
...--prefix=3D$HOME/builds --= host=3Di686-w64-mingw32 --disable-stack-protector @xubuntu:~/builds/bin$ wine ./opusenc -V opusenc opus-tools 0.1.5 (using libopus 1.0.1) Copyright (C) 2008-2012 Xiph.Org Foundation When I try to cross-compile opus-tools from git it still gives the error:- "src/opusrtp.c:53:24: fatal error: sys/socket.h: No such file or directory" Is there something wrong with the code in opus-tools git? Successful build with release code:- ************************************** Type "make=3B make install" to compile and install Type "make check" to...
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
...ec-diag_range.o ? CC?????? win32/opusdec-unicode_support.o ? CCLD???? opusdec ? CC?????? src/opusinfo-opus_header.o ? CC?????? src/opusinfo-opusinfo.o ? CC?????? src/opusinfo-info_opus.o ? CC?????? src/opusinfo-picture.o ? CC?????? win32/opusinfo-unicode_support.o ? CCLD???? opusinfo ? CC?????? src/opusrtp.o ? CCLD???? opusrtp /usr/local/lib/libopus.a(opus_decoder.o): In function `opus_decode_frame': /home/peppermint/build/opus-1.1-beta/src/opus_decoder.c:536: undefined reference to `exp' /usr/local/lib/libopus.a(celt_decoder.o): In function `celt_decode_lost': /home/peppermint/build/opus...
2012 Nov 05
2
[Feature Request] Allow opus-tools from git to be cross-compiled with mingw.
Hi Please fix it so that opus-tools from git can be cross-compiled with mingw. Look here ---> http://lists.xiph.org/pipermail/opus/2012-October/001800.html
2012 Nov 23
1
Opus RTP/RTSP support
...dized since few time and it will probably be supported in future sw releases. But maybe I missed some other project that already works off-the-shelf. I am looking into this in order to properly test my implementation for debugging purposes. If there are no other alternatives I'll just use the opusrtp program to decode the stream to ogg and play it later. Thanks for your support and best regards. Giulio Mazzoleni
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
...-unicode_support.o > CCLD opusdec > CC src/opusinfo-opus_header.o > CC src/opusinfo-opusinfo.o > CC src/opusinfo-info_opus.o > CC src/opusinfo-picture.o > CC win32/opusinfo-unicode_support.o > CCLD opusinfo > CC src/opusrtp.o > CCLD opusrtp > /usr/local/lib/libopus.a(opus_decoder.o): In function `opus_decode_frame': > /home/peppermint/build/opus-1.1-beta/src/opus_decoder.c:536: undefined reference to `exp' > /usr/local/lib/libopus.a(celt_decoder.o): In function `celt_decode_lost': > /h...
2016 Jun 17
2
Opus Raw Pakcets
Hi, I have application, where I am reciving the RTP packets, which has OPUS payload. >From the RTP packets I got following information: (12 byes Header) tells about the version, payload time, time stamp, srsc, etc. The rest of the packet is OPUS payload (raw format), The TOC byte from OPUS payload tells its 20ms frame, even the time stamp different of 960 means 20 msec frame. Questions: 1)
2019 Aug 27
4
Opus Todo
Hi, I had found a Opus TODO list in https://wiki.xiph.org/index.php?title=OpusTodo&mobileaction=toggle_view_desktop . The item "Opus-tools" interest me. And here is my question about "Port opusdec to libopusfile/libopusurl": 1. Does this function have achieved? On one hand, I think not literally. On the other hand, after briefly reviewing opusdec.c of opus-tools, I found
2012 Dec 14
0
opus-tools 0.1.6 release
...a good way to pick up those changes. This release includes many build fixes, especially for Windows, as well as some minor correctness improvements. The opusenc --uncoupled switch is not longer advertised because this debugging option was being mistaken for a quality enhancement. An experiemental opusrtp tool is new in this release. I did not include it in the binaries because it's of limited usefulness, mostly for debugging other RTP implementations. It can send an Opus file over RTP or record a packet stream to an Opus file, on POSIX systems. It can easily be built from the source package. D...
2013 Oct 12
0
Linux opus-tools static builds.
Hi Some Linux programs are 'static'. For example, these FFmpegs here ---> http://ffmpeg.gusari.org/static/ If we compile with Linux opusdec & opusenc & opusinfo & opusrtp using only static libraries libogg.a & libflac.a & libopus.a Are the four opus-tools programs then genuinely 'static', so that they will work on *any* Linux OS? $ ./opusenc -V opusenc opus-tools 0.1.7-10-g7c3f522 (using libopus 1.1-beta-51-gaee4d80) Copyright (C) 2008-2013 Xiph.Or...
2016 Jun 17
0
Opus Raw Pakcets
...To save it in a file other audio players can handle, you need to re-encapsulate the data in a media container. Such files use the '.opus' filename extension. There's some rough example code for this in the opus-tools package. See for example https://git.xiph.org/?p=opus-tools.git;f=src/opusrtp.c;hb=HEAD#l103 This disk and stream format is specified in https://tools.ietf.org/html/rfc7845.html > 3) is there any information OPUS payload has(except TOC(first byte))??? The first several bytes define how the audio is split into frames, the duration, audio bandwidth, and the coding mode....
2019 Aug 27
0
Opus Todo
...primarily in commit <br>e9bbfacf0a1bbade70005fa730cc50e838baaa32, and part of the 0.2 release. <br>I don't know if there's any useful follow-up work to be done. <br> <br>If you're interested in working on opus-tools, there are some <br>outstanding PRs, and opusrtp is the weakest of the tools; I think the <br>todo list in the wiki is accurate for it. <br> <br>Cheers, <br> -r <br> <br> <br>_______________________________________________ <br>opus mailing list <br>opus@xiph.org <br>http://lists.xiph.org...
2019 Aug 27
0
Opus Todo
...It looks like this was done a couple of years ago, primarily in commit e9bbfacf0a1bbade70005fa730cc50e838baaa32, and part of the 0.2 release. I don't know if there's any useful follow-up work to be done. If you're interested in working on opus-tools, there are some outstanding PRs, and opusrtp is the weakest of the tools; I think the todo list in the wiki is accurate for it. Cheers, -r -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.x...
2013 Sep 24
4
Problem compiling opus-tools-0.1.7
...nded?). Maybe opus-tools > relies on the fact that libopus is linked with libm and doesn't > explicitly add it? Greg? Indeed. The opus-tools build explicitly adds -lm for opusdec and opusenc because they use math calls directly. Maybe that's shadowing the problem for the other tools. opusrtp doesn't need math directly, but as you see, libopus.a does. However, the autotools build does use whatever link line pkg-config tells it to, and we should be including -lm there. Bat, can you post your configure invocation command line, the output of 'pkgconfig --libs opus' and pasteb...
2014 Oct 06
1
runtime reconfiguration of opusenc
Hello All, This is my first appearance to the opus mailing list. My name is Michael Mehari and i am a researcher at Ghent University mainly on cognitive radio networking. Recently i am working on a demo scenario on self adjustable wireless audio conferencing and i selected opus for the audio encoding and decoding part. specifically the applications (i.e opusenc and opusdec) from opus-tools
2012 Oct 19
3
How to cross-compile opus-tools?
Hi Is it possible to cross-compile opus-tools with mingw and Ubuntu? So far I have done this:- # prepare $ mkdir $HOME/source $ mkdir $HOME/builds $ export PATH="$PATH:$HOME/mingw-w64-i686/bin" $ PKG_CONFIG_PATH="$HOME/builds/lib/pkgconfig" # Install ogg $ cd $HOME/source $ svn co http://svn.xiph.org/trunk/ogg $ cd ogg $ ./autogen.sh && ./configure