platform/core/multimedia/espp-service.git
17 months agoMove some functions to the new espp_service_ipc.c file
Sangchul Lee [Thu, 27 Apr 2023 08:08:22 +0000 (17:08 +0900)]
Move some functions to the new espp_service_ipc.c file

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agodaemon/socket: Revise codes to make it easy to read
Sangchul Lee [Fri, 28 Apr 2023 02:48:00 +0000 (11:48 +0900)]
daemon/socket: Revise codes to make it easy to read

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoPass client handle address and utilize it with pid as a key
Sangchul Lee [Thu, 27 Apr 2023 02:46:14 +0000 (11:46 +0900)]
Pass client handle address and utilize it with pid as a key

[Version] 0.1.4

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agodaemon/socket: Get client pid from fd
Sangchul Lee [Thu, 27 Apr 2023 02:29:31 +0000 (11:29 +0900)]
daemon/socket: Get client pid from fd

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd support for init/deinit event handler
Sangchul Lee [Thu, 27 Apr 2023 02:28:10 +0000 (11:28 +0900)]
Add support for init/deinit event handler

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoRevise structure of json-structured parameters
Sangchul Lee [Wed, 26 Apr 2023 03:47:30 +0000 (12:47 +0900)]
Revise structure of json-structured parameters

e.g.)
{
  "params": {
    "codec_data":{"string":null},
    "codec_data_length":{"uint":0},
    "mime_type":{"int":7},
    "bitrate":{"uint":0},
    "channels":{"uint":2},
    "sample_rate":{"uint":0}
  }
}

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd function - prepare_async()
Sangchul Lee [Mon, 24 Apr 2023 02:27:42 +0000 (11:27 +0900)]
Add function - prepare_async()

[Version] 0.1.3

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd functions to open/close handle
Sangchul Lee [Mon, 24 Apr 2023 02:05:42 +0000 (11:05 +0900)]
Add functions to open/close handle

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd function to stop handle
Sangchul Lee [Sat, 22 Apr 2023 11:15:45 +0000 (20:15 +0900)]
Add function to stop handle

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd API to set audio/video stream info
Sangchul Lee [Sat, 22 Apr 2023 11:03:48 +0000 (20:03 +0900)]
Add API to set audio/video stream info

[Version] 0.1.2

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agodaemon: Add support for parsing json-structured parameters
Sangchul Lee [Sat, 22 Apr 2023 10:01:12 +0000 (19:01 +0900)]
daemon: Add support for parsing json-structured parameters

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoclient: Add support for json-structured parameters
Sangchul Lee [Fri, 21 Apr 2023 07:14:34 +0000 (16:14 +0900)]
client: Add support for json-structured parameters

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoRevise member variables in espp_service_data_from_client_s and apply it
Sangchul Lee [Fri, 21 Apr 2023 02:10:26 +0000 (11:10 +0900)]
Revise member variables in espp_service_data_from_client_s and apply it

common/espp_service_common.c is added.

[Version] 0.1.1

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agodaemon/handler: Add initial function handler
Sangchul Lee [Wed, 19 Apr 2023 05:58:48 +0000 (14:58 +0900)]
daemon/handler: Add initial function handler

dependency of esplusplayer library is added.

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoclient: Add initial client library
Sangchul Lee [Wed, 19 Apr 2023 05:57:32 +0000 (14:57 +0900)]
client: Add initial client library

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoCreate main.yml
이상철/Tizen Platform Lab(SR)/삼성전자 [Thu, 20 Apr 2023 06:20:51 +0000 (15:20 +0900)]
Create main.yml

17 months agoAdd common/espp_service_common.h for being used commonly in client/daemon
Sangchul Lee [Tue, 18 Apr 2023 07:41:48 +0000 (16:41 +0900)]
Add common/espp_service_common.h for being used commonly in client/daemon

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agodaemon/socket: Add support for socket binding
Sangchul Lee [Tue, 18 Apr 2023 07:14:00 +0000 (16:14 +0900)]
daemon/socket: Add support for socket binding

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoRevise README.md
Sangchul Lee [Tue, 18 Apr 2023 02:59:02 +0000 (11:59 +0900)]
Revise README.md

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoAdd initial codes to launch daemon
Sangchul Lee [Tue, 18 Apr 2023 02:34:32 +0000 (11:34 +0900)]
Add initial codes to launch daemon

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
17 months agoInitial commit
이상철/Tizen Platform Lab(SR)/삼성전자 [Mon, 17 Apr 2023 07:35:01 +0000 (16:35 +0900)]
Initial commit