search for: grabber

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

Did you mean: grabbed
2010 Jul 14
1
Running yum shows errors
...582, in _geturls self._baseurlSetup() File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 538, in _baseurlSetup mirrorurls.extend(self._getMirrorList()) File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1349, in _getMirrorList fo = urlgrabber.grabber.urlopen(url, proxies=self.proxy_dict) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 612, in urlopen return default_grabber.urlopen(url, **kwargs) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 891, in urlopen r...
2007 Nov 04
2
Xen Network Problems
Hi all: I installed xen-3.0.4 on Fedora 7, and installed Fedora 6 as DomainU, but, the network can not work normally. It only work for seconds, then I lose connect. If I ifdown the NIC and ifup it, the network can work for a few seconds, Can anybody help me figure what''s the problem ?? Thank you in advance _______________________________________________ Xen-devel mailing list
2008 Nov 06
0
Contacts Importer Address grabber Invite friends import Gmail, Yahoo, Hotmail etc
hi, Please help me!!!!! am using ruby-1.8.6 gem blackbook-1.0.4 please give me detail installation steps..... please.... Thankyou. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2013 Nov 24
2
combine external video source and audio call to make SIP video call?
I'd like to cobble together a videophone from an analog phone, connected to an Asterisk FXS channel, and a co-located video camera, connected to a video grabber card on the Asterisk server (so I have a Linux video device providing the video stream). When a call is made from the phone, I'd like to somehow add the video and produce a SIP video call. I don't want to use any sort of graphical SIP client; ideally this should all be done headlessly in...
2007 Aug 10
2
Xen physical host statistics
Hello, - I am trying to make an application, which would connect to a remote xen host and fetch some information about total (physical) CPU usage, total memory usage, network and disk I/O. I have managed to do a remote statistics grabber for CPU and memory usage using libvirt. I couldn''t find any source of information about libvirt ability to return I/O numbers. Also haven''t found any other solution yet. Any suggestions? Thank you in advance! Best regards, Mindaugas Kiznis ____________________________________...
2019 Jun 10
0
Wine release 4.10
...pointers to them. dbghelp: Fix the spelling of a parameter. winedbg: Fix the spelling of a comment. winedump: Fix the spelling of a string. Mingcong Bai (1): po: Update Simplified Chinese translation. Nikolay Sivov (23): mf: Implement type handler methods for sample grabber stream. kernelbase: Add remaining registry helpers from shlwapi. mf: Implement presentation clock methods for sample grabber. mf: Detach sink stream on sample grabber shutdown. mf: Maintain sample grabber sink state. mfplat: Add sample grabber attributes to debug traci...
2007 Jul 28
2
specing a call to render :layout => "some_layout"
I''m trying to specify that an action should be rendered with a given layout one particular spec. What I''ve got at the moment is this. it "should render with the grabber layout" do controller.should_receive( :render ).with( :layout => "my_layout" ) do_get end This doesnt work even though this call to render is being executed. render :layout => "my_layout" Firstly I don''t understand why this isn''t working...
2007 Jan 20
0
Connect Theora DirectShow encoder filter to decoder filter
...which is then connected to a Theora decoder. The problem is that this doesn't seem to work, those filters refuse to connect to each other. Now obviously that isn't the whole app, there are some other filters in between the encoder and decoder. After the encoder filter I have a sample grabber filter, which delivers the samples from the encoder to my application, where I send them using a proprietary protocol across a network. On the other end I am using a special filter provided by DirectShow.NET, which allows me to inject the samples into the DirectShow graph. That filter should th...
2019 Aug 29
0
I broke "yum update" - C7
On Thursday 29 August 2019 16:20:00 Alexander Dalloz wrote: > Hi, > > yum uses libcurl behind the scenes and thus NSS and not OpenSSL. > > Do you get something indicative when running: > > URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic > check-update > > Alexander I get a lot of output for what looks like access to the local respos.d files all ending with success. I have included below the first and last of these immediately followed by the line saying that webtastic...
2008 Dec 11
3
DirectShow Theora Issue with RGB24
Hi, I hope you can help, I am in need of some assistance with the DirectShow filters for Theora. I have successfully created a working capture graph using OGG / Vorbis / Theora, however, when I add a Sample Grabber Directshow filter between the FFDShow decoder and Theora Encoder, this results in the video file being mirrored vertically. I have noticed that the original CaptureGraph was using YUV12, but the SampleGrabber is configured to use RGB24. Is it likely that this is the cause of the problem? Unfortu...
2015 Sep 26
8
CentOS 6 - Support for CanoScan LiDE 210
...: Scanner Access Now Easy (SANE) is a universal scanner interface. The : SANE application programming interface (API) provides standardized : access to any raster image scanner hardware (flatbed scanner, : hand-held scanner, video and still cameras, frame-grabbers, etc.). The sane-backends is installed, but I can not "see" the scanner: # scanimage -L device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a Hewlett-Packard HP_Color_LaserJet_2840 all-in-one I have no idea what I can do now. It is not clear to me if sane-backends package...
2018 Apr 10
1
Question about hdt and UEFI
You mind to elaborate? I'd like to re-use HDT as well, but I was forced to abandon it years ago due to lack of UEFI support and lack of development. Heck even the website hdt-project is now owned by a domain-grabber (The Syslinux wiki is still linking to it when I check 3 weeks ago... might want to remove that link). On Tue, Apr 10, 2018 at 10:10 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Apr 10, 2018 at 10:08 AM, R S <rene.shuster at bcsemail.org> wrote: > > If I remember c...
2019 Apr 26
0
Wine release 4.7
...additional tests for NtAccessCheck. Vincent Povirk (2): mscoree: Try skipping c: when searching for support msi. mscoree: Update Wine Mono to 4.8.3. Vladimir Bespalov (1): user32: Make LoadString[AW] patchable. Zebediah Figura (38): qedit/tests: Add more tests for sample grabber filter interfaces. qedit/samplegrabber: Don't expose IMediaPosition from the filter. qedit/samplegrabber: Don't expose IMediaSeeking from the filter. qedit/tests: Test that reference counts are shared between interfaces. qedit/tests: Add some tests for IBaseFilter::E...
2007 Jun 20
4
Remove session string from css and js file?
How do you remove the session string from the css and js file? I have already set the ApplicationController session :disabled => true Any suggestions or a site that already has this solution? Thank you, Nickmenow -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2016 Mar 02
2
problem restoring ssl and vlc
...line 53, in <module> import config File "/usr/lib/python2.6/site-packages/yum/config.py", line 30, in <module> from parser import ConfigPreProcessor, varReplace File "/usr/lib/python2.6/site-packages/yum/parser.py", line 4, in <module> import urlgrabber File "/usr/lib/python2.6/site-packages/urlgrabber/__init__.py", line 54, in <module> from grabber import urlgrab, urlopen, urlread File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 422, in <module> import urllib2 File "/usr/lib64/...
2020 Apr 24
0
Wine release 5.7
...tate change. mf: Raise MESessionStopped again if session is already stopped. mf: Set approximate occurrence time for MESessionStopped/MESessionEnded events. mfplat: Fix subtype test condition for MFInitMediaTypeFromWaveFormatEx(). mf: Validate new current type set for sample grabber. ole32: Fix IMalloc::DidAlloc() return value to reflect block validity. ole32: Improve thread safety in DidAlloc(). ole32: Fix spy callback arguments for IMalloc::GetSize(). maintainers: Take Media Foundation core modules section. ole32: Do not allocate spyed memory ar...
2007 Mar 02
4
"Redundant audio data" header in speex payload
Hi, Has anybody some information on on the "Redundant audio data" header in the speex rtp payload? Is this header always present? Is its value always the same? Can it be modified through some speex_*_ctl function? Thanks, Emmanuel -- ------------------------------------------------------------- Emmanuel Wauters Tel : (+32) 11 30 13 30
2006 Dec 07
6
Response To Form Submission Hanging
...http.rb:2141:in `read_body'' ... 7 levels... from /usr/local/lib/ruby/gems/1.8/gems/mechanize-0.6.3/lib/ mechanize.rb:265:in `post_form'' from /usr/local/lib/ruby/gems/1.8/gems/mechanize-0.6.3/lib/ mechanize.rb:201:in `submit'' from lib/grabber.rb:49 from lib/grabber.rb:28 And some of my code: ... 21 agent.read_timeout = 120 # clutching at straws ... 45 form = page.forms[1] 46 form.checkboxes.each { |c| c.checked = true } 47 options.merge(''stage'' => ''refine'').each { |k,v| form.add_fie...
2019 May 24
0
Wine release 4.9
...() exports. kernelbase: Add some more string handling functions from shlwapi. mfplat: Return properties for system time source. mfplat: Create system clock instance per system time source. kernelbase: Add remaining string handling functions from shlwapi. mf: Add sample grabber sink stub. mf: Add IMFMediaTypeHandler stub for grabber stream. mf: Add clock state sink stub for grabber. mf: Add events support for grabber stream. mf: Add events support for grabber sink. comctl32/tooltips: Add a helper to free tool text. comctl32/tooltips: Ad...
2019 Aug 29
4
I broke "yum update" - C7
...= Let's Encrypt, CN = Let's Encrypt Authority X3 > verify return:1 > depth=0 CN = webtatic.com > verify return:1 [ ... ] > Verify return code: 0 (ok) Hi, yum uses libcurl behind the scenes and thus NSS and not OpenSSL. Do you get something indicative when running: URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic check-update Alexander