Show Posts
|
|
Pages: [1] 2 3 ... 9
|
|
5
|
PC Development Kits / Elecard Codec SDK G4 / Re: HEVC DirectShow Filter
|
on: March 19, 2013, 12:41:23 am
|
|
Hello, We are developing such filters right now. The problem is that the standard has not been finally approved yet, so we can't offer release version. We are developing HEVC encoder/decoder and multiplexer/demultiplexer supporting HEVC.
We are going to upload sample HEVC player on our website at the end of March. It will include decoder and demultiplexer.
|
|
|
|
|
6
|
PC Development Kits / Elecard SDK / Re: RTP/UDP Unicast Stream through WAN
|
on: January 17, 2013, 02:08:28 am
|
|
Please do the following:
1. Turn on the parameter "Disable server signature" in the NWSource
2. If it doesn't help, please enter the following URL in Graphedit (menu Render URL...): elecard://<client_IP_address>:<port>?i=<client_network_interface_address>/rtp
You should specify client network interface in case you have several network interfaces on the PC.
|
|
|
|
|
7
|
PC Development Kits / Elecard SDK / Re: RTP/UDP Unicast Stream through WAN
|
on: January 15, 2013, 11:13:36 pm
|
|
It is hard to say what's wrong. Could you try to use not SDP, but URL (or manual configuration of the filter) like this: elecard://<multicast_group>:<port>/rtp
And please check with Wireshark that stream is available on the client PC
|
|
|
|
|
13
|
PC Development Kits / Elecard SDK / Re: Network Streaming Problem
|
on: September 21, 2011, 12:17:21 am
|
Hi Stefan, This was fixed in the latest version of NWSource, but it hasn't passed through all testing procedures yet. If you write an email to tsup@elecard.ru I will send you the latest version for tests. It will be available on our site after official release of this version. Ivan
|
|
|
|
|
14
|
PC Development Kits / Elecard SDK / Re: Network Streaming Problem
|
on: September 01, 2011, 03:47:45 am
|
|
Hi Stefan,
Yes, there is such problem in AVC video streaming & decoding. We are working on it now.
Here are some ways of "roundabout":
1. You can use TS mode instead of ES. I mean, you can connect Encoder to MPEG Multiplexer and then to NWREnderer. On client side you have to use MPEG Push Demultiplexer after NWSource.
2. It seems that the problem is caused by incorrect work of DXVA mode. So you can turn off hardware acceleration in decoder or connect it to another video renderer such as VMR9(where DXVA mode won't be turned on)
Ivan
|
|
|
|
|
15
|
PC Development Kits / Elecard Codec SDK G4 / Re: MP4 muxed streams
|
on: July 27, 2011, 12:16:23 am
|
|
1. No, Elecard Sinc filter cannot be used for that. You can use standard directshow FileWriter after MP4 Muxer.
2.MP4 files can be rendered with NWRenderer as elementary streams in RTP. So, audio and video from a file will be transmitted, but not file itself.
|
|
|
|
|