[0.1.19][ACR-1086] Add remark as security review 62/151062/4 accepted/tizen/unified/20170925.071334 submit/tizen/20170922.081933
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 19 Sep 2017 13:31:35 +0000 (22:31 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Wed, 20 Sep 2017 08:54:19 +0000 (17:54 +0900)
Change-Id: I1f22ebe73aae6fb63e5b3e7828258ee6201ca878

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,