Latency on IVS: where to find IDR/Keyframe

0

Hello, I've read this docs regarding video latency on IVS but I can't find the IDR/Keyframe to select the video latency. Where I can find it?

https://docs.aws.amazon.com/it_it/ivs/latest/userguide/streaming-config.html

UPDATE:

On the live stream page of the AWS channel I've got 2 seconds of latency and this is great but When I copy the https playback url in VNC the latency go to 20 seconds so this are my questions: Is it possibile to have an RTMP string instead of the HTTPS? If not, how can I diminish the latency on HTTPS? Do you think that HTTPS protocol could be the problem? Thank you.

Paolo
demandé il y a un an252 vues
2 réponses
0

Amazon Interactive Video Service (IVS) is designed for quickly creating channels, without the need to configure encoder settings. IVS does not offer the ability to modify encoder parameters. It will use the IDR values from the input source and propagate them through the system. You can test by using a controlled RTMP source to IVS. Set the IDR on the source to 2s. Then record the stream from IVS to Amazon S3. When reviewing the captured media, drill down to an HLS rendition. You will see a byte-range-variant manifest. This should detail segments corresponding to the IDR set in the source.

If you are looking to minimize IVS system latency, then please incorporate the use of the IVS Player SDK into the player. https://docs.aws.amazon.com/ivs/latest/userguide/player.html You can expect to achieve a 2-3s latency if used properly. Without it, a 5-7s latency would be expected.

You may also consider using the IVS Broadcast SDK for improved delivery into IVS. https://docs.aws.amazon.com/ivs/latest/userguide/broadcast.html

AWS
Mike-ME
répondu il y a un an
  • Ok, I've understand everything and I've done every test on my console but listen to this:

    • On the live stream page of the AWS channel I've got 2 seconds of latency and this is great

    but

    • When I copy the https playback url in VNC the latency go to 20 seconds

    so this are my questions:

    • Is it possibile to have an RTMP string instead of the HTTPS?
    • If not, how can I diminish the latency on HTTPS?
    • Do you think that HTTPS protocol could be the problem?

    Thank you.

0

Ok, I've understand everything and I've done every test on my console but listen to this: On the live stream page of the AWS channel I've got 2 seconds of latency and this is great but When I copy the https playback url in VNC the latency go to 20 seconds so this are my questions: Is it possibile to have an RTMP string instead of the HTTPS? If not, how can I diminish the latency on HTTPS? Do you think that HTTPS protocol could be the problem? Thank you.

Paolo
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions