You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
I run s3sink successfully with bucket and key, but when using location in s3sink
GST_DEBUG=3 gst-launch-1.0 rtspsrc location='rtspt://admin123445@33/445'
! watchdog timeout=100000
! rtph265depay ! h265parse ! avdec_h265 ! videoconvert
! jpegenc quality=50 snapshot=true
! s3sink aws-sdk-verify-ssl=false aws-sdk-s3-sign-payload=false
location=s3://bucket/images/thumbnail/image.jpg
, I met error
Caught SIGSEGV
#0 0x000077d2f952742f in wait4 () at /usr/lib/x86_64-linux-gnu/libc.so.6 #1 0x000077d2f96e44b3 in g_on_error_stack_trace () #2 0x00005c173586ed66 in () #3 0x000077d2f947f520 in () #4 0x000077d2f95da9fd in () at /usr/lib/x86_64-linux-gnu/libc.so.6 #5 0x000077d2ea4af1f7 in std::char_traits::length(char const*) (__s=0x0) #6 std::__cxx11::basic_string<char, std::char_traits, std::allocator >::assign(char const*) (__s=0x0, this=0x7ffe3aa159c8) #7 Aws::S3::Model::GetBucketLocationRequest::SetBucket(char const*) #8 Aws::S3::Model::GetBucketLocationRequest::WithBucket(char const*) #9 gst::aws::s3::get_bucket_location #10 gst::aws::s3::MultipartUploader::_init_uploader(GstS3UploaderConfig const*) #11 0x000077d2ea4b17aa in gst::aws::s3::MultipartUploader::create(GstS3UploaderConfig const*) (config=0x5c1736d55e58) at ../src/gsts3multipartuploader.cpp:367 #12 gst_s3_multipart_uploader_new(GstS3UploaderConfig const*) #13 0x000077d2ea4a98bc in gst_s3_sink_start (basesink=) #14 0x000077d2f7f3a156 in () at /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 #15 0x000077d2f986e729 in gst_element_change_state () #16 0x000077d2f986ee35 in () #17 0x000077d2f98477ec in () #18 0x000077d2f989a6b9 in () #19 0x000077d2f986e729 in gst_element_change_state () #20 0x000077d2f986ee35 in () #21 0x00005c173586e79b in () #22 0x000077d2f9466d90 in () at /usr/lib/x86_64-linux-gnu/libc.so.6 #23 0x000077d2f9466e40 in __libc_start_main () #24 0x00005c173586ec05 in _start ()
Spinning. Please run 'gdb gst-launch-1.0 2138' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
The text was updated successfully, but these errors were encountered:
I'm sorry to inform you that we have made the decision to archive this repository in the near future. We will be updating the README file within the next few days to reflect this change.
For your future development needs, we recommend utilising the officially maintained AWS plugins for GStreamer. These can be found in the GStreamer Rust-based plugins repository at:
I run s3sink successfully with bucket and key, but when using location in s3sink
GST_DEBUG=3 gst-launch-1.0 rtspsrc location='rtspt://admin123445@33/445'
! watchdog timeout=100000
! rtph265depay ! h265parse ! avdec_h265 ! videoconvert
! jpegenc quality=50 snapshot=true
! s3sink aws-sdk-verify-ssl=false aws-sdk-s3-sign-payload=false
location=s3://bucket/images/thumbnail/image.jpg
, I met error
Caught SIGSEGV
#0 0x000077d2f952742f in wait4 () at /usr/lib/x86_64-linux-gnu/libc.so.6
#1 0x000077d2f96e44b3 in g_on_error_stack_trace ()
#2 0x00005c173586ed66 in ()
#3 0x000077d2f947f520 in ()
#4 0x000077d2f95da9fd in () at /usr/lib/x86_64-linux-gnu/libc.so.6
#5 0x000077d2ea4af1f7 in std::char_traits::length(char const*) (__s=0x0)
#6 std::__cxx11::basic_string<char, std::char_traits, std::allocator >::assign(char const*) (__s=0x0, this=0x7ffe3aa159c8)
#7 Aws::S3::Model::GetBucketLocationRequest::SetBucket(char const*)
#8 Aws::S3::Model::GetBucketLocationRequest::WithBucket(char const*)
#9 gst::aws::s3::get_bucket_location
#10 gst::aws::s3::MultipartUploader::_init_uploader(GstS3UploaderConfig const*)
#11 0x000077d2ea4b17aa in gst::aws::s3::MultipartUploader::create(GstS3UploaderConfig const*) (config=0x5c1736d55e58) at ../src/gsts3multipartuploader.cpp:367
#12 gst_s3_multipart_uploader_new(GstS3UploaderConfig const*)
#13 0x000077d2ea4a98bc in gst_s3_sink_start (basesink=)
#14 0x000077d2f7f3a156 in () at /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0
#15 0x000077d2f986e729 in gst_element_change_state ()
#16 0x000077d2f986ee35 in ()
#17 0x000077d2f98477ec in ()
#18 0x000077d2f989a6b9 in ()
#19 0x000077d2f986e729 in gst_element_change_state ()
#20 0x000077d2f986ee35 in ()
#21 0x00005c173586e79b in ()
#22 0x000077d2f9466d90 in () at /usr/lib/x86_64-linux-gnu/libc.so.6
#23 0x000077d2f9466e40 in __libc_start_main ()
#24 0x00005c173586ec05 in _start ()
Spinning. Please run 'gdb gst-launch-1.0 2138' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
The text was updated successfully, but these errors were encountered: