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

How to test video preview stream #557

Closed
ttakao opened this issue Jun 17, 2024 · 2 comments
Closed

How to test video preview stream #557

ttakao opened this issue Jun 17, 2024 · 2 comments
Labels
feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. Stale

Comments

@ttakao
Copy link

ttakao commented Jun 17, 2024

I'm try to use API 'Start Preview Stream'. On the API document, UDP data is provide from port 8556.
Data format is MPEG Transport Stream data MPEG2-TS.
I guess data souce might be; 10.5.5.9:8556
But I cannot watch data on VCN or other streaming programs.
Could you tell me how do you test this API result ?

@ttakao ttakao added the enhancement New feature or request label Jun 17, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Jun 17, 2024
@tcamise-gpsw
Copy link
Collaborator

The Preview Stream is documented here

Also the Python SDK includes a demo showing the Preview Stream which uses udp://127.0.0.1:{port} where the port is configured from CLI input and defaults to 8554.

It looks like your main problem above is the port. As stated in the spec, the default port is 8554

@tcamise-gpsw tcamise-gpsw added feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. and removed enhancement New feature or request triage Needs to be reviewed and assigned labels Jul 1, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Aug 1, 2024
@ttakao ttakao closed this as completed Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. Stale
Projects
None yet
Development

No branches or pull requests

2 participants