[Nice] Multiple streaming data

Olivier Crête olivier.crete at collabora.com
Thu Mar 6 18:42:59 PST 2014


Hi,

Both of those are abnormal, can you try 0.1.5, if that doesn't fix it,
please run you test with G_MESSAGES_DEBUG=all NICE_DEBUG=all and attach
the log and your test application to a bug report at:
https://bugs.freedesktop.org/enter_bug.cgi?product=nice

Thank you,

Olivier

On Tue, 2014-02-25 at 16:46 +0700, Cao Xuân Phong wrote:
> Hello, 
> 
> I am streaming video and text message using libnice 0.1.4 library.
> 
> To do that I tried both created 2 components for 1 stream & create 2
> stream id but both failed.
> 
> 
> For 2 components:
> 
> /////////////////////////////////////////////////////////////////////////
> stream_id = nice_agent_add_stream(agent, 2);
> 
> 
> Result: component_id = 1 could gathr candidates, component_id=2 just
> had local not external. 
> 
> 
> For 2 stream:
> 
> 
> ///////////////////////////////////////////////////////////////////////////
> stream_id = nice_agent_add_stream(agent, 1);
> text_stream_id = nice_agent_add_stream(agent, 1);
> 
> 
> Result: Only stream_id could gather candidates, text_stream_id could
> not (nothing information).
> 
> 
> Thank you!
> 
> 
> _______________________________________________
> nice mailing list
> nice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nice

-- 
Olivier Crête
olivier.crete at collabora.com



More information about the nice mailing list