Discussions
CLIPS API RETURNS URL WHICH IS NOT PLAYABLE
using this code
API
I have just subscribed the lite plan and it is said I'd have access to the API. However, I did get an API code, but I can't move forward from that stage. When I go to API docs and access Basic Authorization, all I get is an explanation of how to use the API, but not the same screen shown in the demo video.
How to start the video stram after getting response from Create a talk stream POST https://api.d-id.com/talks/streams/{id}
I am successfully getting response like this, but what to do after it to play the stream
cost of using the API key
How much does it cost to use the API key?
Why is support non-existent?
This indicates that the server hosting the file does allow it to be downloaded when you manually enter the URL into a browser, but not when it's programmatically requested from 'http://localhost:3000', indicating a CORS issue.
Zero head-motion
I want to generate a video for an android/robot character so I don’t want any head movement. Is that possible?
What is "sdp" param required in "start a stram" api call?
I am passing "sdp" generated from "create a astream" into "start a stram" but I am getting 500 error always.
Cors error from Amazon when programatically retrieving a created talk!?
Access to fetch at 'https://d-id-talks-prod.s3.us-west-2.amazonaws.com/auth0%7C6428b6821e6006b657eae3f9/tlk_9f4pmT2PaMpWL5RAEOSfo/1686995694017.mp4?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1687082107&Signature=5ZClhrw5q9PbpWDgr0uCz0lw8eU%3D&X-Amzn-Trace-Id=Root%3D1-648d82fb-0d3c02cb4974557f7b930a3c%3BParent%3Dcbc029d12919de39%3BSampled%3D1%3BLineage%3D6b931dd4%3A0' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
upload.js:87 GET https://d-id-talks-prod.s3.us-west-2.amazonaws.com/auth0%7C6428b6821e6006b657eae3f9/tlk_9f4pmT2PaMpWL5RAEOSfo/1686995694017.mp4?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1687082107&Signature=5ZClhrw5q9PbpWDgr0uCz0lw8eU%3D&X-Amzn-Trace-Id=Root%3D1-648d82fb-0d3c02cb4974557f7b930a3c%3BParent%3Dcbc029d12919de39%3BSampled%3D1%3BLineage%3D6b931dd4%3A0 net::ERR_FAILED 200 (OK)
D-ID streaming, when not talking, the image is static
Hi team,
Can you give a python demo to show how to use stream ?
I want to use d.id's stream in my python project, but when I use aiortc lib, it doesn't supply icecandidate event like javascript, that cause I can't get candidate information, so can't use https://api.d-id.com/talks/streams/{id}/ice. Can you supply a python demo to show how to use stream ?