問題タブ [aws-kinesis]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - AWS Kinesis を複数のタイプのメッセージに使用できますか?
セットアップに Kinesis ストリームがあり、現在 1 種類のメッセージを載せています。現在のメッセージは、1 日の終わりにデータストアに保存されます。
ここで、新しいメッセージ タイプを公開する必要があります。同じ Kinesis ストリームを継続して使用するのがベストプラクティスですか、それとも新しいものを用意するのが最も簡単ですか?
node.js - How to integrate Google Home CameraStream with AWS kinesis video streaming?
We have a home camera device which is using aws kinesis video streaming for webrtc.
We were trying to integrate google home to enable command based live straminga and using https://developers.google.com/assistant/smarthome/traits/camerastream to do set up part, as per this link we need following info to proceed streaming:
{ "cameraStreamIceServers": "[{"urls": "stun:stun.l.partner.com:19302"},
cameraStreamSignalingUrl - URL endpoint for retrieving and exchanging camera and client session description protocols (SDPs). The client should return the signaling URL which uses the cameraStreamAuthToken as the authentication token in the request header.
cameraStreamOffer - Offer session description protocol (SDP).
We also checked kinesis document but haven't got any clue to get this information as we are beginner of this thing any help would be recommendable.