Sending video footage to a server

Can anyone explain the procedure for sending videdo footage from my computer to a server, which then will be copied to a disc.?
I want to limit the amount of compression as possible.
How do I do this??
Thanks in advance.

String cookieData = "Name=Content,Path=pathname,Expires=some date-some year";

Similar Messages

  • Sending Video Footage In QT Pro 7

    Sorry in advance if this has been addressed before. My question is, how can I send video footage that I have shot with my DV cam to family and friends' email addresses without the file being so huge or without losing much quality? Please be gentle as I am fairly new to the world of Mac.
    iBook G4   Mac OS X (10.4.5)   1.2 GHz PowerPC/768 MB DDR SDRAM

    Unless it's a fairly short clip, it's going to be difficult to compress a video down to where it can be sent through most ISPs and still have decent quality. Even only 30 seconds at a decent size will run over 3 megabytes. So unless your're dealing with short clips, it will probably be better if you can post your videos on a web site somewhere and let your friends and family download them from the web site.

  • Sending video over an Http Server

    Hi,
    I'm not sure if this is the right forum for it but Google was really helpful.
    I've been working on a webserver. There are some .avi's and .mpg's on it. If the users requests on of the video's, it simply downloads the entire file and then starts playing it, instead of buffering a part and playing as it goes. Does this require any special format/coding on my side or is it Windows Media Player?
    Many thanks in advance

    Since these are two different platforms, it's possible
    that java.util.Vector objects are not serialization
    compatible across j2me and j2se. Have you
    investigated that possibility?I'd totatly agree with this. In general, unless you are using the same platform on both ends of the pipe, don't use the Serialization mechanism. It tends to not work.
    Create your own Serialization mechanism. That's really the only way to go, IMO.

  • Dark Video Footage

    Hiya,
    *hope someone can help me... I have uploaded some video footage into final Cut Pro, and the last part of it is dark due to bad lighting, can anyone help me with what to do to lighten this piece of footage without losing quality, and keep the natural look of footage as much as possible
    Thanks San*

    Color Corrector 3-way works great. Try increasing the Mids a bit.
    BTW, the word "upload" refers to sending a file to a server on a network.
    For example, "I uploaded some files to YouTube."
    What you did is more correctly described as "import", if it's an existing file,
    or "capture" or "ingest" if it's from a camera.
    Cheers,
    Les

  • To send video file with JMF

    Hi�
    I making an application that it needs to send a video file (of a server to a client). I implemented this using the mechanism of RTP implemented for the JMF. My server sends the archive, that my customer only shows the video for the half and does not appear the bar of control of time in player. And, later that client receives all the data (and she does not show, by the way), the user do not obtain to attend again what it finishes to receive� Somebody could help me in this? Necessary that my customer if holds of similar form to the Youtube. That is, he goes loading and showing how much he has, leaving, the user to manipulate bar of time of player e, also, leaving the user to again attend to the video if thus wanting�
    Tanks...

    Presumably, you're using the following sample code to create the AVI:
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/JpegImagesToMovie.html]
    And you're using the following sample code(or something similar) to send the AVI via RTP:
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/VideoTransmit.html]
    Regardless, instead of creating a DataSource from a MediaLocator that points to your AVI file, you can just use the DataSource that's generating the AVI files, and make that be the DataSource that's driving your RTP session.

  • Same video footage encoded with different audio tracks (localization)?

    Hi All, thanks for your time first of all.
    Let me explain the issue I have; there are 5 video files and  10 audio files for each of them. That means I need to encode in total 50 videos. I can do this by hand, the video and audio files are the same length, so it would just means swapping one out for the other and encoding again...
    But I was wondering if it was possible to automate this process? Let's say take the video footage and render is out with Audio1, then render it out with Audio2 and so forth.  Is this something that is possible with AME or in Premiere or any other Adobe package?
    I hope I explained this well enough, if not, please let me know!
    Thanks.
    -Woody

    You can add the video footage to a sequence, then add the first audio clip.  Set up your export and hit the Queue button.  That will send the sequence as it exists then to the Adobe Media Encoder.
    Go back to that sequence, remove the first audio file and add in the second.  Do another export.  Your settings should be the same so you can just hit the Queue button.  This ads another item to the list in AME, but this one is a snapshot of the sequence with the second audio.
    Repeat as necessary, all using the same sequence.  (Trust me, it'll work.)
    Go into Adobe Media Encoder and start the encoding.

  • How the client can send video data of it's camera out without using JMF?

    The client A and B don't install the JMF software.How the client A can send video data of it's camera to another client B,when the client A and B login in a web server on which the JMF software has been installed?Off course,all of them have the JRE.
    This is my a video exchang software in doing now using JMF technology.I hope every client using the video exchange function need not install the JMF software when the web server have installed the JMF software.

    doudouhaha wrote:
    The client A and B don't install the JMF software.How the client A can send video data of it's camera to another client B,when the client A and B login in a web server on which the JMF software has been installed?Off course,all of them have the JRE.They can't.
    This is my a video exchang software in doing now using JMF technology.I hope every client using the video exchange function need not install the JMF software when the web server have installed the JMF software.Sorry.
    For playing back, may be it is possible to "jar" the jmf along with the application and the upload on the server, then it may recognize all the classes but there can still be problem because JMF depends on many ".dll" files which are stored in System folders, as I have seen. So,........This is correct, mostly. Here goes a captfoss inforant...
    JMF is a collection of Java files (jmf.jar) that perform a certain set of functions, and it's also a set of native library files. You can use the Java JMF stuff with web-start, so the clients wouldn't have to have JMF installed to use the Java JMF stuff. The problem with doing this approach, you always have to ask yourself "Can I do what I want to do without the native library stuff?"
    To answer this question, it's important to take a look at the JMF supported formats page.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    If you look in the column "JMF 2.1.1 Cross Platform Version", it'll tell you what you can do in pure JMF, without any of the native libraries. In the case of capturing data, the only thing you can capture without native code is audio through the JavaSound system.
    If you take a look at the RTP formats listed, you'll see a problem...the cross-platform version can't send any kind of video data to itself, which means you'd have to send MPEG1 to a transcoding server to bounce it back to the second client as a JPEG image...and that's if you somehow had the video data you want to transmit, which you cannot get from the cross-platform pack anyway.

  • JMF sending video in HTC Dream

    Hi,
    I am new to JMF. I am able to send video file successfully from PC to PC using the sample source code at JMF website with ease.
    However i am having difficulty transferring Video file from HTC Dream android to my PC. it jumped out of the try-catch without exception at
    MediaLocator locator = new MediaLocator("file://sdcard/aa.3gp");
    ds = Manager.createDataSource(locator); <--- error happened here!
    My media file is aa.3gp and is stored in my Android phone's sdcard.
    Anyone can help ?
    Warmest Regards
    Whitetaru

    Hi,
    Thanks for the great information, However, even if i changed the aa.3gp to another file .mov. It still gives the same error.
    The path /sdcard/<myfile> is correct as i have written other program to save movie file into the sdcard. I've been scratching my head for a few days, just no idea how to resolve this error. Think getting bald soon :)
    Well, wonder if the below debug message would be helpful: The error should be after "WARN/ActivityManager(65)"....
    09-16 13:36:07.314: INFO/StubService(1111): into handleInternalConn!!! isNetworkConnected:true
    09-16 13:36:07.314: INFO/StubService(1111): username not null:falsepassword not null:false
    09-16 13:36:37.964: WARN/AudioFlinger(37): write blocked for 127 msecs
    09-16 13:36:42.394: WARN/InputManagerService(65): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@437b3da8
    09-16 13:36:43.164: INFO/jdwp(65): received file descriptor 103 from ADB
    09-16 13:36:43.184: INFO/jdwp(100): received file descriptor 11 from ADB
    09-16 13:36:43.194: INFO/jdwp(102): received file descriptor 51 from ADB
    09-16 13:36:43.204: INFO/jdwp(145): received file descriptor 59 from ADB
    09-16 13:36:43.224: INFO/jdwp(277): received file descriptor 31 from ADB
    09-16 13:36:43.234: INFO/jdwp(999): received file descriptor 24 from ADB
    09-16 13:36:43.244: INFO/jdwp(1008): received file descriptor 25 from ADB
    09-16 13:36:43.254: INFO/jdwp(1111): received file descriptor 24 from ADB
    09-16 13:36:43.264: INFO/jdwp(1182): received file descriptor 33 from ADB
    09-16 13:36:43.284: INFO/jdwp(1237): received file descriptor 32 from ADB
    09-16 13:36:43.294: INFO/jdwp(1285): received file descriptor 24 from ADB
    09-16 13:37:11.064: INFO/jdwp(1330): received file descriptor 23 from ADB
    09-16 13:37:16.474: INFO/PackageManager(65): Removing non-system package:com.pandvt
    09-16 13:37:16.974: INFO/PackageManager(65): /data/app/vmdl37043.tmp changed; unpacking
    09-16 13:37:24.754: INFO/installd(39): move /data/dalvik-cache/data@[email protected]@classes.dex -> /data/dalvik-cache/data@[email protected]@classes.dex
    09-16 13:37:25.204: INFO/dalvikvm(1330): Debugger has detached; object registry had 1 entries
    09-16 13:37:26.084: INFO/ActivityManager(65): Start proc com.android.voicedialer for broadcast com.android.voicedialer/.VoiceDialerReceiver: pid=1340 uid=10004 gids={3002}
    09-16 13:37:26.104: WARN/ResourceType(65): No package identifier when getting value for resource number 0x7f060001
    09-16 13:37:26.194: INFO/jdwp(1340): received file descriptor 11 from ADB
    09-16 13:37:26.264: WARN/ResourceType(65): No package identifier when getting value for resource number 0x7f060001
    09-16 13:37:27.944: INFO/ActivityManager(65): Stopping service: com.android.vending/.PackageMonitorReceiver$UpdateCheckinDatabaseService
    09-16 13:37:30.144: INFO/CheckinService(65): Checkin triggered: Intent { action=android.server.checkin.CHECKIN (has extras) }, market only = true
    09-16 13:37:30.164: INFO/CheckinService(65): Checkin triggered: Intent { action=android.server.checkin.CHECKIN (has extras) }, market only = true
    09-16 13:37:30.524: INFO/CheckinService(65): Sending checkin request (1916 bytes)...
    09-16 13:37:30.574: INFO/CheckinService(65): Sending checkin request (1916 bytes)...
    09-16 13:37:30.644: INFO/jdwp(1348): received file descriptor 23 from ADB
    09-16 13:37:31.394: INFO/ActivityManager(65): Starting activity: Intent { flags=0x10000000 comp={com.pandvt/com.pandvt.pandvt} }
    09-16 13:37:31.454: INFO/dalvikvm(1348): Debugger has detached; object registry had 1 entries
    09-16 13:37:31.564: INFO/ActivityManager(65): Start proc com.pandvt for activity com.pandvt/.pandvt: pid=1357 uid=10057 gids={1006}
    09-16 13:37:31.624: INFO/jdwp(1357): received file descriptor 11 from ADB
    09-16 13:37:31.754: WARN/ActivityThread(1357): Application com.pandvt is waiting for the debugger on port 8100...
    09-16 13:37:31.774: INFO/System.out(1357): Sending WAIT chunk
    09-16 13:37:31.944: INFO/dalvikvm(1357): Debugger is active
    09-16 13:37:32.034: INFO/System.out(1357): Debugger has connected
    09-16 13:37:32.064: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:32.264: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:32.464: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:32.664: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:32.864: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:33.064: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:33.274: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:33.474: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:33.674: INFO/System.out(1357): waiting for debugger to settle...
    09-16 13:37:33.874: INFO/System.out(1357): debugger has settled (1409)
    09-16 13:37:41.444: WARN/ActivityManager(65): Launch timeout has expired, giving up wake lock!
    09-16 13:37:41.894: WARN/ActivityManager(65): Activity idle timeout for HistoryRecord{43537058 {com.pandvt/com.pandvt.pandvt}}
    09-16 13:37:42.954: WARN/ActivityManager(65): Activity pause timeout for HistoryRecord{43537058 {com.pandvt/com.pandvt.pandvt}}
    09-16 13:37:43.544: INFO/CheckinService(65): From server: Intent { action=android.server.checkin.FOTA_CANCEL }
    09-16 13:37:43.654: INFO/CheckinService(65): From server: Intent { action=android.server.checkin.FOTA_CANCEL }
    09-16 13:38:17.264: WARN/dalvikvm(1357): VFY: unable to resolve static field 1660 (PROPERTY) in Lcom/ms/security/PermissionID;
    09-16 13:38:17.264: WARN/dalvikvm(1357): VFY: rejecting opcode 0x62 at 0x012e
    09-16 13:38:17.264: WARN/dalvikvm(1357): VFY: rejected Lcom/sun/media/util/Registry;.<clinit> ()V
    09-16 13:38:17.264: WARN/dalvikvm(1357): Verifier rejected class Lcom/sun/media/util/Registry;
    09-16 13:38:17.304: WARN/dalvikvm(1357): Exception Ljava/lang/VerifyError; thrown during Ljavax/media/pm/PackageManager;.<clinit>
    09-16 13:38:17.324: WARN/dalvikvm(1357): Exception Ljava/lang/ExceptionInInitializerError; thrown during Ljavax/media/PackageManager;.<clinit>

  • Import AVCHD video footage into Premier Pro CS6 - MAC - AUDIO MISSING!

    Hi,
    Ive been attempting to import AVCHD video footage captured on a Panasonic into Premier Pro CS6 on my MacPro. I've tried this from the camera and after copying the entire folder to my desktop. The footage is there, but has no audio! I have read loads, forums, advice, YouTube vids and Adobe manuals, trouble shooting and help, but found no simple answer to this simple issue.
    Any help would be appreciated.

    Thanks too Jeff. Sandeep's post is a simple redirect to a post on Adobe which naturally I've already read before turning to the forum. The link then sends you to another link! Info. is too light on specifics, doesn't help! I have 6.0.5 as downloaded from Adobe... no joy! All remains the same, picture but still no audio! Maybe a compatibility issue with Panasonic's HC X900... but Panasonic's website is as light on info. as Adobe. I'm off to the shop to buy FCP or Avid.

  • How can I send video email

    I see a lot of sites offering video email. Does .mac offer video email? If so, how do I send video email.

    You can attach a QuickTime or other video file to a mail message, though these tend to get clipped off and stripped off at mail servers — even compressed video files tend to be huge. The recipient gets to buffer the file in local storage, and can also have issues downloading the file on slower links.
    You can send HTML-format mail and link to a video file on a server. (I tend to avoid loading HTML files from remote sites for various reasons, and I'm not alone here.) This is probably what these "video email services" are providing: storage, and a way to link to it from within an HTML-format mail message.
    Or you could look to iChat or other such interactive mechanisms. iChat is part of Mac OS X and iChat Server is part of Mac OS X Server.
    As for .Mac and such, a specific [.Mac Discussion Forum|http://discussions.apple.com/category.jspa?categoryID=116] is available, as is the [Apple Mail client forum|http://discussions.apple.com/forum.jspa?forumID=753].

  • How do I use an iSight iMac to send video messages?

    I love the computer, but Knowledge base says the built in iSight won't work with iMovie HD to capture video.
    Is there another way I can make and send video emails or messages that can be emailed using an iSight iMac?

    "Is there another way I can make and send video emails or messages that can be emailed using an iSight iMac?"
    iVisit supports the 17/20" iMac with built-in camera (I won't call it an iSight as it's not Firewire and has lower resolution), you can record yourself (video, audio, text, url's, desktops and files) and send via email
    http://www.ivisit.com
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Audio lag in video while on Terminal Server

    Hi Everyone,
    We are having an issue with audio being out of sync when viewing flash video on a terminal server.  The terminal server is running Windows 2008r2.  The audio seems to lag behind the video by about 1 sec. We are planning to rollout training videos
    and about half our users are on Terminal servers. 
    Here are some of the things we tried:
    http://blogs.msdn.com/b/rds/archive/2009/05/11/what-s-new-in-remote-audio-for-windows-7.aspx?PageIndex=2#comments
    On the server policy:
                    Computer Configuration ? Administratrative Templates ? Windows Components ? Remote Desktop Dession Host ? Device and Resource Redirection ? Limit Audio Playback Quality (Enabled, Audio Quality: Medium)
    In the RDP file add a line that says:
                    audioqualitymode:i:1
    thanks...
    Mark

    Hi Mark,
    Thank you for posting in Windows Server Forum.
    Can you please check which version of RDP client installed on your system? For better feature suggest you to install RDP 8.1.
    Remote Desktop Protocol 8.1 Update for Windows 7 SP1 released to web
    http://blogs.msdn.com/b/rds/archive/2013/11/12/remote-desktop-protocol-8-1-update-for-windows-7-sp1-released-to-web.aspx
    Meanwhile go through beneath article for information.
    Multimedia Redirection Improvements in Windows 7 and WS2008 R2 – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/07/24/multimedia-redirection-improvements-in-windows-7-and-ws2008-r2-part-1.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Problem in sending HTTP request to the server.

    Hi,
    i dveloped an ant script for sar deployment.
    i deployed a sar to my local soa server with ant script. it got deployed succesfully..
    but when i try to deploy to a remote server, getting the below error..
    "Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 404"
    but the server is up and runnig and i am able to ping it from my machine and also access the console...
    below is my script
    build.properties
    wn.bea.home=C:/Oracle/Middleware
    all.needed.jars.path=D:/SourceCode/neededJAR
    oracle.soa.home=C:/Oracle/Middleware/Oracle_SOA1
    java.passed.home=C:/Oracle/Middleware/jdk160_24
    #Deployment environment
    deployment.plan.environment=DEV
    #Deploy Action
    deployAction =redeploy
    #credentials
    user=weblogic
    password=welcome1
    #For Composite deployment
    serverURL=http://10.177.154.6:7001
    forceDefault=true
    server=10.177.154.6
    port=7001
    sarLocation=D:/SourceCode/JAR
    build.xml
    <?xml version="1.0" encoding="iso-8859-1"?>
    <project name="soaDeployAll" default="deployAll">
         <echo>basedir ${basedir}</echo>
         <property environment="env"/>
    <echo>current folder ${basedir}</echo>
         <property file="${basedir}/build.properties"/>
         <taskdef resource="net/sf/antcontrib/antlib.xml">
         <classpath>
              <pathelement location="${all.needed.jars.path}/ant-contrib.jar"/>           
         </classpath>
         </taskdef>
         <target name="init">
              <tstamp>
                   <format property="timestamp" pattern="yyyy-MM-dd_HH-mm-ss"/>
              </tstamp>
              <property name="build.log.dir" location="${basedir}/buildlogs"/>
              <mkdir dir="${build.log.dir}"/> <property name="build.log.filename" value="build_${timestamp}.log"/>
              <record name="${build.log.dir}/${build.log.filename}" loglevel="verbose" append="false"/>
              <echo message="Build logged to ${build.log.filename}"/>
         </target>
         <target name="deployAll" depends="init">
         <echo>Deploy for environment ${deployment.plan.environment}</echo>
         <antcall target="deployAllComposites"/>
    </target>
    <!-- Following Actions are performed for Composite files in Managed Server - Deploy,Redeploy -->
         <target name="deployAllComposites" depends="init">
         <foreach target="deployComposites" param="Files">
              <fileset dir="${sarLocation}" casesensitive="no" includes="*.jar"/>
         </foreach>
         </target>
         <target name="deployComposites" depends="init">
         <basename file="${Files}" property="basename"/>
    <echo>Deploy Project ${basename} for environment ${deployment.plan.environment}</echo>
              <if>
                   <equals arg1="${deployAction}" arg2="deploy" />
                   <then>
                        <echo message="Deploying composites in Managed server........." />
                        <ant antfile="${oracle.soa.home}/bin/ant-sca-deploy.xml" inheritAll="true" target="deploy">
                             <property name="serverURL" value="${serverURL}"/>
                             <property name="user" value="${user}"/>
                             <property name="password" value="${password}"/>
                             <property name="overwrite" value="false"/>
                             <property name="forceDefault" value="${forceDefault}"/>
                             <property name="sarLocation" value="${sarLocation}/${basename}"/>
                        </ant>
                   </then>
                   <else>
                        <echo message="ReDeploying composites in Managed server........." />
                        <ant antfile="${oracle.soa.home}/bin/ant-sca-deploy.xml" inheritAll="true" target="deploy">
                             <property name="serverURL" value="${serverURL}"/>
                             <property name="user" value="${user}"/>
                             <property name="password" value="${password}"/>
                             <property name="overwrite" value="true"/>
                             <property name="forceDefault" value="${forceDefault}"/>
                             <property name="sarLocation" value="${sarLocation}/${basename}"/>                         
                        </ant>
                   </else>
              </if>
    </target>
    </project>
    please help....

    Hi,
    Give the serverURL as http://<host>:<managed.server.port>/soa-infra/deployer and try.
    e.g . http://10.177.154.6:8001/soa-infra/deployer
    Regards,
    Neeraj Sehgal

  • How can i send video from my iphone 4s to email

    How can i send video from my i phone 4s to an email address?

    Mail attachment size is determined by your ISP, & limit that size to betweem 10MB's & 25MB's, depending on ISP. So, unless it is a very small video, you won't be able to.

  • How to send email to a SMTP server over a secure channel using STARTTLS setting of a send connector (Exchange and SMTP server are in the same domain)

    I’m trying to send email using exchange send connector STARTTLS setting to the SMTP server. I have read multiple documents on configuring TLS for send connector, but they talks about outbound connections to internet facing servers. My Exchange 2013 and SMTP
    server is in the same domain (let’s say A.com) and I’m creating dummy domains on my SMTP server (e.g.
    [email protected],
    [email protected] ) and their respective send connectors on the exchange server end. In the smart host section added the IP address of the SMTP server and in the scoping section added the SMTP domain address (e.g. dummy1.local ). In the FQDN field, added
    the FQDN of the exchange server 2013 which certificate is enabled with SMTP service.
    Could you tell me a step by step procedure, where I’m going wrong or any extra settings needs to added?
    Presently, it is giving me an error that 530 5.5.1 TLS encrypted connection is required.
    Note: I’ve created the Microsoft CA certificates for the SMTP and exchange servers and imported them in the personal certificate container. In which, the exchange certificate is created with FQDN name of the server and enabled for the SMTP service.
    I’m using OPENSSL certificate for making the SMTP server TLS enabled. (let me know, if I need to import the OPENSSL certificate anywhere on the exchange end)?
    Thanks!

    -IgnoreSTARTTLS is set to false on the send connector properties.
    I'm trying to established a HTTP over TLS connection. I'm not using mutual TLS between these two server.
    The send connector protocol logging is attached as below,
    2014-09-22T20:09:45.468Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,2,10.219.3.74:24939,10.219.3.73:25,<,220 SMTP.A.local Welcome (MTA version),
    2014-09-22T20:09:45.546Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,3,10.219.3.74:24939,10.219.3.73:25,>,EHLO Exchange.A.local,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,4,10.219.3.74:24939,10.219.3.73:25,<,250-SMTP.A.local Exchange.A.local OK,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,5,10.219.3.74:24939,10.219.3.73:25,<,250-SIZE,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,6,10.219.3.74:24939,10.219.3.73:25,<,250-8BITMIME,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,7,10.219.3.74:24939,10.219.3.73:25,<,250-BINARYMIME,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,8,10.219.3.74:24939,10.219.3.73:25,<,250-PIPELINING,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,9,10.219.3.74:24939,10.219.3.73:25,<,250-HELP,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,10,10.219.3.74:24939,10.219.3.73:25,<,250-DSN,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,11,10.219.3.74:24939,10.219.3.73:25,<,250-CHUNKING,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,12,10.219.3.74:24939,10.219.3.73:25,<,250-AUTH SCRAM-SHA-1 GSS-SPNEGO DIGEST-MD5 CRAM-MD5 NTLM,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,13,10.219.3.74:24939,10.219.3.73:25,<,250-AUTH=SCRAM-SHA-1 GSS-SPNEGO DIGEST-MD5 CRAM-MD5 NTLM,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,14,10.219.3.74:24939,10.219.3.73:25,<,250-STARTTLS,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,15,10.219.3.74:24939,10.219.3.73:25,<,250-DELIVERBY,
    2014-09-22T20:09:45.624Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,16,10.219.3.74:24939,10.219.3.73:25,<,250-MT-PRIORITY,
    2014-09-22T20:09:45.640Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,17,10.219.3.74:24939,10.219.3.73:25,<,250 ENHANCEDSTATUSCODES,
    2014-09-22T20:09:45.655Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,18,10.219.3.74:24939,10.219.3.73:25,>,STARTTLS,
    2014-09-22T20:09:45.671Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,19,10.219.3.74:24939,10.219.3.73:25,<,220 2.7.0 Ready to start TLS,
    2014-09-22T20:09:45.687Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,20,10.219.3.74:24939,10.219.3.73:25,*,,Sending certificate
    2014-09-22T20:09:45.687Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,21,10.219.3.74:24939,10.219.3.73:25,*,CN=Exchange.A.local,Certificate subject
    2014-09-22T20:09:45.687Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,22,10.219.3.74:24939,10.219.3.73:25,*,"CN=DC-CA, DC=A, DC=local",Certificate issuer name
    2014-09-22T20:09:45.687Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,23,10.219.3.74:24939,10.219.3.73:25,*,63E7E70100000000000B,Certificate serial number
    2014-09-22T20:09:45.687Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,24,10.219.3.74:24939,10.219.3.73:25,*,CAEB1200CDF49715E5F2E4B8315EFDDC01F8F945,Certificate thumbprint
    2014-09-22T20:09:45.780Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,25,10.219.3.74:24939,10.219.3.73:25,*,Exchange.A.local,Certificate alternate names
    2014-09-22T20:09:46.654Z,Exchange-SMTP send connector,08D1A4A14C7EDED5,26,10.219.3.74:24939,10.219.3.73:25,-,,Local
    2014-09-22T20:09:46.669Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,0,,10.219.3.73:25,*,,attempting to connect
    2014-09-22T20:09:46.685Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,1,10.219.3.74:24940,10.219.3.73:25,+,,
    2014-09-22T20:09:46.701Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,2,10.219.3.74:24940,10.219.3.73:25,<,220 SMTP.A.local Welcome (MTA version),
    2014-09-22T20:09:46.701Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,3,10.219.3.74:24940,10.219.3.73:25,>,EHLO Exchange.A.local,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,4,10.219.3.74:24940,10.219.3.73:25,<,250-SMTP.A.local Exchange.A.local OK,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,5,10.219.3.74:24940,10.219.3.73:25,<,250-SIZE,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,6,10.219.3.74:24940,10.219.3.73:25,<,250-8BITMIME,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,7,10.219.3.74:24940,10.219.3.73:25,<,250-BINARYMIME,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,8,10.219.3.74:24940,10.219.3.73:25,<,250-PIPELINING,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,9,10.219.3.74:24940,10.219.3.73:25,<,250-HELP,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,10,10.219.3.74:24940,10.219.3.73:25,<,250-DSN,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,11,10.219.3.74:24940,10.219.3.73:25,<,250-CHUNKING,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,12,10.219.3.74:24940,10.219.3.73:25,<,250-AUTH SCRAM-SHA-1 GSS-SPNEGO DIGEST-MD5 CRAM-MD5 NTLM,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,13,10.219.3.74:24940,10.219.3.73:25,<,250-AUTH=SCRAM-SHA-1 GSS-SPNEGO DIGEST-MD5 CRAM-MD5 NTLM,
    2014-09-22T20:09:46.716Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,14,10.219.3.74:24940,10.219.3.73:25,<,250-STARTTLS,
    2014-09-22T20:09:46.732Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,15,10.219.3.74:24940,10.219.3.73:25,<,250-DELIVERBY,
    2014-09-22T20:09:46.732Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,16,10.219.3.74:24940,10.219.3.73:25,<,250-MT-PRIORITY,
    2014-09-22T20:09:46.732Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,17,10.219.3.74:24940,10.219.3.73:25,<,250 ENHANCEDSTATUSCODES,
    2014-09-22T20:09:46.810Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,18,10.219.3.74:24940,10.219.3.73:25,*,,sending message with RecordId 52652004081667 and InternetMessageId <[email protected]>
    2014-09-22T20:09:46.810Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,19,10.219.3.74:24940,10.219.3.73:25,>,MAIL FROM:<> SIZE=7653 BODY=BINARYMIME,
    2014-09-22T20:09:46.810Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,20,10.219.3.74:24940,10.219.3.73:25,>,RCPT TO:<[email protected]>,
    2014-09-22T20:09:46.825Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,21,10.219.3.74:24940,10.219.3.73:25,<,530 5.5.1 A TLS-encrypted connection is required,
    2014-09-22T20:09:46.950Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,22,10.219.3.74:24940,10.219.3.73:25,<,503 5.5.1 unexpected RCPT command,
    2014-09-22T20:09:46.981Z,Exchange-SMTP send connector,08D1A4A14C7EDED6,23,10.219.3.74:24940,10.219.3.73:25,>,RSET,

Maybe you are looking for

  • How to set the value of a variable in a cluster in LabVIEW from C#?

    Hi guys, I'm working on a small c# program, which using the interface provided by LabVIEW.  And I know that, using lv.SetControlValue(name, value) can set a variable just on the front panel. But in my case, there're several clusters on the front pane

  • ITunes cannot find the "My music" folder

    Whenever I try to open iTunes, it fails to open and instead I get an error message saying "The folder "iTunes" cannot be found or created, and is required. The default location for this folder is inside the "My Music" folder". Last time I used iTunes

  • ITunes Match In Israel

    Hello, I was wondering why I can't subscribe to iTunes match in Israel? It says my country/region isn't supported yet Israel shows up on apple's iTunes match supported country list. Thank you for your help, Daniel

  • No authorisation for displaying hierarchy

    Hello all, some user mentioned that there can not activate hierarchy for an InfoObject within an web application. When I do this, the hierarchy is displayed correct. Also within the simulation for those users in TA RSSMQ the hierarchy can be displaye

  • Can I package and call a java object in the swf? (on the client)

    Hello, Can I package and call/execute a java object within the swf/adobe flash player? I want to embed a java object in my swf, and then whne the swf executes have it call the java object...... E.