Compositing with media services

Hello !
I'm new to Azure Media Services and I was wondering if it could do what I need...
Can I do compositing on a live stream ? for exemple if I want to do augmented reality, can I stream a live feed and use some program on Azure to "draw" on my stream ?
Or do I need to do it on my computer and then only do the streaming on Azure Media Services...
Any help is appreciated !
Cheers !

Hello,
First thanks for answering. We also asked Xavier Pouyat via Vincent Thavonekham, a P-Seller Azure who is working with us.
Our augmentation layer will contain images and texture as well. As for how we were planning to do it, I guess we would have applied what would have been available using Azure Media Services. A secondary video stream seems a good way to do it.
I guess I'll do the compositing locally for the time being, Cheers
Nicolas

Similar Messages

  • Does Azure Media services support storing images?

    Hi,
    We are planning to store the media files in azure cloud, initially we planned to use the Azure blob storage and after deeply investigating we found the Azure media services has some outstanding capabilities  like streaming offline viewing etc. compared
    to azure blob storage.
    So here my question, does this supports storing the images as well?Please confirm this ASAP.
    I read the some article about media services, there it has been given like below, but Just i want to confirmation about this.
    Supported file types in Azure Media Services
    Various video, audio, and image file types can be uploaded to a Media Services account, with there being no restriction on the types or formats of files that you can upload using the Media Services SDK. However, the Azure Management portal restricts uploads
    to the formats that are supported by the Azure Media Encoder. These import formats include MPEG-1, MPEG-2, MPEG-4, and Windows Media Video encoded video, MP3, WAVE, and Windows Media Audio encoded audio, and BMP, JPEG, and PNG encoded images. The Azure Media
    Encoder can export data as Windows Media Video, Windows Media Audio, MP4, and Smooth Streaming File Format.
    For more information about the supported file formats see "Supported input formats" and "Introduction to encoding."
    Thanks,
    Kiran

    Hi John,
    One more Question here.
    As of now we are planning to store and retrieve only the images and audio files with media services, so can I avoid encoding and packaging and use it?Will it work?
    Can I access the  images and audio files without encoding and packaging?
    In future, we are are planning to add the videos as well.
    I think encoding and packaging will come into picture when streaming the videos.
    Thanks,
    Kiran

  • How to upload to Azure Media Services when using HTML5 with Web API

    I keep finding examples demonstrating how to upload video to Azure Media Services through a console application.  I am developing an application using HTML5 with angularjs and web api, but am having trouble finding an example for uploading when you
    are getting the file from a form on a web browser.  The main issue I find is that I see a way to upload from a file path and no way to upload from a stream.  I would like to upload the file to blob storage and then associate the file in blob storage
    with the IAssetFile object, which is then associated with IAsset.  It this possible and if so can you point me in the direction of some tutorials that demonstrate this?  Also, I am allowing site members to upload videos and images.  For this
    images scenario, I saw doc. demonstrating how to start a job that will save the image into a different size, what if I need four different sizes for each image uploaded?

    Hi,
    the following example shows how to upload a stream into a blob and associate the blob with an asset: https://code.msdn.microsoft.com/How-to-upload-a-stream-to-d2750102.
    thanks,
    Julia
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How integrate azure media services with blob storage?

    I need to upload lots of content over blob storage which contains different types of files.
    Now my problem is that files contains lots of videos also.
    I want to way by which i can integrate azure media services with blob storage so that i can stream that video.
    So probably i don't want to upload my videos on azure media services storage because i want all my content to be at one place which is blob storage.
    Is there any way to achieve this?
    Thanks,
    Rajesh Khunt
    Blog : http://programmersgeek.wordpress.com/
    Twitter : http://twitter.com/#!/r_rajeshkhunt
    Linkedin : http://in.linkedin.com/in/rajeshkhunt

    Hi Rajesh
    Every Media Services account needs a blob storage account associated with it. You can choose an existing blob storage account for that purpose. In order for Media Services to work with your videos you need to create an asset using the Media Services APIs.
    That call results in the creation of a container which has the name in the following format asset-<AssetId>. The actual video files need to go as blobs within this container but these files need to be known to Media Services and you can do so by adding
    AssetFiles to the asset using the Media Services APIs. Once you do that the asset is well known to Media Services and you can stream it.

  • Server 2012 SMB 3.0 file cluster issues with Streaming media services 2008 R2

    So I have a file server setup with the always available feature turned off on this brand new cluster. Everything seems to function normally and I can hit files from the shares no problem.
    My issue I built a brand new 2008 R2 machine and created an on-demand publishing point to point to my 2012 file share cluster. I created a windows account for my windows media service to run as and applied read only to my video share. Media services see
    the video files on the server in the GUI so I know its got connectivity, but when I go to test locally or externally it will not play the stream at all. It complains of access even know I know that is not the issue. I have verified the setup and the ACL
    stuff is turned off on both the root and the publishing point. I can login to the Media server as my service account and play files from the share no problem. IIS media services can stream the files with no problem and yeah everything seems more like something
    possibly with SMB 3.0 and something in media services.
    I have a country rule where my data is not allowed in other countries so I have multiple video services on a domain with tunnels and what not my US Streaming services is working great but has a server 2008 R2 file cluster server. If I take that one to my
    out of the country publishing point to test it streams great as they use the same services account. If I take my out of the country file share to the US I get the same result just will not work. I have poke prodded and banged my head and since I get this result
    I have concluded it must be something with the new security of SMB 3.0.
    Does anyone have this working or tested? Also I am using the exact same video file to test all of this. Or is there secret I missed to either make smb 3.0 even more compatible or make streaming services play nice.
    Anything helps please let me know.
    Thanks,
    Adam

    I'd recommend calling in for support on this one.  Things aren't adding up.  Probably the most useful thing to do would be to do a network trace of the WMS server connecting to the remote server over SMB.

  • 11G: Error invoking adf-binding service in composite with JAVA API

    Hello,
    i'm trying to invoke a asyncrhonous composite via JAVA API. My composite has two services: WS and ADF-BC SERVICE both of two are wired with a MEDIATOR that connects with two BPEL Process depending on two rules.
    I need to invoke a process depending of the input: if the input is A i invoke the process 1 and if the input is B I invoke the process 2. I use the Mediator instead of switch because it's an example in order to build a complex decission system then.
    R1 and R2 are two static rules in the Mediator.
    R1 = $in.payload/client:process/client:tiposiniestro = 'A'
    R2 = $in.payload/client:process/client:tiposiniestro = 'B'
    And my XSD is:
    <schema attributeFormDefault="unqualified"
         elementFormDefault="qualified"
         targetNamespace="http://xmlns.oracle.com/POC_jws/ProcesoApertura/ProcesoApertura"
         xmlns="http://www.w3.org/2001/XMLSchema">
    <element name="process">
              <complexType>
                   <sequence>
                        <element name="tiposiniestro" type="string"/>
                   </sequence>
              </complexType>
         </element>
         <element name="processResponse">
              <complexType>
                   <sequence>
                        <element name="result" type="string"/>
                   </sequence>
              </complexType>
         </element>
    </schema>
    If i invoke with SOAP, sending the message:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Body xmlns:ns1="http://xmlns.oracle.com/POC_jws/ProcesoApertura/ProcesoApertura">
              <ns1:process>
                   <ns1:tiposiniestro>A</ns1:tiposiniestro>
    </ns1:process>
    </soap:Body>
    </soap:Envelope>
    the composite works. But if i try to invoke with JAVA, with the code:
    String payload5 = "<process xmlns=\"http://xmlns.oracle.com/POC_jws/ProcesoApertura/ProcesoApertura\">" +
         "     <tiposiniestro>A</tiposiniestro>" +
         "</process>";
    String conversationId = UUID.randomUUID().toString();
    NormalizedMessage nm = new NormalizedMessageImpl();
    nm.addProperty(NormalizedMessage.PROPERTY_CONVERSATION_ID, conversationId);
    Map<String,Object> payload = nm.getPayload();
    payload.put("payload", pPayLoad);
    nm.setPayload(payload);
    service.post(pOperation, nm);
    i get the following error:
    Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.w3c.dom.Element
    How can I send the message via JAVA API using the mediator in my composite?
    Is there any important difference in the format between send a request with SOAP or JAVA?
    Thanks in advance.
    Edited by: user7239022 on 05-ene-2010 7:38
    Edited by: user7239022 on 05-ene-2010 7:40
    Edited by: user7239022 on 05-ene-2010 7:49
    Edited by: user7239022 on 05-ene-2010 8:41

    Talking about the dynamic rules in the Mediator, Oracle documentation says:
    "As of now, only SOAP bindings are supported. There is a dummy SOAP binding in the composite.xml file. This endpoint is overridden by Mediator in runtime through NM property. So, outbound services can be called only over SOAP."
    Is it valid for static rules as well? I means, how can i use Java API to invoke a Composite with a Mediator as first element? I always get the message:
    +"java.lang.ClassCastException: java.lang.String cannot be cast to org.w3c.dom.Element"+
    Thanks again

  • Do Media Services integrate with CDN?

    Just wonder if Media Services are integrated with CDN and how does this integration affect
    egress bandwidth configured by on-demand streaming reserved units?

    Media Services On-Demand Streaming will work with any CDN. Egress bandwidth that is allocated or on-demand streaming reserved units can be impacted based on the behavior of the CDN. If a CDN opens up a small # of long running http connections to handle a
    large # of client requests this can create affinity issues with the VM's that are behind each reserved unit. As an example and taking liberties to simplify the explanation, if you have 2 reserved units, a CDN could end up creating one long running
    connection http connection that is only feeding requests to one reserved instance. As a short term solution to this you would need to work with your CDN to ensure that either the http connections to Media Services are shorter lived or that requests from
    the CDN are spread across more of their backend nodes. We are working on a long term solution for this for a future release of Media Services.

  • Record rtsp streams with azure media services

    Hello.
     I see that Azure media service now has rtsp streaming support, but, as I understand, it can stream videos from azure, but what about recording of incoming rtsp streams? Is it possible to record rtsp streams with Azure media Service?
    Andrey

    Quick correction for you... We support RTMP.  Not RTSP.
    You can send a live RTMP stream to us and we will record it.  You just need to enable a live Channel and start a Program on it.  It will archive the live stream to storage so that you can play it back as VOD.

  • How to serial composition with smooth streaming(ism/isml) media?

    How to create serial composition with smooth streaming media in osmf player. Like I have smooth streaming media file and I want to play some specific section as single media element from it.
    clip 1 contain 10-20 sec part
    clip 2 conation 260-500 sec part
    etc..
    is that type of implementation supported in osmf player.

    Customize Media encoder using MEF is not a simple thing...
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/a6de0da9-c065-433d-a443-057deb00735e/play-live-stream?forum=winappswithcsharp
    http://blogs.iis.net/cenkd/archive/2012/03/28/How-to-build-your-first-html5-metro-style-smooth-streaming-player.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

  • NO profiles on Windows 8.1 Pro with Media Center?

    Hello,
    We have one desktop and on laptop running windows 8.1.  We purchased two copies of Microsoft Windows 8.1 Pro Pack and upgraded them to Windows 8.1 Pro.  After joining the domain, it seems to be working fine for one day.  Over the weekend,
    the user tried to log back on, it doesn't have any profiles.  Do a Ctrl+Alt+Del, there is nothing to enter the username/password.  It just have the left arrow.  When clicking on the left arrow, it goes back to the screen that says "Press
    Ctrl+Alt+Delete to sign in."  We have run chkdsk /f and look at the profile list in the registry and they look correct.  The only way to look in is using Safe Mode.  We have disable all the non-MS services and startup items and
    still have the same issue with NO profile and cannot log in.
    Also, in Safe Mode, we were able to leave the domain but still have the same issue.
    We have system image and try to restore it, it says something about not having an admin account.  Seems very strange since there are two admin accounts.
    We have other Windows 8.1 PRO (with NO media center) workstations joining the domain and do not have this issue.  This seems to happen Windows 8.1 Pro with Media Center upgraded from 8.1.  We could reformat the drives and reinstall everything but
    it happens twice on one computer an once on the laptop.  It will probably happen again.
    Created new admin accounts, and enable the default administrator account but still cannot see anything in normal mode.
    Does anyone know how to fix this issue and know why this happened?
    Thank you!

    Hi,
    Did you mean the sign in input box without problem under Safe Mode?
    If yes, sign in with one administrator account to create a new administrator user in safe mode, and then boot into normal mode to check the result.
    If it could sign in the new user without problem, follow this guide to fix your another user profile.
    Fix a corrupted user profile
    http://windows.microsoft.com/en-in/windows/fix-corrupted-user-profile#1TC=windows-7
    If you have no any administrator account, no method unless do an in-place upgrade installation to fix:
    This article applied to Windows 7 is a reference for you:
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    http://support.microsoft.com/kb/2255099
    Karen Hu
    TechNet Community Support

  • How to upload Images to azure media services and show the image on on click on Link?

    Hi,
    I want to upload the image to the Azure media service asset and show the Link on the page. When use clicks on the Link I want to show it user. How can I implement this with C#? Now I am uploading the image to asset as in the normal way and getting the URL
    for that. But I am not able to show it user when he click on the image link.
    Thanks,
    Pavankuamr H K

    HI
    Azure media services has a RESTful service and a C# SDK that you can use to interact with the Azure Media Services.
    Here is the documentation and sample code for calling the Media services and using the SDK:
    https://msdn.microsoft.com/en-us/library/dn735908.aspx?f=255&MSPPError=-2147217396
    Aram Koukia | Blog: koukia.ca | Twitter:
    @aramkoukia

  • Issue while playing the content of Azure Media Services after deleting the channel.

    Hi,
    We are having the issue while playing the content of Azure Media Services after deleting the channel.
    Please find detail scenarios below:
    We have done live streaming of an event using Azure Media Services, event was around 5-6 hrs. After completion of event channel was deleted, when we checked content data
    it was only 1hr. Content has only last 1 hr. recording, we are unable to get full recoding.
    We divided event into two parts to avoid above issue. After completion of 1st part which was of 2 hrs., we stopped the streaming and deleted the channel. New channel was
    created and streaming was started for 2<sup>nd</sup> part, after completion of event channel was deleted. Now we are unable to play the content data for 1st part but able to play the 2nd part of event through content publish URL.
    We have done streaming of 3 hrs. event on 18th April with same process and full recoding was available. 
    Can you let me know what might be the issue?

    Hi,
    Please refer to Justin’s blog and see if it helps:
    http://www.justinkobel.com/post/2012/04/30/SharePoint-2010-Claims%E2%80%93Operation-is-not-valid-due-to-the-current-state-of-the-object.aspx
    As suggested by Alex, please provide more information about your process of changing password.
    Here is an article for updating passwords on SharePoint 2010:
    http://blogs.technet.com/b/seanearp/archive/2011/01/25/updating-passwords-on-sharepoint-2010.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Azure Media Services for IE

    Hi everyone, I am using azure media services to provide a training course via web. I encoded mp4 into ism.manifest and I also used dash.all.js to play videos. The problem is that on win7 computers with IE I cannot play these files. I tried with different
    encoding formats but it was unsuccessfully. May you help me?

    Hi Yan,
    thanks for your fast reply. I tried and it works... how can I play the video on my azure website?
    Thanks!

  • Azure Media Services Pricing Questions

    I am contacting you in regards to pricing structures for Azure Media Services. I would like to clarify some details outlined on the Azure pricing page.
    I work for a company that provides content security solutions, and we provide Microsoft Playready related DRM solutions to our customers. 
    I have a customer who has an Enterprise Agreement and is using Azure Cloud services. They are planning to utilise the Azure Media Services and I wish to help clarify some points
    for them.  
    Can you please provide answers to these questions ?
    For Content Protection (DRM) does the customer need to prepare their own Playready License servers? Or is this fully covered in the Azure Content Protection service ?  
    For the PAYG plan for Content Protection, there is a price of $0.21/ 100 licenses.  
    Can you please confirm the definition of “license” in this scenario ?
    Is the license in reference to issuing one license per streaming session per unique user ?
    If the user watches multiple contents/assets is a license required for each asset ?  Is only one license required per piece of contents ?  Or multiple licenses during viewing ?
    When using key-rotation for live services, does that impact the number of licenses required ?
    Are there any conditions for using Azure Encoding & Processing services in order to attain the Content Protection price?  (for example certain amount of minimum usage of encoding?
    Are there any conditions for using Azure Streaming services in order to attain the Content Protection price ? (for example certain amount of minimum streaming usage?)
    Is the PAY pricing plan for Content Protection relevant to content encoded as HLS and encrypted with Playready ?
    Is the separate Playready DRM licensing costs ($0.35/ client and $0.02/quarter per active client) still relevant for Silverlight players when using Azure Content Protection services ?
    Is the separate Playready DRM licensing costs ($0.35/ client and $0.02/quarter per active client) still relevant for other players (HLS players) when using Azure Content Protection services ?
    If I have other questions about Azure Media Services, can I raise them to this contact email address ?

    Will,
    Thanks. The first point that the license server is included in the Azure service is now clear, thank you.
    For the other questions, the link you put me through to is for support options for Azure. I am being asked to clarify these questions by my customer who is considering using Azure Media Services but is not currently subscribing and I don't have an existing
    support account.  My customer does have an Enterprise Agreement. 
    If you are not able to answer the questions above, would it be possible to receive an email address for where I can direct these questions about Azure Media Services pricing structure and billing ?  (this is for evaluation purposes before becoming a
    subscriber/user)  
    Please confirm an available address for someone with the answers.  I have already contacted MS online technical and billing support groups and have been asked to post here, but not been given an address I can contact with the above specific questions.
    Thank you.
    Regards
    Lincoln

  • Clips exported with Media Encoder from AE are choppy (CS6)

    Hi!
    I'm using Media Encoder (6.0.3.1) to export clips from AE (11.0.4.2) so that I can work with them in PPro (6.0.5).
    In Media Encoder I go to add AE composition and I've tried the YouTube HD 1080p 25 and the Broadcast HD 1080p 25 presets (the latter creates a much bigger file but I don't think the file size is the issue - for example, the biggest clip of approx. 1 mintute is 276MB).
    The curious thing is that most of the clips that are exported are fine, i.e. they play back fine - the problem is that some of the clips go slow or choppy towards the end of the clip. So the last couple of seconds will be choppy. It basically looks like the frame rate isn't quite right.
    Once exported from Media Encoder, I import them into PPro to do some more work - the problem with the clips is apparent when I play the original file in VLC (for example) or in PPro. So it seems like the problem occurs during the export from AE. When I export the video containing the AE clips from PPro the problem is obviously still there (wishful thinking on my part). I use AE just for keying and making some basic titles, nothing massively complex.
    I had some problems with RAM preview in AE before, in other words, it wasn't playing the clips back in realtime and the exported clips with the problem look exactly like that (i.e. looks like the frame rate isn't right). I deactivated Enable Disk Cache in AE (Multiprocessing was already deactivated) and now I can play back clips ok in AE using RAM preview - even the ones that go choppy towards the end when they are exported with Media Encoder play back fine in AE.
    Could Media Encoder be going back to some previous render files saved somewhere on my system and could that cause some of the exported clips to go choppy?
    I'm new to Adobe so I'm just guessing here and I don't want to go about and delete stuff that might not have anything to do with this problem. As I've adopted the computer I'm working on from my predecessor and it's had several users since, the system is a bit of a mess and there are files all over the place. Empting the Disk Cache doesn't actually delete anything for example.
    I'm really stuck here because I can't finish the projects I started working on with AE.... I would appreciate someone's input!
    Many thanks in advance!
    My system specs:
    Intel Core i7-3930K, 3.20GHz, 16GB RAM, 64-bit operating system, GeForce GTX 680, Windows 7, Creative Suite CS6
    Before using Media Encoder to export clips from AE I was just relying on Dynamic Link between AE and PPro by the way and that made all of the clips choppy for the whole duration (this was before I solved the RAM preview problem and I haven't checked if a working RAM preview would make a difference to dynamic link). So Media Encoder nearly solved the problem. I posted this original problem on creativecow (http://forums.creativecow.net/thread/2/1045810) but no one has gotten back to me about the new issue unfortunately.

    Thanks for your reply!
    I tried using Quicktime with PNG and it created a big file (1.18GB for a 1 minute long clip) that doesn't play back nicely in PPro unfortunately. But I then tried rendering the clip using a lossy format, H.264, in AE and it's playing back ok in PPro! I will just do that for the rest of the clips and hope that this is finally resolved. Many thanks for the tip!
    Out of curisoty, do you know what might be causing the problem when I use Media Encoder?

Maybe you are looking for

  • Headphone jack not working on new Macbook Pro what is causing this?

    My 17 inch Macbook Pro is less than two weeks old. The headphone jack does not recognize the headphones about half the time. This occurs with several pairs of headphones and yes, they are ther right size. This is really frustrating on a brand new 350

  • Vendor field in FBL3N

    Hi Experts, In FBL3N report for Vendor field is there any way to get name of vendor. please suggest. Regards, Sonali.

  • Phantom Finder Files

    I can't figure out why I can see a file I created in an application window but not the Mac finder. I have to log out for it to show up. This happens from many applications. I create or save a file or folder and then the only way to see it in real tim

  • Trying to generate a WCF Proxy - where is SlSvcUtil.exe?

    I was hoping/expecting to see SlSvcUtil.exe in Silverlight Beta2, but I can't seem to find it. I'd like to not have to "Add Service Reference". I can't find SlSvcUtil.exe. Did it a) Not ship with Beta2?, or b) I am not looking at the right place? Tha

  • Data in table control

    Hi ABAP Gurus, I have a tbale control with 2 rows of data. I need to change these rows into display mode so that the user cannot edit the already existing data. But the user should be allowed to enter any new data in the table control. Can anyone ple