Add new param for setting remote session description and ICE candidiate for WebRTC... 01/235501/20
authorHyunil <hyunil46.park@samsung.com>
Fri, 5 Jun 2020 05:48:15 +0000 (14:48 +0900)
committerHyunil <hyunil46.park@samsung.com>
Tue, 9 Jun 2020 05:57:06 +0000 (14:57 +0900)
commit97aae22b6bd6a4be487f9d14d4a2a278a18b9028
treead17d5bd464550ef16d582d4e4eaf22aad637b95
parent295d0dfae4aec9ac546897717b4201db1841ad11
Add new param for setting remote session description and ICE candidiate for WebRTC peer connection

- add MEDIA_STREAMER_PARAM_WEBRTC_REMOTE_SESSION_DESCRIPTION
- add MEDIA_STREAMER_PARAM_WEBRTC_ADD_ICE_CANDIDATE

Add internal APIs to set remote session description and ICE candidate to WebRTC node

- int ms_webrtcbin_set_remote_session_description(media_streamer_node_s *node, const char *sdp_msg)
- int ms_webrtcbin_add_ice_candidate(media_streamer_node_s *node, const char *ice_msg)

[Version] 0.1.54
[Issue Type] New feature

Change-Id: I5a1a66a61dcb511cebf62628d3bb8217912bc8cd
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
include/media_streamer.h
include/media_streamer_gst_webrtc.h
include/media_streamer_node.h
include/media_streamer_util.h
packaging/capi-media-streamer.spec
src/media_streamer_gst_webrtc.c
src/media_streamer_node.c
src/media_streamer_util.c