Discussions
Create a talk stream
When we run the last api to create a stream which is https://api.d-id.com/talks/streams/{id} We got response {
"status": "started",
"session_id": "AWSALB=WoypFJQbz3puwZM0X5VEaA0MnvMTtxDRuwX9sgQacx74wrOko3Kr8t8FEwVdhZ12Ou5afw2XrMZn9+FNIh6sY68rL0Lnw1V6ayc9X/ZOygS9SQzuOpER7emC36BU; Expires=Thu, 15 Aug 2024 21:04:53 GMT; Path=/; AWSALBCORS=WoypFJQbz3puwZM0X5VEaA0MnvMTtxDRuwX9sgQacx74wrOko3Kr8t8FEwVdhZ12Ou5afw2XrMZn9+FNIh6sY68rL0Lnw1V6ayc9X/ZOygS9SQzuOpER7emC36BU; Expires=Thu, 15 Aug 2024 21:04:53 GMT; Path=/; SameSite=None; Secure",
"talkId": "tlk_F2Hoe61000d9Z5dh839jb"
} but which part we have to use in browser to show live stream video. Some times we get error also like {
"kind": "InternalServerError",
"description": "Stream Error"
}
How to resolve this we are using api with PHP please response. steps we take is as follows 1. post
https://api.d-id.com/talks/streams 2. post
https://api.d-id.com/talks/streams/{id}/sdp 3. post
https://api.d-id.com/talks/streams/{id}/ice 4. post
https://api.d-id.com/talks/streams/{id} we failed in 4 step so please resolve this.