gopro/OpenGoPro

How to test video preview stream

ttakao opened this issue · 2 comments

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 ?

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

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.