Fcp capture on gigabits network, on distant server

What are the rules for distant digits on a win 2003 server, with cx500 EMC hard disk and gigabits ethernet network. thanks for your help
macbook   Mac OS X (10.4.6)  

Rules?
Working with Video over a network requires dedicated bandwidth. Even though Giga ethernet appears to be quick enough for simple DV, it can not guarantee the bandwidth and will often drop frames. Ethernet is an interference protocol and is designed to accomodate out of sequence packets. Video however, is much more time sensitive than an email or spreadsheet and will not work if the packets arrive out of sequence or are delayed in the process. The people who I have heard made it work, do it on a local and dedicated network - that is - no other demands on the system - ONLY video and only a few machines.
What you need is an isochronous system - that is - a system that can reserve bandwidth for certain time sensitive operations. Apple's Xsan/xRaid can do this.
good luck.
x

Similar Messages

  • How to use oracle APEX with an distant database located on a distant server

    Hi there,
    I'm a brand new user with Oracle Technologies. I've installed ORACLE 10g XE and updated APEX to 4.0 version on my laptop.
    My Manager has setup a distant server with a Linux Red Hat. He has installed on this server EBS R12 with a 11i database.
    As a training, I'd like to play with the tables located on the server with the APEX 4.0 installed on my laptop.
    As the server is on the same local network and following the description above, is it possible to plug my local APEX to the server database ?
    If not, does it mean I have to install APEX on the 11i server database and then connect to the server to play with those tables ?
    Thanks a lot for your time and support ACEs members.
    Regards,
    Ulrich

    Hi Ulrich,
    yes, you can access other database from your APEX database. The mechanism used to do this is called a "database link". You need to create such a database link in your local database, then you can access the remote database like this:
    SELECT *
      FROM databaselink@EMP
    ;If you want to use such remote objects from within APEX you need to create local views to wrap this (search the forum for apex and database links, you'll find interesting threads).
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Unable to capture the Citrix network response time using OATS Load testing.

    Unable to capture the Citrix network response time using OATS Load testing. Here is the scenario " in our project users logs into Citrix network and select the Hyperion application and does the Transaction and the Clients wants us to simulate the same scenario for load testing. We have scripted starting from Citrix Login and then launching Hyperion application. But the time taken to launch the Hyperion Application from Citrix network has not been captured whereas Hyperion Transaction time have been recorded. Can any help to resolve this issue ASAP?

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • How to capture the user activities in Project Server 2010

    Hi
    I want  to capture the user activities from Project Server 2010 like when a user has saved and published etc.
    Is there any possibility that we can get the user activities data from sql server.
    Please throw some light on the same.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    As far as I know, there is no such information stored in Project Server DB.
    You can have this kind of information by project, such as the ProjectModifiedDate in the Reporting DB (MSP_EPMProject_userView). I also know that there is a PROJ_LAST_SAVED date in the Draft DB. But be aware that querying in the Draft DB is not supported
    by MS.
    Another way would be doing some custom code, storing in a separate DB each save and publish operation per user.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to use HTTPS to retrieve a set of files from a distant server?

    Hi !
    i am interested in some samples or links showing how is it possible to use HTTPS in a java code in a standalone application ( could be swing based or whatever) that allows an HTTPS connection to a distant server ( specefic file repository) so that downloading some data files could be possible.i am also interested to know what conditions should be available to make such connection possible ( specefic port number? specefic authentication? login? password? and does the Operating system on the distant server interfere with that ? etc...)
    thanks!

    in fact i tried to test a sample code by i got this exception :
    Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:181)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:975)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:123)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1096)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1123)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)
         at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:405)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:977)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
         at HTTPSConnector.main(HTTPSConnector.java:30)
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:285)
         at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:191)
         at sun.security.validator.Validator.validate(Validator.java:218)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:954)
         ... 12 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
         at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
         at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280)
         ... 18 moreand here si the sample code:
    package foo;
    import java.net.URL;
    import java.io.*;
    import javax.net.ssl.HttpsURLConnection;
    public class Test
    public static void main(String[] args)
    throws Exception
    String httpsURL = "https://your.https.url.here/";
    URL myurl = new URL(httpsURL);
    HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection();
    InputStream ins = con.getInputStream();
    InputStreamReader isr=new InputStreamReader(ins);
    BufferedReader in =new BufferedReader(isr);
    String inputLine;
    while ((inputLine = in.readLine()) != null)
    System.out.println(inputLine);
    in.close();
    }so what this error is due to? and how to fix it ?.
    thanks!

  • A/V out-of-sync issue for FCP captures

    I've read many of the out-of-sync posts on this board, most of which seem to indicate that the problem is usually caused by either dropped frames, bad timecode breaks, edit errors, or disunity between FCP capture and sequence settings, compared with audio sample rates for the underlying files.
    My files, shot on my Panasonic AG-DVX100A in 24pa mode, result in perfect (except for the anamorphic screen size - see my next post!) Quicktime movie files, in perfect sync. It's only when I create clips from those files in FCP that the video and audio go out of sync. And the out-of-sync drifts; that is, the further you go in the clip, the more out of sync the sound and the video gets.
    My camera is always set to the 24pa mode, which, by default, records only in the non-drop-frame mode, regardless of any other camera settings I may have selected. The audio settings in my camera (and in the resulting underlying QT files that are created when I capture in FCP) are 16-bit integer and 48.000 khz, as they are in both my FCP sequence presets and capture presets, so I don't think it's an issue of conflicting sample rates. My device control presets are for Firewire NTSC NDF (non dropped frame).
    Given the above information, does anyone have any idea what else I might be doing wrong? I've already shot hundreds of hours of footage last year that worked fine. I don't know what I changed to cause this out-of-sync problem now, but I'm going bald tearing out my hair trying to figure it out.
    Thanks in advance for your help!
    - Mick Raton
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.7)   5 GB DDR SDRAM; Final Cut Studio 5.0.4; Panasonic AG-DVX100A

    The dvd recorder was in the loop when the sync issue showed up.  the dvd was in sync but the live stream, next in line, was out of sync.  I have returned to using the older machine with xp.  (the lap top is running vista)  The older machine is a desktop which requires more space on the production table and time to set up.

  • PSRemotingTransportException when invoking command on a distant server

    Hello,
    I'm having some trouble when I try to call Invoke-Command in powershell on a distant server.
    I'm receiving a PSRemotingTransportException. It tells me that the user is either unknown or associated with a wrong password.
    I've run the following commands on the distant server :
    Set-ExecutionPolicy RemoteSignedwinrm quickconfigEnable-PSRemoting
    and the user is in the administrator group of the distant server.
    When I try with another user, it works.
    What I am missing ? Can anyone help me ?
    Thanks in advance !

    Hi,
    Are you able to use Enter-PSSession as the user in question? Also, what's the full error text?
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • FRM-92102: A network error or server failure has occurred.

    Hi
    I am trying to access a shared Vision instance in Solution Beacon. I am getting the below error while accessing forms
    FRM-92102: A network error or server failure has occurred. The Forms client has attempted to reestablish its connection to the Server 1 time(s) without success.
    java.net.MalformedURLException: illegal character in URL.
    I am running on IE 8.0, JRE 1.6.0_43
    Please help
    Regards
    Reem

    re**** wrote:
    Hi
    I am trying to access a shared Vision instance in Solution Beacon. I am getting the below error while accessing forms
    FRM-92102: A network error or server failure has occurred. The Forms client has attempted to reestablish its connection to the Server 1 time(s) without success.
    java.net.MalformedURLException: illegal character in URL.
    I am running on IE 8.0, JRE 1.6.0_43
    Please help
    Regards
    ReemCan you reproduce the issue using a different browser or from a different machine?
    Please contact "Solution Beacon" support since we don't maintain their environments.
    Thanks,
    Hussein

  • FileMakerPro shut/slow down on G5/Tiger network with G3 server OS9

    We have recently upgraded (insurance co. mandated) our medical office from a happily running system to one that's driving us insane. We were running 6 older iMacs, OS9.2 with a G3 server running OS9.2.1 over a TCP/IP network. Our office software is a FilemakerPro based system uses FMPServer on the server. We now have workstations iMac 1.8 GH G5s running OS10.4. Software company told us we could continue using the G3 server running OS9.2.1 with the upgraded Filemaker Pro software. (Same network) They had recommended that we not go to dual core Intel due to incompatibilities they knew existed. Since the install we have had numerous problems with sudden drastic slowdowns that can only be fixed by a reboot of everyone on the network and the server. Also individual computers get thrown out of the software with "the application FileMakerPro quit unexpectedly" message. This can occur during work or while sitting idle. Software co. suggested upgrade of software to 10.4.6 to the G5's, (they do not recommend .7 or .8) to stop problem. Have verified permissions-nothing much there. Upgraded one workstation to 10.4.6 with no difference in performance. Am questioning that the system software on the server needs to come up to OS10.4 even though they have told me no. Would have to buy CD's for the G3. We're looking for any suggestions before all employees quit.

    Hey Bee-Had to pack it in last night-too many hours at the office this week. Thanks for looking at this. When I did the verify on each of the workstations very little came up-I apologize for not remembering message at this point but maybe only two or three lines on each of the G5's-same message on each with statement "verified and repaired" at the end. I don't remember if I ran permissions on the server. My employee Kevin-the best-may have done it. He's a PC user but trying very hard to help on this. I'm giving him one of the old red imacs to take home-maybe convert him. It occurs to me that since the software company did the data transfer, it's possible that an AFP connection may be hanging around on something. Not quite sure how to track that down. Thank goodness I spent time on the forum-I was going to try intalling Tiger on the G3 server this weekend-would have slowed us down to a crawl. Am heading over there soon after Acme delivers groceries-Acme online has changed my life. Have to install new version of Timbuktu so they can get in to fix some other problems-so many glitches. Had Timbuktu on the server-buuutt-after Verizon guy put DSL connect on server, workstations would not see the server-disabled internet connect on the server-then they see it. So in order for network to function, have to keep the server off the DSL ine for now and load Timbuktu on a G5. Someone suggested a faster drive-my Dad-Mac guy since the beginning-thinks that would be useful.By the way we have two drives for the server and copy back and forth in case one goes down. Patient data base has over 9000 patients plus insurances/providers/billing going back to '98. We do our own billing. I know TMI but I'm trying to knock these problems down one at a time. We are being mandated-both federal and insurance company to go all electronic for referrals,claims submissions, etc. Next immediate need is to get data out for an e-prescribing pilot program-husband is one of 150 BC of DE docs to RX from a loaded PDA. Sorry for the length-Yikes DEW

  • FRM-92103: A network error or server failure has occurred.

    Hello,
    I always get this error after everytime i run a report my forms getting crash.
    heres the jre console error :
    Java Plug-in 1.6.0_33
    Using JRE version 1.6.0_33-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Users\charles
    Forms Session ID is formsapp.2
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92103: A network error or server failure has occurred.
    You will need to restart your application.
    Java Exception:
    java.io.IOException: Server returned HTTP response code: 503 for URL: http://application:8888/forms/lservlet;jsessionid=yjc6QfjGNkr8fjlyD26fZjqmwBGKkGVgG1L7s91X8y6rBsgGl650!-1255936909
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.forms.net.HTTPNStream.doPost(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    the http ohs1 server always hang i need to restart it again.
    any help?

    Michael Ferrante (Oracle) wrote:
    I'm sorry, but I'm having a difficult time understand what you are saying...
    What do you mean here? "... +if the forms run first then the report will not run it gives always this error+ ..." Are you loading the report results in the same browser that is running the form?
    this will be the problem i should posted :
    *2.1 Oracle HTTP Server Returns 503 Apache Bridge Failure Error While Toggling Between Forms and Reports*
    While toggling between Oracle Forms and Oracle Reports applications through Oracle HTTP Server, you may see the "503 Apache Bridge failure" error. This is due to the wrong patch 12632886 being shipped with the Oracle Forms and Reports installer.
    This document found in : http://docs.oracle.com/cd/E24269_01/doc.11120/e25445/install_upgrade.htm#BABHBABB
    for those with oraclesupport find the document subject : Forms / Reports 11g Intermittent FRM-92103 Or "Failure of Server APACHE Bridge" - OHS Log Shows "apr_socket_connect call failed" [ID 1380762.1]
    I downloaded the patch from
    OPatch 12632886 (OHS-WLS COMMUNICATION NOT WORKING ON IPV6 ENABLED SOLARIS M/C [Patch ID 14069292]) for your Windows Platform from My Oracle Support
    i successfully patched now its working.
    thank you for your patience and help..
    Edited by: ck on Aug 7, 2012 3:41 AM

  • PrintOpen crashing application when used after PrintSetPrinter for networked IPP print server

    This is on Windows Server 2008 using PB 12.1 Build 7298.
    I'm using PrintGetPrinters to get the printer name of the networked IPP print server that is setup on the machine and it comes back as:
    \\http://aps-ps-1:631\cp
    I then use PrintSetPrinter with that name to change the printer, which works fine.
    After calling PrintSetPrinter I call PrintOpen to open a print job, which then crashes the application with a gdi32.dll fault.
    If I call PrintOpen( "testing", true ) it works fine, but PrintOpen() or PrintOpen( "testing", false ) crash the app.  This all works fine on a non networked printer on the server, which we've been using for years, but are now trying to switch to a print server.
    Does anyone know why PrintOpen would be crashing when not showing the print dialog box?  Any help would be appreciated.
    Thanks,
    Eric Cole

    Hi Chris,
    Thanks for the reply.  It's not a catchable exception, already tried that.  It's one of those faults where you get the microsoft windows yourapplication.exe has stopped working popup and it puts an error in the system application events that you can view in the event viewer.  There isn't much info in the event to go off of either.
    I did find another older forum post that seems to be the same issue but with PB 12.5.1 and where mine is crashing his just didn't print.  The thread is here: http://nntp-archive.sybase.com/nntp-archive/action/article/%[email protected]%3E
    Since it's only an issue with PrintOpen I'm changing it to datawindow.Print instead, but I have to combine 2 datawindows in the same print job without a print dialog so I'm forced to come up with a workaround in order to accomplish that.  I'm going to hopefully create a composite datawindow with the 2 combined dws so I can get them in 1 print job.  It's just going to take longer than I thought because my datawindows have nested reports so I can't use GetChild to get a reference to them and they are being modified with .Modify.
    Eric

  • Does Logic 9 Support FCP Capture Cards?

    Does Logic 9 support FCP video capture cards for audio in an out?
    I have a Blackmagic Decklink Extreme, analog ins/outs as well as digital AES/EBU
    Didn't have much luck with Logic 8 and the FCP cards so I used my Line 6 GuitarPort but it only has one 1/4" phono input.
    FutureX

    Hi FutureX,
    I would suggest you ask your question on the FCP forum if you don't get any reply here. Maybe you'll find someone there who can be of help. In any event, i doubt that buying an MBox with PT LE will meet your requirement for FCP capture cards, really!
    Apple won't respond to you here. That's not the place. This is a user forum. You could also call a production studio in your area and ask politely to a pro who's working with that stuff on a daily basis. I'm sure you can find someone. Good luck...

  • Capture over a network

    Is there a way to capture over a network? I have a Buffalo Terastation, networked through the office and it can never capture to it. I have to capture to a local drive and then copy it over. Is the network just too slow?

    100 baseT is fast enough to play back DV over, but I would never try and capture to it. There just is no guarantee that the stream will be constantly available as there is with Firewire...
    Patrick

  • Why My IMAC OS X 10.6.8 Become Slow On The Network Between Window Server 2008

    Dear Sir,
    I am using IMAC 10.6.8, processor 3.06 GHz Intel Core i3, Memory 4GB 1333 MHz DDR3 and now my lovely IMAC become slow on the network between window server 2008 and my IMAC.
    Kindly advise for the above said issue how can I fix it. I already disable in my IMAC IPV6 and I am connect with airport not ethernet cable and my WIFI is LINKSYS modem and all other windows PC's are connected with the Gigabyte switch.
    Awaiting your soonest reply.

    Dear Sir,
    I am using IMAC 10.6.8, processor 3.06 GHz Intel Core i3, Memory 4GB 1333 MHz DDR3 and now my lovely IMAC become slow on the network between window server 2008 and my IMAC.
    Kindly advise for the above said issue how can I fix it. I already disable in my IMAC IPV6 and I am connect with airport not ethernet cable and my WIFI is LINKSYS modem and all other windows PC's are connected with the Gigabyte switch.
    Awaiting your soonest reply.

  • Making FCP captured material available to someone else

    Hello,
    I'm working on a project with someone who does not have FCP. Editing will be done in my little suite but it would be great if he could also review material at home at his leisure. We have over 70 hours of footage so making DVD copies from tape would be one difficult job. Is there some other way I could get him the material in a way that he could view it? All 70 hours have been downloaded to my computer. If I copied them to another hard drive is there any program that would allow him to view tapes captured through FCP? His is a PC.
    Thanks.
    Canada John

    Canada John wrote:
    o. Would my friend's computer have to have firewire to access the FCP captured video after I copy
    it to a hard drive(s) he can use at home?
    Umm, if you give him a firewire drive, I should think so, yes.
    Could the files be accessed via a USB port?
    Yes. BUt "access" and "use" are different results of using USB drives.
    Also, I assume the drive I transfer my captured files to would also have to be 7200 RPM?
    If you want it to be used realtime, at least 7200. Drive speed is only part of the issue. You won't be able to use a USB drive for media use but you can copy your files to and from a USB drive to and from a drive on a faster bus.
    bogiesan

Maybe you are looking for

  • Backward Matching in Regex

    I have a problem with where I am trying to use a previously matched group in another line of regular expression pattern. Example: This is line number (\d+) of the pattern if the line number is {VARIABLE} I want to do something In the above example I

  • Spotlight is randomly selective

    Upgraded to Tiger mostly for Spotlight, to cross-ref. my research papers, except that Spotlight is randomly selective, i.e. doesn't find all the documents all the time, not even when looking for special terminology, appearing only a few times. Not on

  • Blackmagic Design for HD (HDMI) monitoring from HDV?

    Would like to get some input on Blackmagic designs Intensity HDMI HD Editing Card. I was a little disappointed that my Sony HC3's HDMI output would not work with FCP have HDV (Firewire), but I found a good solution in the Blackmagic Designs Intensity

  • Reposting - creating DB ?

    I tried to create database by hand (from orainst I chose 'install without DB creation') , then I made custom initSID.ora file , then I started svrmgrl : connect internal startup nomount pfile=/full_path_of_pfile/initSID.ora create database "asd" ....

  • Have Apple removed the "Last Compatible Version" option from the App Store ?

    Hi, I got an iPad 2 and am giving my dad my old iPad 1. Apple recently let you download the latest version of an app for the version of iOS you were on, this worked fine on my AppleID and I was able to download the last compatible version of every ap