[0.1.19][ACR-1086] Add remark as security review 85/151885/1 accepted/tizen/4.0/unified/20170925.071836 submit/tizen_4.0/20170922.081940
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 19 Sep 2017 13:31:35 +0000 (22:31 +0900)
committereunhae choi <eunhae1.choi@samsung.com>
Fri, 22 Sep 2017 08:15:11 +0000 (08:15 +0000)
Change-Id: I1f22ebe73aae6fb63e5b3e7828258ee6201ca878
(cherry picked from commit bee6a3c40476db1a420e9823b723fb9231420259)

include/media_streamer.h

index ca518ee185d64ea11afe1b08894fafeac82bb43e..04ceb3f026fb100be69f7f428c583fea3037e522 100644 (file)
@@ -944,6 +944,8 @@ int media_streamer_node_push_packet(media_streamer_node_h src, media_packet_h pa
  * @since_tizen 3.0
  * @remarks The internet privilege(http://tizen.org/privilege/internet) should be added if any URIs are used to transmit the output data.
  *          You can release @a sink node using media_streamer_node_destroy()
+ * @remarks If @a type is #MEDIA_STREAMER_NODE_SINK_TYPE_ADAPTIVE, the HTTP server will be started and the server will be able to transmit the output data to the other device.
+ *          The application takes responsibility for server and client authentication because data transmission is not secure.
  * @param [in]  type     Type of sink node to be created
  * @param [out] sink     Media streamer sink node handle
  * @return @c 0 on success,