thanks all
How can I directly IP Camera RTSP data transmitted through the H323 it?
rtsp能通过ffmpeg获取h264
RTSP can get H264 data by ffmpeg ,But how to carry it out.
------------------ 原始邮件 ------------------ 发件人: "Simon Horne";s.horne@packetizer.com; 发送时间: 2016年5月30日(星期一) 下午4:24 收件人: "陈炳锡-阳阳谷信息科技"2355282402@qq.com; "'h323implementers'"h323implementers@lists.packetizer.com;
主题: RE: [h323implementers] 回复: hi
Have a look at simple example program.
Use –k to enable H.460.17 registration. (Tunneling registration over TCP rather then UDP)
Tunneling media over TCP rather then UDP is enabled by default and support is signaled by the gatekeeper.
Use --h46026disable=1 to turn the feature off.
Setting up the gatekeeper.
http://www.gnugk.org/gnugk-manual-5.html#ss5.1
[RoutedMode]
EnableH46017=1
EnableH46026=1
Simon
From: h323implementers [mailto:h323implementers-bounces@lists.packetizer.com] On Behalf Of ???-??????? Sent: Friday, May 27, 2016 12:41 PM To: h323implementers h323implementers@lists.packetizer.com Subject: [h323implementers] 回复: hi
thanks you ,
but i am using h323plus 1.26.0 now.
and i find the way to send data by default is UDP, how to set it to TCP
and There is no detailed instructions for use.
------------------ 原始邮件 ------------------
发件人: "Robert Jongbloed";robertj@voxlucida.com.au;
发送时间: 2016年5月26日(星期四) 晚上6:31
收件人: "h323implementers"h323implementers-bounces@lists.packetizer.com; "h323implementers"h323implementers@lists.packetizer.com;
主题: Re: [h323implementers] hi
If you really are using openh323, it has not been active for many years now. You should use either H323Plus or OPAL voip depending on your needs.
----------
Robert Jongbloed
Vox Lucida Pty. Ltd.
-----Original message----- From: 陈炳锡-阳阳谷信息科技 Sent: Thursday, 26th May 2016, 19:40 To: h323implementers Subject: [h323implementers] hi
hi
is it a bug of OpenH323?
i have a problem in using openh323, in the OpenH323 transmission channel, i am send more than 65K of the size of the data, it will not be sent out.