Hello
I've been following the Flashphoner document here with regards to deploying and testing a WCS on the Google Cloud Platform.
Following the instructions in the document I managed to start up a WCS and log into it however when I tested the streaming functionality it returned with an instant failed status.
I followed the document almost precisely, with these few exceptions:
I am able to successfully log in to the web interface and access the demo pages, as well as create a session connection.
However when I try to start publishing a stream, it immediately fails and triggers the callback.
In addition when I modified the code slightly to see the return values of both
One other possible issue could be due to licensing. When I activated the license it seemed to be successful and even when I check it in the web interface it says it is activated, but it also shows an expiry date of mid 2019.
Any help regarding this would be greatly appreciated.
Sincerely,
Taylor Grey
I've been following the Flashphoner document here with regards to deploying and testing a WCS on the Google Cloud Platform.
Following the instructions in the document I managed to start up a WCS and log into it however when I tested the streaming functionality it returned with an instant failed status.
I followed the document almost precisely, with these few exceptions:
- Changed the machine series to 'n1-standard-2' instead of 'n1-standard-1'
- Left the Security and Networking tabs alone, as the default configurations would I believe work fine.
I am able to successfully log in to the web interface and access the demo pages, as well as create a session connection.
However when I try to start publishing a stream, it immediately fails and triggers the callback.
In addition when I modified the code slightly to see the return values of both
stream.getInfo()
and stream.getErrorInfo()
on the failed status callback they both returned 'undefined'.One other possible issue could be due to licensing. When I activated the license it seemed to be successful and even when I check it in the web interface it says it is activated, but it also shows an expiry date of mid 2019.
Any help regarding this would be greatly appreciated.
Sincerely,
Taylor Grey