Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation not found: GetHLSStreamingSessionURL #2832

Closed
libaipengl opened this issue Nov 18, 2023 · 9 comments
Closed

Operation not found: GetHLSStreamingSessionURL #2832

libaipengl opened this issue Nov 18, 2023 · 9 comments
Assignees
Labels
guidance Question that needs advice or information.

Comments

@libaipengl
Copy link

Describe the bug

composer require aws/aws-sdk-php ,
Get live streaming push pull, Encountering current problems
What should I do
Or the latest method for obtaining push pull streams

Expected Behavior

Output push pull stream address

Current Behavior

Operation not found: GetHLSStreamingSessionURL

Reproduction Steps

Operation not found: GetHLSStreamingSessionURL

Possible Solution

No response

Additional Information/Context

No response

SDK version used

composer require aws/aws-sdk-php

Environment details (Version of PHP (php -v)? OS name and version, etc.)

php 7.4

@libaipengl libaipengl added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Nov 18, 2023
@stobrien89
Copy link
Member

Hi @libaipengl,

Sorry to hear about the issues. This operation has been available to the KinesisVideoArchivedMedia client for several years now. Which version of the SDK are you using?

@stobrien89 stobrien89 self-assigned this Nov 18, 2023
@stobrien89 stobrien89 added guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Nov 18, 2023
@libaipengl
Copy link
Author

"aws/aws-sdk-php": "^3.287"

@libaipengl
Copy link
Author

hello @stobrien89
Current version:

Aws/aws sdk php ":" ^ 3.287 ",

Can you provide the development code required to obtain the address of the push pull stream?

And related documents Thank you

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Nov 19, 2023
@stobrien89
Copy link
Member

Hi @libaipengl,

You can find the documentation for this operation here. Here's an example of what it might look like:

<?php

require 'vendor/autoload.php';

use Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient;

$kinesisClient = new KinesisVideoArchivedMediaClient([
    'region' => <your_region_here>
]);

//Define your arguments based on the documented operation arguments
$args = [<your_args_here>]

$result = $kinesisClient->getHLSStreamingSessionURL($args);

Hope this helps!

@stobrien89 stobrien89 added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Nov 19, 2023
@github-actions github-actions bot removed the closing-soon This issue will automatically close in 4 days unless further comments are made. label Nov 20, 2023
@libaipengl
Copy link
Author

Can you provide a complete example or address

@stobrien89
Copy link
Member

Hi @libaipengl,

If I'm understanding correctly, you're getting an empty HLSStreamingSessionURL? I'm not entirely sure why that would be the case. The Kinesis Video Archived Media API reference might contain additional context that we don't share in our documentation.

If the documentation linked above doesn't help, please provide debug logs for the call by adding 'debug' => true your client code. Please make sure to obscure any sensitive information such as account numbers.

@stobrien89 stobrien89 added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Nov 29, 2023
@libaipengl
Copy link
Author

libaipengl commented Dec 2, 2023 via email

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Dec 3, 2023
@stobrien89
Copy link
Member

Hi @libaipengl,

I'd suggest looking at the Kinesis Video Archived Media API reference if you have questions about how the service works. My scope of support is limited to functionality specific to the AWS SDK for PHP. Closing for now, but please let us know if you have any issues specific to SDK usage, feature requests or bug reports.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

2 participants