Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zencoder-cs doesn't support creating Smooth Streaming Video #14

Open
merijndejonge opened this issue Jul 5, 2012 · 0 comments
Open

Comments

@merijndejonge
Copy link

Hi,
Thanks for building this nice CSharp front-end for Zencoder.
Unfortunately, it doesn't support generating Smooth Streaming Video because 'ISM' is not contained in the MediaFileFormat enumeration, so I cannot specify this as a format.
I've added the following myself to MediaFileFormat.cs to get it working:
///

    /// Identifies the ISM format.
    /// </summary>


    [Description("ism")]
    ISM

Could you perhaps include this in your source code and create/publish a new NuGet package?

Thanks in advance,
Merijn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant