Show Posts
|
|
Pages: [1]
|
|
1
|
PC Development Kits / Elecard Codec .NET SDK G4 / Silverlight
|
on: August 10, 2009, 08:33:56 pm
|
|
Hi
I would really like a filter that made it possible to stream live video to a silverlight app. Are you planning to develop any filters with silverlight support?
Best regards, Svein
|
|
|
|
|
3
|
PC Development Kits / Elecard Codec .NET SDK G4 / 1.2 documentation
|
on: June 02, 2009, 12:41:23 am
|
|
Hi!
There are several properties that are described in the current docs, but are not deffined in the uids.cs file. One example is EAVCENC_GOP_INFINITE.
I'm wondering if there are any new documentation for the 1.2 verison of .NET SDK. I'm espessially interested in AVC encoder filter doc.
Thanks, Svein
|
|
|
|
|
5
|
PC Development Kits / Elecard Codec .NET SDK G4 / Re: Render h.264 to NW, cant read it with NWPlayer
|
on: March 16, 2009, 03:54:42 am
|
|
I'm still not able to make this work...
First I tried to create a graph looking like this: Source -> AVC SD Encoder -> NWRenderer
I managed to play it with the NWPlayer, but it was very unstabile. Sometimes it runs, other times it doesn't.
So I tried this configurations: Source -> AVC SD Encoder -> MPEG Mux -> NWRenderer
But the NWPlayer is not able to create a graph that can play it.
Also, if I try to control the frame rate, either with a separate frame rate control filter or by setting the AVC encoder filter's frame rate propertie, the NWRenderer stops rendering. I have done this with a MPEG-2 stream, and it works just fine.
Do you have any advice?
Thanks for your help, Svein
|
|
|
|
|
10
|
PC Development Kits / Elecard Codec .NET SDK G4 / Re: Render h.264 to NW, cant read it with NWPlayer
|
on: March 10, 2009, 03:26:59 am
|
|
Thank you for your reply.
I tried to build the graph like you described, but it will still not work. The broadcasting graph is running and it is listed in the NWPlayer's list over servers. But when I try to play the stream, NWPlayer times out and says "Receiving data complete". I also tried to connect using VLC, and nothing there either.
I tried the same setup, only using your MPEG-2 encoder instead of the MPEG-4 encoder, and everything worked just fine in both NWPlayer and VLC.
-Svein
|
|
|
|
|
11
|
PC Development Kits / Elecard Codec .NET SDK G4 / Render h.264 to NW, cant read it with NWPlayer
|
on: March 09, 2009, 11:06:03 pm
|
|
Hi
I'm trying to build a graph that renders a h.264 stream using the eleceard NW renderer. My graph looks like this:
Source -> MPEG4 encoder -> MPEG4 mux -> MPEG mux -> NWRenderer
I tried to connect the MPEG4 mux directly to the NWRenderer, but it couldn't connect.
This graph runs, but I'm not able to connect to the stream using the NWPlayer demo application. It is not able to build the graph. Shouldn't this work?
-Svein
|
|
|
|
|
13
|
PC Development Kits / Elecard Codec .NET SDK G4 / How to change properties on non-Elecard filters, and add them to Elecard graph?
|
on: March 04, 2009, 11:01:35 pm
|
|
Hi
I'm using a few non-elecard filters, and I would like to set some filter properties for those fitlers.
What I have tried is to use the DirectShowLib's IBaseFilter like this:
IBaseFilter bf = (IBaseFilter)Activator.CreateInstance((Type.GetTypeFromCLSID(CLSID_myFilter)));
Then I do some changes using the filter's interface, and try to create a Elecard filter based on bf like this:
Filter ebf = new Filter(bf);
But this gives me an error saying I can't use DirectShowLib IBaseFilter as input.
Can you please advice me how to change properties for a non-Elecard filter using the provided interfaces, and then add the filter to my Elecard graph?
I'm using Visual Studio 2005, C# and the Elecard Codec .NET SDK G4
Thank you,
Svein
|
|
|
|
|
14
|
PC Development Kits / Elecard SDK / Capture sample
|
on: November 30, 2008, 09:21:39 pm
|
|
Hi
I have just bought your SDK, but there is no capture sample. Is it possible for you to provide such a sample? I have the .Net version, and I would prefer if it was a C++ sample, but C# is also great.
Thanks.
|
|
|
|
|