search for: moller

Displaying 19 results from an estimated 19 matches for "moller".

Did you mean: holler
2002 Nov 21
4
Rgenerating headers
...r dangerous for multicast if the client auto download the URL. So, back to my question - is there any reason why you shouldn't be able to completely regenerate the header packets/frames from what I have outlined ? --PMM ----------------------------------------------------------- Peter Maersk-Moller ----------------------------------------------------------- Ogg/Vorbis support for MPEG4IP and YUV12, XviD, AVI and MP4 for libmpeg2. See http://www.maersk-moller.net/projects/ ----------------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/...
2002 Nov 21
3
Vorbis as a standard
...To make it worse, probably the only ones with sufficient knowledge to write the RFC are the one writing the code. Anyway, have anyone else experienced the problem ? And what does the Xiph people have to say about it ? --PMM ----------------------------------------------------------- Peter Maersk-Moller ----------------------------------------------------------- Ogg/Vorbis support for MPEG4IP and YUV12, XviD, AVI and MP4 for libmpeg2. See http://www.maersk-moller.net/projects/ ----------------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/...
2007 Oct 09
2
Mailformat
...saving a message as draft from Thunderbird and later opens it with squrrelmail i get all the html code. Also do mails from Google calander and som others give a warning (in Squirrelmail) that they ar badly formated) This after upgrading to 1.1beta2. Any ideas? Best Regards - Jon -- Jon Essen-Moller http://tenka.se
2002 Sep 07
3
Website for Ogg/Vorbis support for MPEG4IP
Hi I have created a small website trying to document my Ogg/Vorbis support for MPEG4IP. You can find it here. http://www.maersk-moller.net/mpeg4ip/index.html Kind regards Peter Maersk-Moller --- >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...
2002 Jun 30
4
bitrate peeling
Hi I read in http://grahammitchell.net/writings/vorbis_intro.html > Ogg Vorbis files support "bitrate peeling", which means you can produce > a lower bitrate file from a higher bitrate file without re-encoding and > at the same quality as if you'd encoded the file directly into the lower > bitrate from the original file. No other lossy audio codec currently > supports
2005 Apr 14
2
rsync duplicates after file removal
Hi, After I have removed some files from the backup computer with the command find /home/user/.Maildir/.Spam/* -mtime +30 -type f -exec rm "{}" \; does the command: rsync -av -e "ssh -l root" host:/home/* /home create many duplicates. What I expect is for it to just "restore" the backup to what it was like before. I'm using rsync version 2.6.3 and
2017 Sep 08
1
Optimize code to read text-file with digits
On 8 September 2017 at 11:25, PIKAL Petr <petr.pikal at precheza.cz> wrote: > > Moller Skarbiniks Pedersen > My program which is slow looks like this: > > > > filename <- "digits.txt" > > lines <- readLines(filename) > > why you do not read a file as a whole e.g. by > > lines<-read.table("digits.txt") > Good idea. &g...
2017 Sep 08
0
Optimize code to read text-file with digits
Hi see in line > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Martin > Moller Skarbiniks Pedersen > Sent: Friday, September 8, 2017 10:49 AM > To: r-help at r-project.org > Subject: [R] Optimize code to read text-file with digits > > Hi, > > Every day I try to write some small R programs to improve my R-skills. > Yesterday I wrote a small program...
2005 Feb 10
1
Need help with a Cisco 7960
Hi all, I have seen similar discussions about this problem earlier, but I need some help here! I've been using this phone for allmost two years without any problems. Just about a week ago I had the phone unplugged for a few days and when I plugged it in again it had lost all settings, including the settings password. It was reset back to the factory default. Well, then I decided to enter
2007 Apr 21
1
Transer calls hitting #
Hi, Any idears how to get call transfer to work? The "#" key is recognized but the following typed digits does not appear to be read and the IVR announce "Invald extension..." Debug output -- Started music on hold, class 'default', on channel 'Zap/1-1' -- Playing 'pbx-transfer' (language 'en') -- Stopped music on hold on Zap/1-1
2004 Jan 05
0
@ERROR: auth failed on module user1_dir
...ata stream (code 12) at /home/lapo/packagi ng/tmp/rsync-2.5.7/io.c(165) the rights for etc/rsyncd.secrets is att the moment set to: -rwxrwxrwx 1 root root 17 Jan 5 17:32 rsyncd.secrets* since I cant get it to work any ideas? Best regards - Jon <<--------------- Jon Essen-Moller +46 708 793333
2017 Sep 08
5
Optimize code to read text-file with digits
Hi, Every day I try to write some small R programs to improve my R-skills. Yesterday I wrote a small program to read the digits from "A Million Random Digits" from RAND. My code works but it is very slow and I guess the code is not optimal. The digits.txt file downloaded from https://www.rand.org/pubs/monograph_reports/MR1418.html contains 20000 lines which looks like this: 00000
2006 Nov 04
1
My first Asterisk - Not recognizing X100P clone
Hi, I'm cutting my teeth setting up a home asterisk server, but having some trouble getting Zaptel to recognize a X100P clone PCI (Motorola SM56 which should work according to various wiki's). What struck me was that the "/proc/interrupts" do not include IRQ 11 as the "lpcpi -v" is reporting. Am I missing something fundamental here? Any hint is greatly
2007 Jul 18
1
Shared folder
Hi, I wish to setup a shared folder where everyone can read and copy. How does that work? Does each user get their own index file to determine weather a mail i read or not? can users move or copy mail? Thanks in advance Best regards - Jon
2007 Apr 15
0
Call tranfer drops 1st. digit
Hi list, I experiencing a strange behaviour when transferring a call. The use case is like this: - Incoming call from Zap/1-1 - Routed to SIP phone SIP/1001 - The called user (SIP/1001) wants to redirect the call and presses "#" - IVR (default setup) says "Transfer" and user gets dial tone - User dials 1002 - IVR says "No such extension - please try again" ??? It
2002 Jun 30
0
libvorbis and floating point exception
Hi. While doing some RTP based multicast streaming with Vorbis encoded data I ended up feeding the decoder some slightly invalid data (audio data, not header data) and it SEEMED to me I got a floating point exception that my decoder wasn't really prepared to catch. Is it possible to generate a floating point exception feeding corrupt audio data into libvorbis ? If yes, then I need to take
2006 Oct 19
2
WEBRick process not responding after few hours (rails 1.1.6 on linux)
the rail application I have developed (really simple one 2 -> db tables with no more than 100 records) works perfectly in development / production mode on my windows desktop (win200 pro + mysql + ruby 1.8.2 + rails 1.1.6). when deploying the application on linux (ruby 1.8.4 , rails 1.1.6 the same mysql as on windows) everything *seems* to work fine. well atleast for the first few hours. the
2002 Jun 24
1
packetno, granulepos, streaming and framing
Hi While implementing OSS Ogg/Vorbis encoding and streaming using RTP/RTCP for both unicast and multicast, I have come across a few issues I need to clear out regarding the numbering of ogg_packets and their granulepos value. Below are the result for two different scenarios. <p>In the first scenario, ogg_packets are generated using a) vorbis_analysis_headerout() b) while
2002 Mar 14
2
Ogg in MP4 file, Unexpected result from _vorbis_unpack_books
Hi. I'm trying to implement Ogg/Vorbis support for the MPEG4IP project. The goal is to support Ogg/Vorbis audio for MPEG-4 streaming. So far I have managed to make the encoder save Ogg packets as an Audio object in an .mp4 file. As a side effect, it can also save Ogg pages in an .ogg file playable by xmms, but that's no big deal. So what I'm doing is this. First the init part. a)