Hi, On Thu, 16 Feb 2006, Nigel Sim wrote:
I am trying to put together a few legacy codec payloaders, and in doing so I've run across a couple of issues. First, If I try to set the local port to say, 50000, which is a valid port, I get (gst-launch-0.10:10893): GLib-GObject-WARNING **: value "50000" of type `gint' is invalid or out of range for property `port' of type `gint'
hmm, that's definitely a bug somewhere, the range should be upto G_MAXUINT16. I'm passing a sockfd directly myself for both RTP and RTCP (only way to get symmetric RTP), so I've noted this bug myself. Anyways, there are couple of uses of g_param_spec_int()s (for example in udpsink) - are those limited to 16bit values, too?
Secondly, since the introduction of the jitter buffer I have been getting ** (gst-launch-0.10:8300): CRITICAL **: gst_rtp_jitter_buffer_chain: assertion `jbuffer->clock_rate > 0' failed
The clock-rate must be provided in a payload map to rtpbin. This mechanism can be used to pass all out-of-band params (i.e. params that cannot be determined from incoming packets). See for example our sofsip-cli test client (sofsip-cli/src/ssc_media_ssc.c) -> http://212.213.221.126/repos/sofsip-cli/src/ssc_media_gst.c - tarball of sofsip-cli is available at sf.net.
-- under work: Sofia-SIP at http://sofia-sip.sf.net ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel