Hi,
I am trying to incorporate NVIDIA REST API. For testing I hit /A2F/Player/GetInstances end point in my Linux machine. Below is response:-
{
"status": "OK",
"result": {
"regular": [],
"streaming": [
"/World/audio2face/PlayerStreaming"
]
},
"message": "Suceeded to retrieve Player instances"
}
I have tried this api in three different beta versions : 2023.2.0, 2023.1.0 and 2022.2.0.
None them return regular player.
When I hit following API /A2F/Player/SetRootPath with
{
âa2f_playerâ: âWorld/audio2face/Playerâ,
âdir_pathâ: âpath/to/my/audio/filesâ
}
It gave following error:
{
âstatusâ: âERRORâ,
âresultâ: null,
âmessageâ: â<class âValueErrorâ>: World/audio2face/Player - Regular player not foundâ
}
Not sure what is wrong, I restart application multiple times , no luck here.
I am starting application via ./audio2face_headless.sh