Elecard
May 24, 2013, 10:46:43 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  
  Show Posts
Pages: [1]
1  PC Development Kits / Elecard Codec .NET SDK G4 / Re: Elecard Net Source Plus 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
2  PC Development Kits / Elecard Codec .NET SDK G4 / Elecard Net Source Plus 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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!