Questions tagged [expression-encoder-sdk]

The Microsoft Expression Encoder SDK gives a developer access to all the tools to create encoded video and audio that will meet their streaming or broadcasting needs. This topic will provide an overview of all the options available to users of the SDK.

53 questions
8
votes
1 answer

Expression Encoder 4 SDK throwing DCOM error while Live Streaming

I'm attempting to stream audio and video live from my PC to a publishingpoint on a hosted service. I've written all the code that I think it should have (At the moment it's just test code in a small Console app). The code itself does not throw an…
user18411
5
votes
1 answer

Convert video from Mp4 ,avi format to wmv format using C#

I have used Microsoft Expression Encoder to append two videos and this thing works Fine The problem is that when i tried to append videos other than 'wmv' ,it gives exception of FileNot Supported I searched on google but i was unable to find the…
Charlie
  • 4,827
  • 2
  • 31
  • 55
3
votes
1 answer

realtime stream from screencapture with microsoft expression encoder

Is it possible to stream in real-time a part of the screen for the local network? The ScreenCaptureJob can only stream to a file, and if a want to broadcast the file, it blocks because it's used by another process. jobScreenCap = new…
3
votes
1 answer

Deploying Expression Encoder SDK Without Installing

I am trying to prove a concept while using the Microsoft Expression Encoder 3 SDK. I am trying to deploy the SDK to my hosted web server to understand more about whether or not that will work and what else needs to be installed. I cannot get…
YeahStu
  • 4,032
  • 5
  • 48
  • 69
2
votes
4 answers

Encoder SDK 4 - Push to Publishing Point

I'm coding an application in c# using EC4 SP2 SDK. I want to publish my file to a media server publishing point. I've searched and found 2 examples regarding seting up and auth on publishing points, but either are from older sdk's or do not work…
2
votes
1 answer

Determine If Media Requires Transcoding with Expression Encoder SDK

I have a large number of media files I will regularly need to make Silverlight-ready. Basically, take a folder and transcode all the video and audio files. When adding a MediaItem, is there a way to determine if it doesn't require any transcoding -…
Todd Main
  • 28,951
  • 11
  • 82
  • 146
2
votes
1 answer

VSTS - Test Recording files empty

For the VSTS (or TFS) experts among us... I'm having an issue where recording files generated by the Microsoft Expression Encoder SDK show up empty. A small description of the context: We're working in a VSTS environment with a build-definition and…
Tybs
  • 512
  • 4
  • 23
2
votes
2 answers

Recording HD from webcam using Expression encoder sdk in WPF

I am trying to record a stream from a webcam using Expression Encoder 4 SDK in WPF I can capture the video & audio streams and record these to disk however they are only recording at a base resolution of 320x240 the webcam is capable of capturing at…
2
votes
0 answers

Retrieving DV-cam info using Expression Encoder 4 SDK

I am developing a Windows Forms application in .NET Framework 4.0 which controls a DV-CAM using the Expression Encoder 4 SDK. In the past I used Windows Media Encoder for this, but I would like to upgrade to Expression Encoder, because it seems a…
2
votes
0 answers

Realtime streaming Kinect Colorstream with MS Expression Encoder 4

i really need some help with the following issue, and i hope you may help me to find a solution. Iam trying to use MS Kinect and MS Exspression Studio (in C#) for realtime videostreaming, the thing is Kinect only returns a ColorFrame which is…
Darf Zon
  • 6,268
  • 20
  • 90
  • 149
2
votes
1 answer

Expression Encoder SDK - WMA Pro Codec Issues with Windows Server 2003

I am using the Expression Encoder SDK to encode .avi and Flash files to a .wmv format suitable for Silverlight. By default, EE encodes files with audio using the the WMA PRO codec. If you are running Windows Server 2003, this is a problem as it…
2
votes
1 answer

Cross platform Expression Encoder 4.0

I have a very simple use case. I am using expression encoder 4.0 for my application. This application need to run on x86 as well as x64. Problem: When I run it by making it "architecture independent" we get warnings about target incompatibility.…
2
votes
0 answers

how to set higher frame size for live device source while using expression encoder sdk

i am trying to show webcam preview, record video and grab snapshots using expression encoder sdk and wpf c#.net i used code from http://www.codeproject.com/Articles/285964/WPF-Webcam-Control and…
Manoj
  • 547
  • 8
  • 16
2
votes
1 answer

Help with Expression Encoder SDK

I am currently experimenting with the Expression Encoder SDK, but I find it very confusing to use when it comes to live streaming. I am trying to capture a video stream from a webcam, encode with my program and then publish it as a live stream from…
Bevin
  • 952
  • 6
  • 19
  • 35
1
vote
2 answers

One of the assemblies in MS Expression Encoder SDK fails to resolve

I have an year or so old application which uses Expression Encoder 3 to generate thumbnails. Few of the users are complaining that they are receiving the following exception: Could not load file or assembly…
Trainee4Life
  • 2,203
  • 2
  • 22
  • 38
1
2 3 4