azure-media-services

Azure Media Player Silverlight fallback not working

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 10:26:27
问题 I have used the azure media player with my project, it will play multiple adaptive bit rate streamed videos in an asp.net page, the best part is, it is working superb in html5 and flash but it will get stuck at spinner image in silverlight fallback. Below is the code I have used. I have also tried to get errors but it is not hitting the event listener code added for errors, but the play and pause events are working fine where flash and html5 is used, but silverlight fallback is not working at

Azure encoding job via REST Fails

可紊 提交于 2019-12-12 03:26:31
问题 I am trying to upload a video and encode it via azure rest service. I have now hit the step of encoding the video but I am having difficulties with the request. The following code shows my request: var joburl = res.RequestMessage.RequestUri + "Jobs"; client = new HttpClient(); client.DefaultRequestHeaders.TryAddWithoutValidation("Authorization", "Bearer " + token); client.DefaultRequestHeaders.Add("x-ms-version", "2.8"); client.DefaultRequestHeaders.Add("DataServiceVersion", "3.0"); client

Azure not displaying blobs within container in Storage Account

时光总嘲笑我的痴心妄想 提交于 2019-12-12 03:13:40
问题 I've finally been able to upload two videos as blobs into a storage account container. I can see the blobs from the portal when I drill down into Storage > storage account name > Container > container name. I can also see them from the CLI with the command " storage blob list ". However When I attempt to upload the content into my Media service account - I select upload content from storage, Select the Account, then the container... and I get the erroneous message that there are no blobs

Azure Media Services - 3gp file returns error “File type or codec not supported.”

Deadly 提交于 2019-12-12 02:32:59
问题 When attempting to upload, convert/encode and prepare a .3gp video file in Azure Media Services, we get the error File type or codec not supported. Based on this information, 3gp should be supported for import. How do I properly import 3gp and convert it to MP4? Here's what our internal logs say: The job stopped due to cancellation or an error. Job ID: nb:jid:UUID:6dc360df-de54-eb45-ae0d-bdc3d2c810fe Job Name: Encoding and Packaging for dedf426e0b5b41199e8a111f27744890 Job State: Error Error

Azure media player(AMP) not working on chrome if script file is saved locally

♀尐吖头ヾ 提交于 2019-12-12 00:36:22
问题 I have saved the source of sample AMP video http://amp.azure.net/libs/amp/latest/samples/dynamic_setsource.html locally and trying to play video. It works in IE and Edge but not in chrome. if i host this file it works. Can you please help me understand what is wrong here? You can try running script in IE an Chrome to see the difference. <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Skill Cloud</title> <meta name="description" content="">

How to: Stream Audio on Android using Azure Media Services?

陌路散爱 提交于 2019-12-11 21:03:02
问题 I've been researching but didn't find any tutorial on how to play an audio stream from Azure Media Services on Android apps ? I've went through those tutorials http://azure.microsoft.com/en-us/documentation/articles/media-services-dotnet-get-started/ http://code.msdn.microsoft.com/Windows-Azure-Media-040435f8 But they download an asset not stream it. There seems to be sth called PlayReady, but I need to license it !! http://www.microsoft.com/playready/features/ClientOptions.aspx Can anyone

Azure app cannot connect to Media Services using C#

Deadly 提交于 2019-12-11 19:28:00
问题 I am trying to use Azure Media Services to encode videos uploaded to my web app. Now that ACS is removed from AMS .net extensions and api, it seems the only way to connect is using Azure AD credentials. So I have registered service principal with AAD and Granted contributor right on AMS. All the permissions seems correct and I try to run this sample code and Azure refuses to issue token. Fails on line 80: IAsset sourceAsset = _sourceContext.Assets.Where(a => a.Id == _sourceAssetID).First();

Azure media Services player

左心房为你撑大大i 提交于 2019-12-11 11:07:24
问题 I'm feeling that this is a really dumb question, but my research tells me I have to create my own player. Is that true? I have a link (publish URL) from Azure Media services like this: http://streamvideotest.streaming.mediaservices.windows.net/4ed49a08-f82d-462e-a05e-acea910064a5/7g91d5d8-b213-406c-90d8-75a3a5e2456d.ism/Manifest Which I would like to hand out to a few people to play the video, or live feed at that channel. But you need some type of player? I've tried Windows Media Player

Streaming with Azure media services

[亡魂溺海] 提交于 2019-12-11 07:43:23
问题 I have a media services account with a streaming unit and I have been able to upload a video and dynamically package into various streams. I am trying to have a webpage with the streaming url to be able to serve cross platform iOS, android, desktop etc.. How do I go about it. PS: I was able to create a page with videojs and progressive download. I am tring to explore the other option with Windows Azure. Thanks for any help. 回答1: Azure Media Services has shipped Azure Media Player which could

Organising Azure Media assets in Blob storage

淺唱寂寞╮ 提交于 2019-12-10 14:25:51
问题 I'm using Azure Media services to ingest/transcode and deliver content for a web application. The same web application uses Blob storage to store user assets. As it stands, whenever I ingest a new item into AMS I get a new container created in the blob storage with the asset name. Is there a way to configure AMS to use a sub-container? I'd prefer to keep the media assets organised in their own directory. Instead of just sitting at the top level of my storage account? 回答1: Azure storage has no