search for: rogge

Displaying 20 results from an estimated 61 matches for "rogge".

2009 Jul 14
3
Fixing ogg vorbis corruption caused by bad metadata
On Tue, Jul 14, 2009 at 9:48 AM, Adam Rosi-Kessel<adam at rosi-kessel.org> wrote: > The only issue I'm noticing is ogginfo reports: > > Warning: sequence number gap in stream 1. Got page 14 when expecting > page 2. Indicates missing data. > Warning: discontinuity in stream (1) I'd guess this is flagging the data that was overwritten by the bad tagging code. Some
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
ogg.k.ogg.k at googlemail.com wrote, on 7/14/2009 7:16 AM: >> easy to replace. The second packet is the metadata, which we can lose. >> It's just the third packet that needs to be reconstructed. After that, >> you could start at any packet division in the rest of the file and it >> would play fine? So this generic restore tool that I'm positing would >> just
2008 Apr 03
2
Selinux policy for puppet
Andreas- On Thu, Apr 3, 2008 at 8:31 AM, Andreas Rogge <a.rogge@solvention.de> wrote: > Do you have SELinux enabled? When starting puppet from init.d with SELinux enabled it runs in xinitrc_t while it should (at least imo) run in unconfined_t. Running in xinitrc_t lead to *really* strange things. Everything way fixed once I deployed a policy t...
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
Monty Montgomery wrote, on 7/14/2009 1:44 AM: > On Tue, Jul 14, 2009 at 1:41 AM, Erik de Castro > Lopo<mle+la at mega-nerd.com> wrote: >> Monty Montgomery wrote: >> >>> Yes. Without the first three packets (which hold all the codec >>> settings and all the instruction how to handle the subsequent packets) >>> the rest of the stream is gibberish.
2009 Jul 14
0
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote, on 7/14/2009 7:55 AM: > ogg.k.ogg.k at googlemail.com wrote, on 7/14/2009 7:16 AM: >>> easy to replace. The second packet is the metadata, which we can lose. >>> It's just the third packet that needs to be reconstructed. After that, >>> you could start at any packet division in the rest of the file and it >>> would play fine? So
2009 Jul 06
3
What is the best way to share extension state
Greetings. I wonder what is the best way in your opinion to share real-time extension state with applications outside of asterisk? What I'm after is the best way to have Asterisk update a central repository with the state of each extension configured in the local Asterisk setup. To try and explain what I am trying to achieve, Imagine for example if asterisk would call a url like this:
2007 Mar 15
2
Default 4.4 kernel and NTFS?
I just installed Centos 4.4 and performed a Yum update to freshen all out-of-date files. I also have two IDE drives that are NTFS partitioned, but noticed they are not seen by the kernel. I visit /usr/src/kernels/2.6.9-42.EL-i686 and copy the Makefile.bak to Makefile and run make xconfig. Reviewing the supported filesystems, ntfs is not selected. Any reason why not? What is the easiest and
2018 Nov 23
1
How to concatenate Ogg in the browser JS?
I found how to build CRC32 table for Ogg in JS, if anyone interested: function _makeCRC32Table() { // From https://stackoverflow.com/questions/53438815/hot-to-build-crc32-table-for-ogg const polynomial = 79764919; const mask = 2147483648; const CRCTable = new Uint32Array(256); for (let i = 256; i--;) { let char = i << 24; for (let j = 8; j--;) {
2009 May 26
5
Maximum cable length for analog phone from FXS port
Hello. I am looking for details of the maximum allowed/usable/effective wire/cable length of the connection from a FXS port of Digium analog cards to the analog telephone handset. To clarify my intention, I need to have an analog telephone connection to my asterisk box that is 3000 meters (3km) away at least. If you have any details of ATA boxes or other similar devices that I could use to
2007 Oct 24
4
How to get TCP access to CDR Master.csv
Hi. I'd like to get access to the CDR's generated by Asterisk (1.4) in real-time from a remote connection coming in on TCP. Basically what I have is a Windows application that is used to process incoming, outgoing and missed call records putting them into a database for some analysing etc. This app can connect to a TCP server and read from this connection the CDR's as they are
2007 Feb 10
3
asrock 775 dual-vsta mb and linux with sata raid
Hello, I have the subject mentioned mb and I am trying to install centos 4.4 with sata raid enabled, but linux is not seeing the drives? I tried to load via sata raid driver, no luck there. I guess I could try legacy mode in the bios, but I was hoping there is another way around to load linux with the raid? Thanks....
2018 Nov 16
4
How to concatenate Ogg in the browser JS?
Please see the documentation: https://xiph.org/ogg/doc/framing.html I would encourage you to use random serial numbers, as intended, also, as any downstream consumers of your files will face limitations similar to the ones you are facing if they want to do anything more with them. But before you go too far down the route of changing the serial numbers, can you tell us what software is
2011 Aug 25
1
Changing frame rate in an ogg
Hi I'm trying to understand how to change framerate in an ogg/theora file. I'm recording a stream from a chat (RTP/THEORA) but frame rate of recorded stream is not correct. Reading theora documentation it seems that frame rate (FRN and FRD) only affects granulepos/timestamp but changing it (manually) in the ogg files causes bad decoded frames while playing (I've also tried other
2018 Nov 22
0
How to concatenate Ogg in the browser JS?
I faced with problem about CRC32 calculation, I see that lookup table is different here https://github.com/rillian/rogg/blob/master/rogg.c#L196 end for example here https://stackoverflow.com/a/18639975/1879101 - JS code on this page for building the table produces the same result. I think that generating the table is better than having hardcoded one - for security against the case when somebody
2007 Jun 09
2
How to tell what codec is used for each end of a call MD110->H323->SIP
Hi. Calling from Ericsson MD110 via H.323 trunk to an asterisk 1.4.4 I get the call established but no sound heard on either end. What is the best/correct way to try and see what codecs Asterisk is using on each end of the call as it passes through Asterisk? And is there any way to see that voice is in fact being passed through Asterisk during the call (some counters etc.)? Thank you
2018 Nov 15
2
How to concatenate Ogg in the browser JS?
Yes, I found that serials of my Oggs is all zeros, thank you, I will try to alter serial. 15.11.2018, 19:39, "Ralph Giles" <giles at thaumas.net>: > On 2018-11-15 4:22 a.m., Vitaly Zdanevich wrote: > >>  Note: Stream 1 has serial number 0, which is legal but may cause problems with some tools. > > Note if *both* files have the same serial number, it's
2007 Oct 23
2
Vorbis granule position
I have a technical question about the vorbis granule position, but I would like to put the question into context. When a ogg vorbis stream is ripped using wget, fetch, or streamripper under Linux or FreeBSD, the resulting file has problems both with granule position and with a missing EOS. I think I can figure out how to add an EOS, but is there a way to determine the granule position in a stream
2008 Apr 17
4
looking for a way to remove module interdependencies
Hello List, i''m running into an issue with puppet where I don''t know how to solve correctly. We''re managing applications and our monitoring (nagios) using puppet using the following schema: class nagios { // ensure nrpe ist installed // export a host definition nagios::check { ''ping'': } nagios::check { ''load'': } ...
2005 Jun 06
1
RTP and jitter buffer relationship
Good question. I'm coming to the conclusion that using plain UDP and "home-grown" packet construction for transmitting the speex data (with timestamp/sequence counter) and implementing jitter control on the receiver end is an adequate implementation for a VoIP application. Assuming of course that I don't care about any interoperability issues with other applications etc. I was
2007 Aug 16
1
http://wiki.centos.org/TipsAndTricks/Xen
Thanks to XenSource's shiny new ASP Website all external links to www.xensource.com broke. So the link on http://wiki.centos.org/TipsAndTricks/Xen to http://www.xensource.com/files/xensummit_4/Xenpvfb07_Armbruster.pdf is also broken. The new link is http://xen.xensource.com/files/xensummit_4/Xenpvfb07_Armbruster.pdf The old page moved to xen.xensource.com, so all links should work when