search for: rogg

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

Did you mean: ogg
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
...packet division in the rest of the file and it >> would play fine? So this generic restore tool that I'm positing would >> just need to try every known codebook set until a valid file was >> produced? How hard would that be? > You'd need to renumber and regenerate CRCs. rogg might do all that > (a set of tools somewhere on svn.xiph.org). >> What I'm puzzled by, based on the information above, is why my attempted >> fixes haven't worked: pick a valid ogg vorbis file that I believe was >> ripped with the same tool around the same time, swap i...
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...
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
...in the rest of the file and it >>> would play fine? So this generic restore tool that I'm positing would >>> just need to try every known codebook set until a valid file was >>> produced? How hard would that be? >> You'd need to renumber and regenerate CRCs. rogg might do all that >> (a set of tools somewhere on svn.xiph.org). >>> What I'm puzzled by, based on the information above, is why my attempted >>> fixes haven't worked: pick a valid ogg vorbis file that I believe was >>> ripped with the same tool around the s...
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?
...t;< 1 : char << 1; } CRCTable[i] = char; } return CRCTable; } 22.11.2018, 17:43, "Vitaly Zdanevich" <zdanevich.vitaly at ya.ru>: > 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 accidentall...
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 accidentally change o...
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?
...conflicts unlikely. You can fix them by rewriting > the serial number so there's no conflict. Basically, you change the > serialno field in each ogg page header and then update the crc. > > If you want an example, I have a quick script for doing this in > https://git.xiph.org/?p=rogg.git;a=blob;f=rogg_serial.c > > HTH, >   -r
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
...such text already available (can't see anything in the PDF for 1.1.9)? I really appreciate you taking time to read and reply. Sincerely, Baldvin > -----Original Message----- > From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca] > Sent: 6. j?n? 2005 20:41 > To: baldvin@rogg.is > Subject: Re: [Speex-dev] RTP and jitter buffer relationship > > > > If I would implement my VoIP application using RTP to transmit data > > between recording-point and playback-point, would I still use the > > jitter buffer or does RTP actually take care of the j...
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