Input streaming video directly to Lync client ?

My application requires  RTP streaming audio & video coming over ethernet network to be input to a Lync client which is connected to other Lync clients(on internet). Is there any functionality i can add to Lync client using Lync SDK or UCWA or UCMA
APIs provided by MS which can achieve this. 
I am new to windows application programming so kindly be more elaborate. One solution i found is to use virtual webcams like Manycam and point them to video playback file but i am not sure how to convert the incoming stream to video file having fixed size
with older data purged while new data is added under Windows environment?
Any help would be appreciated.

Hi,
The question is more related to development. You can post the issue on Lync MSDN forum and more lync development expert will hlep you. Thank you for your understanding.
http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/threads
Kent Huang
TechNet Community Support

Similar Messages

  • Is there an issue with streaming videos direct from itunes? I

    Is there an issue with streaming videos direct from itunes? I have good wifi but films just buffer , doesn't happen on flixster on netflix , wonder if there is any tweak to watch a film uninterrupted , because it is very frustrating? Thanks

    Apple appears to be having trouble with the iTunes Store servers right now.
    (81070)

  • Exchange Integration: Which features accessed directly from Lync Client, which via Lync Server

    Hi
    I'm wondering which Features of the Lync Server 2013 <-> Exchange 2013 Integration are accessed directly from the Lync 2013
    Client (direct Access from the Lync Client to the Exchange Server) and which Features are accessed from the Lync Client via the Lync Server (Access from the Lync Client to the Lync Server to the Exchange Server).
    For example: Are Outlook contacts aquired directly from the Exchange Server when searched in the Lync Client.
    Thanks,
    Michael

    Yes, Outlook contacts acquired directly from the Exchange Server when searched in the Lync Client.Integration between Lync and Exchange will give many features as following:
    Voice mail.
    Lync Archiving Integration.
    Unified Contact Store.
    Lync Meeting Scheduling from OWA.
    High resolution photos.
    Also you can refer below link for more info.
    http://technet.microsoft.com/en-us/library/jj688098.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • [SOLVED] streaming videos directly to mplayer?

    basically what i want to do is watching online videos from the shell via mplayer and elinks w/o downloading them, but not to be limited to youtube, so youtube-viewer is not an option. problem is that mplayer doesn't seem to do the job. some claim you only have to pass an url as an arg for it and that's it.
    $ mplayer -prefer-ipv4 [url]http://www.youtube.com/watch?v=QCuq0_nY3Xk[/url]
    MPlayer SVN-r36498-snapshot-4.8.2 (C) 2000-2013 MPlayer Team
    206 audio & 433 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing http://www.youtube.com/watch?v=QCuq0_nY3Xk.
    Resolving www.youtube.com for AF_INET...
    Connecting to server www.youtube.com[173.194.39.137]: 80...
    Cache size set to 320 KBytes
    Cache fill: 2.35% (7716 bytes)
    libavformat version 55.19.104 (internal)
    Exiting... (End of file)
    but that's not it, alas. i passed in different cache sizes as well, but that didn't help either. the funny thing is that youtube-viewer uses mplayer as well and worked perfectly out of the box. i looked at the script and mostly additional args are there as extras.
    cache => 30000,
    cache_min => 5,
    lower_cache => 2000,
    lower_cache_min => 3,
    mplayer => get_mplayer(),
    mplayer_srt_args => '-sub %s',
    mplayer_arguments => '-prefer-ipv4 -really-quiet -cache %d -cache-min %d',
    # Get mplayer
    sub get_mplayer {
    if ($constant{win32}) {
    my $smplayer = catfile($ENV{ProgramFiles}, qw(SMPlayer mplayer mplayer.exe));
    if (not -e $smplayer) {
    warn "\n\n!!! Please install SMPlayer in order to stream YouTube videos.\n\n";
    return $smplayer; # Windows MPlayer
    else {
    my $mplayer_path = '/usr/bin/mplayer';
    return -x $mplayer_path ? $mplayer_path : q{mplayer} # *NIX MPlayer
    anyone had this issue before? i really could use some ideas. thanks in advance
    Last edited by wootsgoinon (2014-03-17 01:07:10)

    mpv is great for X, but it won't work on the framebuffer (not for me at least).
    mplayer -vo help
    Available video output drivers:
    vdpau VDPAU with X11
    xv X11/Xv
    gl_nosw OpenGL no software rendering
    x11 X11 ( XImage/Shm )
    xover General X11 driver for overlay capable video output drivers
    sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
    gl OpenGL
    gl_tiled X11 (OpenGL) - multiple textures version
    dga DGA ( Direct Graphic Access V2.0 )
    fbdev Framebuffer Device
    fbdev2 Framebuffer Device
    matrixview MatrixView (OpenGL)
    aa AAlib
    caca libcaca
    v4l2 V4L2 MPEG Video Decoder Output
    xvidix X11 (VIDIX)
    cvidix console VIDIX
    null Null video output
    xvmc XVideo Motion Compensation
    mpegpes MPEG-PES to DVB card
    yuv4mpeg yuv4mpeg output for mjpegtools
    png PNG file
    jpeg JPEG file
    gif89a animated GIF output
    tga Targa output
    pnm PPM/PGM/PGMYUV file
    md5sum md5sum of each frame
    mng MNG file
    mpv -vo help
    Available video outputs:
    vdpau : VDPAU with X11
    opengl : Extended OpenGL Renderer
    xv : X11/Xv
    opengl-old : OpenGL (legacy VO, may work better on older GPUs)
    vaapi : VA API with X11
    x11 : X11 ( XImage/Shm )
    null : Null video output
    image : Write video frames to image files
    opengl-hq : Extended OpenGL Renderer (high quality rendering preset)
    wayland : Wayland SHM video output

  • How to get file input stream from the client machine by JSF Fileupload API?

    Dear Friends,
    How to get the file input stream from the client machine by JSF HtmlFileupload or fileupload API. At present, if i execute the file upload code in the client machine, it is able to get the local path of the file and looking for the file in server machine. So i am getting FileNotFoundException.
    E.g., If a file is located at client machine at following location means "C:\Test\Test.txt",
    uploadClass.getFileuploadComponent().getFilename().toString() returns "C:\Test\Test.txt". But it is looking for that file in server and throwing FileNotFoundException.
    Please post your replies soon.
    Thanks,
    JP

    Depends on which version of JSF you're using. If JSF 1.2, I wouldn't even bother trying to hack this into JSF itself unless you can use something like Seam 2 or richfaces.
    http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
    http://docs.jboss.org/seam/2.2.1.CR3/reference/en-US/html/controls.html#d0e29259 (look for s:fileUpload)
    But if I were you, a simple non-jsf form with a servlet works best for taking file uploads.
    As for JSF 2.0, there are other ways of getting it done.
    http://balusc.blogspot.com/2009/12/uploading-files-with-jsf-20-and-servlet.html

  • How can I stream videos that come into my imac directly to my AppleTV and then my TV

    how can I stream videos that come into my imac directly to my AppleTV and then my TV?

    Or... you can just use a 3rd party solution.
    Best solution for streaming audio and video to your Apple TV from an Mac or Windows PC... without using iTunes... is Airparrot. You can screen share your Mac to your Apple TV. It even lets you select your overscan/underscan and video quality.
    Download it and install. It shows up in your system tray. As long as you are on the same network as your Apple TV, just right click the Airparrot icon and select Apple TV as your Airplay device.
    http://airparrot.com
    Then hook up your wireless keyboard and mouse and plop on the couch for some supersized web browsing.
    It's 20 minute sessions for the free version, $9.99 for full and can gift to someone for $4.99 if you buy for yourself.

  • Possibility to stream 1080p video direct to monitor, while filming?

    hi there,
    is there any possibility to stream a video directly to an output-device like a display, while the iphone is filming?
    i need it because i´m interessted in the creative use of back coupling.
    thx a lot for your help

    No. sorry.

  • Can lync client use internet proxy settings to proxy edge servers, if direct access is not reachable?

    Hi everybody I am trying to Login with my lync Client out of my organization. So I am using lync as a remote user. I am in another organization, and I am using their coporate lan wired and wireless, but I cannot Login to lync in my organization.
    I see that I cannot Access my edge Server on port 443 to authenticate directly, I know that Client in this organization use Internet Proxy to browse the Internet. they have a .pac in their ie Settings.
    my question is; can lync Client use Internet Proxy Settings to reach the Destination? I mean the Access edge on port 443?
    or it can use only Client direct Access to reach the edge Servers?
    I Think that the answer is that I use tcp protocol and not http, and maybe that is the reason why I cannot use the Internet Explorer Proxy Settings to reach the Access edge Servers, different maybe is the case I Need to reach the reverse Proxy for live Meetings.
    Hope my question is clear.
    Thanks

    Proxy settings are used to tell Internet Explorer the network address of an intermediary server (known as a proxy server) that is used between the browser and the Internet on some networks.
    Lync client doesn’t use Internet Proxy Setting. You need to access the Edge service directly.
    Lisa Zheng
    TechNet Community Support

  • Direct Reports not showing in Lync Clients for certain users in a pool

    Hello guys, I am having issue with some users not being able to see direct reports of their managers in lync clients. Direct reports correctly shown in AD and outlook, but not in Lync. I have two paired lync pools. This issue is happening to users situated
    within a pool. If I moved the manager to second pool, then users will see his direct reports. Does anyone knows how to fix this issue?  Attached is sample.

    Hi dareadepoju,
    This information is from AD, you can try synchronizing the information manually.
    Delete the .slabs file from the file share sitting on 000000000\000000000 folder and then run Update-CSUserDatabase and after 5 minutes, run Update-CsAddressBook.
    The folder path:
    X:\share\1-WebServices-1\ABfiles\000000000\000000000\
    Best regards,
    Eric

  • Lync clients 2013 fails to show video, but 2010 works ok.

    We'v migrated from 2010 to 2013 Lync server. But some Lync clients in remote places are still 2010.
    And today I'v discovered that in a conference for 50+ participants but only one speaker (audio, video and presentation) for some reasons no one of 2013 client and WebApp could see a speaker video. I'v first restarted a client, then
    a device, but no effect. After 30 minutes we have to start without a video, but some users with 2010 clients wrought that they have a video of the speaker.
    I'v installed a Lync 2010 to my test PC, and on the same PC, with the same credentials 2010 client video is ok, and 2013 shows only a video placeholder.
    I’v created a test conference, and the same situation repeats with only 4 clients.
    Any suggestions ?

    Hi,
    From your description above, did you mean only 4 special Clients have this issue?
    If yes, please try to check the OC firmware, delete Lync user profile and Lync information on Registry, then test he issue again. If the issue persists, please check if the Lync 2013 client update to the latest version.
    Lync user profile: %UserProfile%\AppData\Local\Microsoft\Office\15.0\Lync
    Lync user information on Registry: HKCU\Software\Microsoft\Office\15.0\Lync\[email protected]
    Best Regards,
    Eason Huang
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Eason Huang
    TechNet Community Support

  • No one has started video ( Lync Client 2010)

    I have Lync 2013 Enterprise environment with 2 FE and 3 SQL working as mirroring, and also backup sites where singel FE and SQL are running 
     P2P video conference is working fine, when it comes to multi-video conference participant's video stops one by one. Today we have done latest CU10 updates , results the same ...
    Btw, Lync server 2013 is running as on-premise and Lync client  is  lync 2010  ... 
    Thank you in advance , 

    Are the front ends behind a firewall or anything that may intercept traffic?  Is there any software on the machine such as endpoint protection software that may be an issue?  If you install the Lync 2013 basic client, do you have the issue?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to input live video streams to a powerbook?

    How do I input multiple video cameras into a Mac (over Thunderbolt)?
    And what devices would you recommend?
    I would like to be able to have two or more cameras feeding into a Macbook Pro simultaneously. I'm looking at making a MaxMSP app for a video artist I know, to replace an enormous box of hardware that he put together years ago. The app & the output are not a problem, but as most of my other work is in audio, I have no idea if it's possible to have multiple cameras feeding into a Mac. These will be SDI cameras (or older devices running through convertors).
    Thanks in advance....
    David

    This topic has been aroundfor a decade and there is one thing we've learned from hundreds of similar posts:  do not reoly on the captured video in your computer to be your only copty of the program. Drives fail. Clients trip over power cords. Firewire is a non-locking connection, totally unreliable. Even in the days of ultrareliable videotape, we oftne ran a VHS protection copy off a video/audio loop.
    Have a tape or chip backup recording of your video feed.
    bogiesan

  • When using URLConnection read input stream error

    hi,
    In my applet I build a URLConnection, it connect a jsp file. In my jsp file I refer to a javaBean. I send two objects of request and response in jsp to javaBean. In javabean return output stream to URLConnect. At that time a error happened.WHY???(Applet-JSP-JAVABean)
    Thanks.
    My main code:
    APPLET:(TestApplet)
    URL url = new URL("http://210.0.8.120/jsp/test.jsp";
    URLConnection con;
    con = url .openConnection();
    con = servlet.openConnection();
    con.setDoInput( true );
    con.setDoOutput( true );
    con.setUseCaches( false );
    con.setRequestProperty( "Content-Type","text/plain" );
    con.setAllowUserInteraction(false);
    ObjectOutputStream out;
    out = new ObjectOutputStream(con.getOutputStream());
    Serializable[] data ={"test"};
    out.writeObject( data );
    out.flush();
    out.close();
    //until here are all rigth
    ObjectInputStream in = new ObjectInputStream( con.getInputStream() );//happened error
    JSP:
    TestBean testBean = new TestBean ();
    testBean .execute(request, response);
    JAVABEAN:
    public void execute( HttpServletRequest request,
    HttpServletResponse response )
    ObjectInputStream in = new ObjectInputStream( request.getInputStream() );
    String direct = (String) in.readObject();
    System.out.prinltn("direct");
    ObjectOutputStream out = new ObjectOutputStream( response.getOutputStream() );
    SerializableSerializable[] data ={"answer"};
    out.writeObject( data );
    out.flush();
    out.close();
    Error detail:
    java.io.StreamCorruptedException: invalid stream header
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:729)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:251)
         at TestApplet.postObjects(TestApplet.java:172)

    you have to pay attention to the sequence of opening the streams.
    The following example is: client sends a string to server, and servlet sends a response string back.
    client side:
             URL url = new URL( "http://152.8.113.149:8080/conn/servlet/test" );
             URLConnection conn = url.openConnection();   
             System.out.println( "conn: " + conn );
             conn.setDoOutput( true );
             conn.setDoInput( true );
             conn.setUseCaches( false );
             conn.setDefaultUseCaches (false);
             // send out a string
             OutputStream out = conn.getOutputStream();
             ObjectOutputStream oOut = new ObjectOutputStream( out );
             oOut.writeObject( strSrc ); 
             // receive a string
             InputStream in = conn.getInputStream();     
             ObjectInputStream oIn = new ObjectInputStream( in );
             String strDes = (String)oIn.readObject();server side
             // open output stream
             OutputStream out = res.getOutputStream();  
             ObjectOutputStream oOut = new ObjectOutputStream( out );
             // open input stream and read from client
             InputStream in  = req.getInputStream();
             ObjectInputStream oIn = new ObjectInputStream( in );
             String s = (String)oIn.readObject();
             System.out.println( s );
             // write to client
             oOut.writeObject( s + " back" ); I have the complete example at http://152.8.113.149/samples/app_servlet.html
    don't forget to give me the duke dollars.

  • Streaming Video in Presenter and ConnectPro Meetings

    RefinedVIDEO FLV PLAYER for Adobe Presenter
    Refined Data Solutions Inc. +1.416.464.3110
    <[email protected]>
    RefinedVideo is an Adobe Presenter Add-In that allows you to
    deliver high-quality, streaming video of unlimited length in your
    web-based Adobe Presenter slide shows, in Adobe ConnectPro Meetings
    and even in recorded meetings.
    The software from Refined Data Solutions Inc. (an authorized
    Adobe Connect reseller), is a combination SWF module that you
    simply add to each slide in your presentation that requires video,
    plus a web service that will retrieve and play your video files for
    you on demand.
    RefinedVideo offers the following features:
    1) Play video content of unlimited length from any slide in
    a Presenter file.
    2) Use the latest high-quality On2 VP6 compresion codec for
    better performance.
    3) Your video streams instantly with little or no buffering.
    4) Play video of any size - even fullscreen - in a
    chromeless window.
    5) Full control over playback options such as resizable
    windows, toolbars etc.
    6) Works in self-paced presentations, ConnectPro Meetings
    and recordings.
    7) Works in all major browsers including tabbed browsers.
    8) Play the entire video clip or specify start and stop
    points for playback.
    9) Use start and stop points in review slides/quizzes
    without using multiple clips.
    10) Optionally overlay any video with subtitles in unlimited
    languages.
    11) No limits on content length. Play feature length movie
    content if required.
    12) Limit access to your content based on the IP address of
    the viewer.
    13) Optional loading of web sites within a chromeless window
    for directed browsing.
    14) Video can be hosted anywhere on the web rather than
    inside your presentation.
    15) Republish presentations effortlessly without uploading
    video content over & over.
    16) Incorporate YouTube and Google content or use your own
    video footage.
    17) Fully customizable user interface with choice of colours
    and icons.
    RefinedVideo is a complete solution for incorporating video
    in Adobe Connect.
    THE PROBLEM
    ============
    If you currently use Presenter then you already know that it
    has some serious limitations when it comes to using video. Slide
    based video must be in SWF format encoded using the old Sorenson
    codec. That means your video files must completely load before they
    start playing. This leads to long wait times for users; want to
    play a 5 minute video? Expect a 2-3 wait time while the movie
    loads. Forget longer content like training videos.
    The video's dimensions are also limited as quality degrades
    quickly at large sizes.
    Adobe will tell you to put streaming flash video in the
    presenter panel but this area is tiny and still uses the old codec.
    You cannot pause, rewind and fast-forward the content and what
    about if your show runs without the presenter panel showing?
    If you update your presentation frequently, expect long wait
    times as the video files are embedded and must be uploaded to the
    server each time you make a change.
    THE SOLUTION
    =============
    RefinedVideo is a complete solution to these issues as it
    allows you to play high-quality video in fullscreen resolution with
    no waiting. Use streaming FLV format using On2 VP6 compression to
    provide higher quality at lower bandwidth with almost no wait times
    in most cases.
    View a demonstration presentation at
    [url=http://Train.RefinedData.com/RefinedVideo]http://Train.RefinedData.com/RefinedVideo[ /url]
    or enter a
    [url=http://Train.RefinedData.com/COnnectUsers]ConnectPro meeting
    room[/url] and experiment with the same presentation there.
    You can even download a fully functioning trial version from
    the file-share pod. The Meeting Room can be accessed at
    http://Train.RefinedData.com/ConnectUsers
    Want more options? The trial version can also be downloaded
    at this location:
    http://Video.RefinedData.com/RefinedVideoDemo.zip
    When you download the trial, you get everything you need,
    including the SWF module you add to each slide that requires video,
    the configuration file that you can edit in Notepad or any other
    text editor, a sample presentation and complete instructions.
    BONUS FEATURE
    ===============
    When you download the
    RefinedVideo trial package, you also get a free trial of
    HandsUp, our amazing ConnectPro Meeting Add-In. You won't
    know how you ever ran your meetings without it. Visit
    http://sandbox.yourmail.com/handsup
    for more details and documentation.
    ABOUT US
    =========
    RefinedData is a full service supplier of training and
    eLearning solutions for companies across North America. We sell the
    full range of Adobe Connect eLearning and meeting services and
    provide turnkey support and consultation to our clients.
    We provide an extensive array of creative and copy-writing
    services, taking your existing training materials and repurposing
    them for internet delivery. We even provide film crews to capture
    your trainers, Subject Matter Experts (SMEs) and guest speakers at
    their best and encode the video for optimum delivery via the web.
    Need custom applications for your meetings and self-paced
    learning programs? Our team of experienced Flash developers will
    deliver results quickly and at a reasonable price. From front-end
    interfaces to Connect, to back-end reporting, Refined Data can do
    it all.
    Visit
    http://Train.RefinedData.com/Testimonials
    to hear from one of our recent clients about their experience with
    Refined Data.
    Contact us at +1,416,464,3110 or [email protected] for
    more information. We'd be happy to demonstrate our capabilities.
    GETTING STARTED
    ================
    Dowload the trial from
    http://Video.RefinedData.com/RefinedVideoDemo.zip
    and unpack the files to your hard drive. Edit refinedvideo.xml in
    Notepad or your choice of text editor to set your default values.
    All instructions on how to use the product are contained in the XML
    file.
    Add the XML file as an attachment to your presentation and
    insert the SWF file refinedvideo.swf to each slide that should play
    video. Publish as normal.
    Have questions? Feel free to contact me or Skype "terryshane"
    All the Best,
    Terry

    Ahh, if only that were entirely true!
    While you're correct that you can embed flash in your
    Presenter files, it's still not possible to use the latest On2 VP6
    codecs which is what you need to do if you want high quality large
    size video files. Using the Sorenson codec which is what would be
    required by your suggestion, means that the video tends to be quite
    pixillated and limited to a small frame size, otherwise you end up
    with lots of buffering delays.
    Our solution allows you to run fullscreen video of unlimited
    length from within Presenter and it works in self-paced
    presentations and meeting room environments too.
    On the issue of posting information about a product on a
    Forum, my understanding of the concept of a forum is that it's a
    place for the exchange of ideas and solutions. This forum is
    located under the menu item of "Communities" on the Adobe site and
    many people come here looking for ways to solve problems and
    exchange ideas.
    I've had numerous people contact me saying they have been
    looking for exactly this type of solution but have been unable to
    find it. It's only spam to you because you have no need for the
    solution but to those looking for a way to deliver specific types
    of training content, it's exactly what they came to the Forum to
    find.
    It's not my intent to offend, only to raise awareness.
    Thanks for listening,
    Terry

  • Not able to play video directly from websites like metacafe in safari browser

    Hi
    I recently purchased an iPhone 4S however I am not able to play videos directly from websites like metacafe.com and all others. Whereas few of my friends who bought iPhone 4S / 5 (factory unlocked) versions can very well play videos from all websites. Whenever they browse videos, it start streaming on their phones and stArt playing in QuickTime player. What is the reason of this behavior, is there something missing in my iPhone?
    Thanks for your help in this

    Any inputs on this will be highly appreciated...
    Someone please help on this...
    Regards,
    Sankalp Singhal

Maybe you are looking for

  • How to add a row-selector to an existing SQL Query (updatable report)

    Hi, I screwed up an extensive updatable report in Apex 4.2 region by one time indicating the page may be parsed at run time. After setting this back (to validate query) a lot of the columns setting were gone, and also the row-selector I actually don'

  • Want to type special symble in Developer Text item

    Dear users i want to type some special symble in Oracle Devleoper text item i m using Developer 6i C/S.. i want to type symble like this i have a text item char data type.. ∑ √ ↑ any have any idea how can i insert that symble my text item i get that

  • Is my mac pro compatible with mountain lion?

    Is my mac pro compatible with mountain lion/ 2 x 2.66 Ghz Dual core processors? Any help would be appreciated. Thanks William

  • Multi-language branching quiz

    Hello All, I'm trying to streamline a 2 language project by having a branching quiz (1 branch English, 1 branch French). I have the question pools and questions set up no problem but I'm wondering how/if I can have two separate "Results" slides (1 fo

  • Trouble with free()

    Could someone tell me what, if anything, is wrong with this bit of code regarding the usage of free (or anything working up to it)? This code works w/no errors in Xcode, but in Visual C++, I get a heap corruption error when free() is called. Another