juliandominguez

Stories kicked by friends of juliandominguez

MMP Video Editor TM Task updated to IIS Transform Manager 1.0 Beta(blogs.southworks.net)

submitted by ejadibejadib(185) 10 months, 28 days ago

A few months ago, Microsoft published the Beta version of the IIS Transform Manager. This new release contains an incredible set of new features, explained here by Chris Knowlton. Back in the Alpha days, I wrote an IIS Transform Manager Task that takes an Microsoft Media Platform Video Editor (formerly Rough Cut Editor) Project XML file (which includes the EDL) as input, and outputs a new encoded video that represents the MMP Video Editor edits. read more...

add a comment |category: |Views: 0

tags: another

Silverlight Rough Cut Editor (RCE) SP1 Released(blogs.southworks.net)

submitted by ejadibejadib(185) 1 year, 4 months ago

Microsoft just released the SP1 version of the Silverlight Rough Cut Editor. This service pack addresses some of the most requested requirements by the community. In this post you will find detailed information about what this release contains read more...

add a comment |category: |Views: 5

tags: another

Rough Cut Editor (RCE) and IIS Transform Manager: Best Friends(blogs.southworks.net)

submitted by ejadibejadib(185) 1 year, 10 months ago

A month ago, Microsoft published the alpha version of the IIS Transform Manager. The Transform Manager provides simple integrated video encoding and batch conversion of video files to the IIS Smooth Streaming format. It does this quite nicely, as it provides an extensible platform for scheduling and running multiple tasks in sequence on an IIS server using a local task scheduler. It enables "watch folder" job submission, queuing, management, integrated media transcoding/transmuxing, and batch-encryption of on-demand audio and video files This post is result of exploring the feasibility of using the IIS Transform Manager to take an RCE Project XML file (which includes the EDL) as input, and creating the necessary task to output a new encoded video that represents the RCE edits? read more...

add a comment |category: |Views: 9

tags: another

Quick Tip: Accurate Seeks on the Smooth Streaming Media Element (SSME)(blogs.southworks.net)

submitted by ejadibejadib(185) 1 year, 10 months ago

Yesterday, I exchanged some emails with my friend Chandler from iStreamPlanet. He was having some trouble with the Smooth Streaming Media Element (SSME). He described the issue as: When I set the position on the Smooth Streaming Media Element, the displayed frame is not updated. I can only get the frame displayed to update when playback is resumed. read more...

add a comment |category: |Views: 29

tags: another

Composite Stream Manifest (CSM) Generator & Rough Cut Editor (RCE) (blogs.southworks.net)

submitted by ejadibejadib(185) 2 years ago

Weeks ago Microsoft published the Silverlight Rough Cut Editor (RCE), an application we created with Microsoft and that was used for the Vancouver 2010 Winter Olympics. One of the main features used during the Olympics was the ability to generate Composite Stream Manifests (CSM) based on projects the editors created using the Rough Cut Editor. Today, we are happy to announce that the Composite Stream Manifest generator code was just published... read more...

add a comment |category: |Views: 22

tags: another

Common mistakes / issues when creating and using Composite Stream Mani(blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 3 months ago

One of the greatest features added on the Beta 2 version of the IIS Smooth Streaming Player Development Kit (SSPDK) is the support for Composite Stream Manifests for Rough Cut Editing. This a powerful feature which I really recommend looking at I’ve been working with CSMs for three months now, so in this post I would like to share with you the lessons I’ve learnt during the process of creation and usage of the CSMs. There are a few common mistakes and issues you might face during that process, so I hope this post will be helpful for the community. read more...

add a comment |category: |Views: 5

tags: another

Live Smooth Streaming: Managing Publishing Points Programmatically on (blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 4 months ago

Many people have been asking me how to manage publishing point programmatically on IIS Media Services 3.0 (instead of the 2.0 bits, as I explained in this post) So, I started to dig and I came up with the following code: ... read more...

add a comment |category: |Views: 42

tags: another

Rewind and Fast Forward using the Smooth Streaming Media Element (SSME(blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 4 months ago

Rewind and Fast Forward using the Smooth Streaming Media Element (SSME) Beta 2 Published by ejadib on January 15, 2010 07:16 am under Adaptive Streaming, IIS7, Live Smooth Streaming, SSME, Silverlight, Silverlight 3, Smooth Streaming, Smooth Streaming Media Element, Smooth Streaming Player Development Kit Edit Hey Folks! Time ago I blogged about how to add the Slow Motion capability to your Smooth Streaming player by using the Smooth Streaming Media Element published by the IIS team. Now it’s time to share with you how to provide the rewind and fast forward options to enable a real rich video experience. read more...

add a comment |category: |Views: 97

tags: another

Memory Leak removing View with child regions in Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 5 months ago

About a week ago in the Prism forum we got a question about an issue in the scenario displayed below. The Issue: When the MainView was removed from the MainRegion, the RightOne and RightTwo regions were not removed from the RegionManager and the views were still being referenced by the region. We were able to reproduce this issue “successfully” both using scoped regions and without them so we started thinking on a possible fix for this... read more...

add a comment |category: |Views: 41

tags: another

Will Silverlight 4 ICommand support simplify using commands in Prism?(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 5 months ago

As I thought this is a question that could interest many people, instead of answering this question directly in the Prism codeplex forum I decided to create a short blog post and answer it here. The answer is “kind of”. Silverlight 4 Beta, so far, only supports binding commands to controls that inherit from ButtonBase (Button and HyperlinkButton), as you can read in Tim’s and Mike’s posts. Therefore, if you are using Prism, these are the things that you will not need any more, and those that you will... read more...

add a comment |category: |Views: 23

tags: another

Prism 2 migrated to Silverlight 4 Beta(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

Most of you know that a Silverlight 4 Beta was released last Wednesday, after Scott Gu’s PDC keynote. If you are a Prism user, and if you are reading this there’s a high chance you are, you are probably wondering how this relates to p&p future plans. Well, Blaine has given us a brief idea of Prism’s future in this forum thread, so you might want to check it out. On a related but different subject Fernando and I migrated the latest Prism release to Silverlight 4 Beta version & Net 4.0. A few minor changes needed to be done in the code (explained here), and some other in the .csproj files due to an issue we came up using the Silverlight migration wizard... read more...

add a comment |category: |Views: 30

tags: another

p&p’s Web Client Guidance drop is out!(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

As some of you might probably know because of some posts by Blaine, the patterns & practices team that brought you Prism is working on a new Web guidance. This project is currently under development, and as with all p&p assets, we opened up our biweekly drops to the community, so we can get early feedback from you.... read more...

add a comment |category: |Views: 12

tags: another

Learning Prism, MVVM Fundamentals(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

On a previous post in this series I talked about a possible approach to take when starting to learn Prism as a whole (the Tip numbering is resumed from the previous post). In this post I will get more specific and talk about one of the most used (if not the most used) pattern when developing Prism applications (either for WPF & Silverlight): MVVM... read more...

add a comment |category: |Views: 175

tags: another

Prism 2 migrated to Visual Studio 2010 Beta 2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

As most of you might know, Visual Studio 2010 Beta 2 was released some days ago. Ever since, many people have asked at the Prism codeplex forums if Prism works with this latest version. That’s why with Fer we decided to migrate Prism latest release for Silverlight 3 to VS 2010 Beta 2. Our conclusion after our smoke tests is that it does workl... read more...

add a comment |category: |Views: 16

tags: another

Why Silverlight 3 Navigation cannot be fully leveraged with Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

Now that the Prism team has shipped a new version of the guidance, I thought it would be a good time to blog on this subject, based on some research we did with Ezequiel, Matias and Julian. This article will not focus on how to workaround the limitations of using Silverlight 3 Navigation with Prism (as the guys who wrote the posts mentioned below have done a good job on that) instead it will focus on the why of these limitations... read more...

add a comment |category: |Views: 11

tags: another

Prism - v2.1 just released (updated version for Silverlight 3)(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

The patterns & practices team has just released Prism-v2.1, an updated version of the Composite Application Guidance for WPF & Silverlight, which has some breaking changes, mostly related to Silverlight 3 (from the “New in this release” article):... read more...

add a comment |category: |Views: 8

tags: another