[Nice] Multiple streaming data
Cao Xuân Phong
caoxuanphong.khtn at gmail.com
Tue Feb 25 01:46:06 PST 2014
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nice/attachments/20140225/70a954ea/attachment.html>
More information about the nice
mailing list