Elecard
May 25, 2013, 10:57:33 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Elecard Net Source Plus  (Read 2764 times)
JOe32
Newbie
*
Posts: 2


View Profile
« on: June 25, 2009, 02:50:13 am »

I am trying to integrate the elecard net source plus into a an executable program to display a stream being transmitted accross a network by the elecard NW Renderer.
The graph in graph edit goes as follows:
Net source plus -------Push Demuxer ------AVC decoder ------Video Rendere
Using graph edit plus I have extracted the C++ graph code into Visual Studio.
In order for the graphs to connect, first the stream has to be running before you try and access it.
Secondly you have to specify the url for net source plus otherwise it doesn't create an ouptup pin and so the graph fails to make.
using the following as the source url, "elecard://234.5.5.5:10200:s=1127.0.0.1:i=127.0.0.1:t=m2t/rtp"
I have managed to get the demuxer to link to the net source plus, however the demuxer isn't creating an output pin, so the decoder won't connect.
Using graph edit, I specified the configuration of Net Source plus, but unticking "Configure using SAP/SDP data", and the same happens, no output pin appears on the push demuxer. 
How do I specify to use the SAP/SDP data in code rather than simpy the network ports/addresses? as this appears to always be correct so will allow my executable to run on various computers with different ip addresses.
Also is it possible to specify to have the "playback Speed adjustment" off on the demuxer, and a "latency" of 0, in code??

Many thanks
Joe
Logged
IrinaM
Moderator
*****
Posts: 139


View Profile
« Reply #1 on: June 25, 2009, 09:41:02 pm »

Hi JOe32,
I think you use an old version of the Elecard NWSource Plus filter. You can download evaluation version of the Elecard Codec .NET SDK G4 1.2.1 for free and check if the problem persists.
Please contact our sales for an update.
Logged
JOe32
Newbie
*
Posts: 2


View Profile
« Reply #2 on: June 29, 2009, 02:35:26 am »

Nope I have tried using the Net Source Plus from the latest SDK version 1.2.1.90507, and have exactly the same problem.

Joe
Logged
ABov
Newbie
*
Posts: 25


View Profile
« Reply #3 on: July 01, 2009, 02:37:01 am »

Dear Joe,

The most possible reason why Elecard Mpeg Push demultiplexer does not create outputs can be it simply get no any data.
Since you mentioned the interface IP where the Elecard NWSource must listen for data there can be no data appears.

What you can do is to specify short form for URL like
   elecard://234.5.5.5:10200/rtp"
to make it work( leave  Server IP and Interface IP empty)
or to specify real IP which is set at network card (not 127.0.0.1)

In addition, the NWRenderer filter has the functionality to save SDP as file which can be loaded into Elecard NWSource through IFileSourceFilter. Same IFileSourceFilter can be used for passing URL.
Of cause all the parameters of Elecard filters can be set(got) through original interface which description is provided as a part of full (purchased) SDK.

Wish this information will help you to go forward with SDK evaluation.
« Last Edit: July 01, 2009, 05:00:54 pm by ABov » Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!