-
Hi, I'm trying to stream the video from Jetson Nano. (Jetson Nano 2GB Developer Kit SD Card Image: version 4.6.1) I execute the following command:
and get the error:
The full logs are as: :~# gst-launch-1.0 -v v4l2src device=/dev/video0 ! image/jpeg,framerate=30/1 ! nvv4l2decoder mjpeg=1 ! nvv4l2h264enc idrinterval=45 insert-vui=1 bitrate=1200000 profile=0 ! h264parse ! video/x-h264,stream-format=avc,alignment=au ! kvssink stream-name="jetson_nano" storage-size=512 access-key="... my access key..." secret-key="...my secret key..." aws-region="ap-northeast-1" Setting pipeline to PAUSED ... I would be appreciate if any suggestion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Instead of stream to AWS Kinesis directly, I start RTSP server locally and stream from RTSP to AWS, and it works. |
Beta Was this translation helpful? Give feedback.
Instead of stream to AWS Kinesis directly, I start RTSP server locally and stream from RTSP to AWS, and it works.
So close this discussion....