search for: 90k

Displaying 20 results from an estimated 50 matches for "90k".

Did you mean: 90
2006 Jun 30
1
police rate doesn''t work ?
...10.31.11.2 -p udp --dport 1003 -j MARK --set-mark 3 iptables -t mangle -A PREROUTING -i eth0 -s 10.31.12.2 -d 10.31.11.2 -p udp --dport 1004 -j MARK --set-mark 4 tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 2500000 burst 90k drop tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 2 fw police rate 1500000 burst 90k drop tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 3 fw police rate 1000000 burst 90k drop I generate traffic with smartbits and i made this test: 1)len packet layer2 64 byte, pac...
2020 Sep 24
5
call an IP camera?
...f streaming audio, bridge with the video stream from the camera. It would be very cool if I could just call the camera and see what's going on. Ffmpeg shows the following streams available from the camera: Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 fps, 12 tbr, 90k tbn, 24 tbc Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, 12 tbr, 90k tbn, 24 tbc Perhaps it's not even necessary to recode the stream?
2007 May 08
5
limit bandwidth per host question
EHLO tc gurus. New to traffic control. Unfortunately, the politicians here in Denmark have decided that a PC is the same as a television set - so anyone owning a PC and internet connection of over 255 kbit/s must pay DKR 2200/year = EUR 300 = USD 400 in television licence fees :-( This is a lot of money for poor students, so we want to offer the students the *option* of limiting their
2002 Mar 13
2
Need util to resize parition (Off Topic)
...the answer. Originally I installed Red Hat 5.2 with 2 paritions, boot and root. I upgraded to Red Hat 6 (kept the original filesystem) without a problem some time ago, but now I want to upgrade to 7.2. When trying to install the upgrade it tells me that the boot parition isnt big enough (by about 90k!) so I thought "Easy I'll use partition magic for DOS from a boot floppy and move some space from root to boot" (theres plenty spare). Only problem is my partition magic (v4) wont allow me to modify the linux partions (don't know if it's a limitation with the DOS version or ju...
2013 Apr 03
2
Creating data frame from individual files
...d across all files. I want to create a matrix 40(rows) x 70 columns. I tried : temp = list.files(pattern="*.txt") named.list <- lapply(temp, read.delim) library(data.table) files.matrix <-rbindlist(named.list) > dim(files.matrix) [1] 6537456 2 What happened here is all 90K rows for 72 files were rbinded. I want to cbind. Could anyone please help me. Thanks Adrian [[alternative HTML version deleted]]
2020 Sep 24
0
call an IP camera?
...ke a music stream such as music on hold? > It would be very cool if I could just call the camera and see what's going > on. Ffmpeg shows the following streams available from the camera: > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 > fps, 12 tbr, 90k tbn, 24 tbc > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, > 12 tbr, 90k tbn, 24 tbc > > Perhaps it's not even necessary to recode the stream? Very likely, but what you're looking at there is the media format; you also need some sort of si...
2020 Sep 24
1
call an IP camera?
...ke a music stream such as music on hold? > It would be very cool if I could just call the camera and see what's going > on. Ffmpeg shows the following streams available from the camera: > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 > fps, 12 tbr, 90k tbn, 24 tbc > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, > 12 tbr, 90k tbn, 24 tbc > > Perhaps it's not even necessary to recode the stream? Very likely, but what you're looking at there is the media format; you also need some sort of si...
2004 Jun 16
3
[Bug 1463] New: poor performance with large block size
...ReportedBy: wmatthews@sepaton.com QAContact: rsync-qa@samba.org I have a 29Gig file that is the previous version of a file and a 1.3 Gig incremental backup of the file. I did the transfer with no block size option and it takes about 6 minutes (GigEthernet). I used --block-size = 90k and it took about 6 minutes. I used --block-size=182000 (close to the square root of 29 Gig) and it only completed ~50 Meg of transfer of the 1.3 Gig in a couple of hours. Chris Shoemaker suggests this is a problem with the sliding window being a fixed size of 256k and that the block size will...
2011 Jan 20
1
randomForest: too many elements specified?
I getting "Error in matrix(0, n, n) : too many elements specified" while building randomForest model, which looks like memory allocation error. Software versions are: randomForest 4.5-25, R version 2.7.1 Dataset is big (~90K rows, ~200 columns), but this is on a big machine ( ~120G RAM) and I call randomForest like this: randomForest(x,y) i.e. in supervised mode and not requesting proximity matrix, therefore answer from Andy Liaw to an email reporting the same problems in 2005 (see below) is probably not directly appli...
2008 Apr 27
1
"Unknown LVDS configuration bits, please report" - Error
...ncy timer of device 0000:01:00.0 to 64 [34837.705298] [drm] Detected an NV50 generation card (0x086b00a2) [34837.705313] [drm] Initialized nouveau 0.0.10 20060213 on minor 0 [34837.705325] [drm] Used old pci detect: framebuffer loaded I have the Xorg.0.conf copied and can send it, as it has around 90k I do not really want to send it to the mailing list. The lines with warnings or errors are: (II) NOUVEAU(0): Attempting to locate BIOS image in PROM (WW) NOUVEAU(0): ... BIOS signature not found .. (EE) NOUVEAU(0): ========== unknown reg 0x00021218 ========== (couple of times) .. (EE) NOUVEAU(0):...
2020 Sep 24
3
call an IP camera?
...; > It would be very cool if I could just call the camera and see what's > > going > > on. Ffmpeg shows the following streams available from the camera: > > > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, > > 12 > > fps, 12 tbr, 90k tbn, 24 tbc > > > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 > > fps, > > 12 tbr, 90k tbn, 24 tbc > > > > Perhaps it's not even necessary to recode the stream? > > Very likely, but what you're looking at there is the...
2003 Jun 20
4
PXELINUX keeppxe mem footprint
...ELINUX to load a DOS disk image which I currently use for Win2K/XP unattended installs. I want to move away from reliance on specific NDIS2 drivers and use the 3Com UNDIS3C driver instead. I have used this successfully to start the MSClient, but the problem is that the UNDI and PXE layer take about 90K of base memory, which means that WINNT.EXE has insufficent memory to run after networking is started. I have already performed all the base memory saving tricks I can (including reclaiming 32K from the VGA BIOS area, loading DOS high, using loadhigh for most things) but still this is not enough....
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
...riginal file) ffmpeg2theora-0.24.linux32.bin foo.mts -x 1280 -y 720 -o foo-ffmpeg2theora-0.24.ogv Input #0, mpegts, from 'foo.mts': Duration: 00:00:15.83, start: 1.000067, bitrate: 16946 kb/s Program 1 Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 50 tbr, 90k tbn, 50 tbc Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s Pixel Aspect Ratio: 1.00/1 Frame Aspect Ratio: 1.78/1 Resize: 1920x1080 => 1280x720 0:00:07.79 audio: 82kbps video: 4254kbps, time remaining: 00:01:34 When I try to play the ogv file, the video stream i...
2007 Jun 07
5
Advise on slowness in bootstrapping?
...not updated via Ruby, only read. I am trying to use rebuild_index to bootstrap the medium sized table and it is taking a very long time (running for about 4 hours, indicates 50% complete with 4 hours remaining) and creating a massive number of files in the index directory (currently about 65k, was 90k earlier) I have not done any tuning of ferret/aaf so far, and I fear what it will look like to do the big table. Does anyone have any advise on how to speed this process up? Because the tables are updated by an external batch process, if I were to continue down this ferret/aaf path, I''d...
2009 May 30
1
Segmentation Fault
.../ Movies/TV\ Shows/Holding\ Area/video.vob Input #0, mpeg, from '/Users/jason/Movies/TV Shows/Holding Area/ video.vob': Duration: 00:05:43.90, start: 0.211444, bitrate: 7217 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], 9800 kb/s, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0.1[0x20]: Subtitle: dvdsub Stream #0.2[0x21]: Subtitle: dvdsub Stream #0.3[0x22]: Subtitle: dvdsub Stream #0.4[0x23]: Subtitle: dvdsub Stream #0.5[0x24]: Subtitle: dvdsub Stream #0.6[0x25]: Subtitle: dvdsub Stream #0.7[0x88]: Audio: dca, 48...
2006 Aug 04
11
Assertion raised during zfs share?
...AVAIL REFER MOUNTPOINT SYS 83K 163M 30.5K /SYS export 110K 72.8G 25.5K /export export/home 24.5K 72.8G 24.5K /export/home # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT SYS 195M 90K 195M 0% ONLINE - export 74G 114K 74.0G 0% ONLINE - # zfs set sharenfs=on export # zfs share export Assertion failed: pclose(fp) == 0, file ../common/libzfs_mount.c, line 399, function zfs_share Abort - core dumped
2006 Dec 29
3
production-izing a popular site
Lets say you have a site that is serving, oh, around 100k unique visitors a day (plain ole'' browser requests) - plus probably ~ 40k uniques to feeds. Assume this site is 90% read like most of the web, so the traffic looks like your typical news or portal site. There are two web boxes behind a hardware load balancer, each doing apache 2.2.3 -> mongrel_proxy_balancer -> mongrel
2009 Nov 17
12
ffmpeg2theora and VOB files
Dear, I am using your ffmpeg2theora for converting VOB files to ogv. At converting VTS_01_2.VOB (second file from DVD) theora can not find video stream, only audio stream. Can you help me? Thanks Martin Koryt?r
2015 May 29
2
multi sync (>2 servers) + selective sync + trigger
Hi all, I've been researching ways to replicate mail across multiple mailstores and have a few questions. Synching 2 mailstores (M1 & M2) via dsync works fine. I want to add a 3rd and 4th (M3 & M4) server to also be synced. Multi-sync (>2 servers): 1) How do I tell M1 and/or M2 to also sync to M3 and/or M4? Selective sync: 2) How do I sync specific domains to specific
2003 Aug 29
2
RSync hangs up on file transfer
...ke this: cytometer/C12883-98/fisher/C12883-98_FEU_0073_0000_063x_MASK.tif 1247804 100% 1.29MB/s 0:00:00 The file and directory within which this happens differs from time to time. Depending on the number of files that need to be transfered (about 300k files on that partition and about 90k files to be synced) I can kill, restart, kill and restart again and again until RSync is finished, but this is not nice :(. While RSync did hang up I got this output from free: dwalin (Debian GNU/Linux, RSync 2.5.6 pv 26): total used free shared buffers cached...