Creating a Human Pose Estimation Application with NVIDIA DeepStream

Originally published at: https://developer.nvidia.com/blog/creating-a-human-pose-estimation-application-with-deepstream-sdk/

Human pose estimation is the computer vision task of estimating the configuration (‘the pose’) of the human body by localizing certain key points on a body within a video or a photo. This localization can be used to predict if the person is standing, sitting, lying down, or doing some activity like dancing or jumping.…

2 Likes

Hi awesome blog!
I have been trying to run this pose over multiple sources or video files.
Could you let me know how do I proceed with that? Do I make changes to the cpp file? If so, what?
Also, if I make a source file for making the pipeline and refer the config file, what changes do I need to make to the osd plugin, to display the lines and vectors of the keypoint?

does it work taking video input from jetson csi camera?
which changes are required to the config file in order to do so?
Any ideas why execution never completes?

./deepstream-pose-estimation-app one-by-one-person-detection.mp4 /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream_pose_estimation/deepstream_pose_estimation
[sudo] password for nvidia: 
Now playing: one-by-one-person-detection.mp4
Opening in BLOCKING MODE 
Opening in BLOCKING MODE 
0:00:02.753334359  3000   0x55a5a7f000 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1701> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream_pose_estimation/deepstream_pose_estimation/pose_estimation.onnx_b1_gpu0_fp16.engine
INFO: [Implicit Engine Info]: layers num: 3
0   INPUT  kFLOAT input.1         3x224x224       
1   OUTPUT kFLOAT 262             18x56x56        
2   OUTPUT kFLOAT 264             42x56x56        

0:00:02.753538242  3000   0x55a5a7f000 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:1805> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream_pose_estimation/deepstream_pose_estimation/pose_estimation.onnx_b1_gpu0_fp16.engine
0:00:02.758420373  3000   0x55a5a7f000 INFO                 nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary-nvinference-engine> [UID 1]: Load new model:deepstream_pose_estimation_config.txt sucessfully
Running...
NvMMLiteOpen : Block : BlockType = 261 
NVMEDIA: Reading vendor.tegra.display-size : status: 6 
NvMMLiteBlockCreate : Block : BlockType = 261

triied with the file

Hi,
To change the source, you need to update deepstream_pose_estimation/deepstream_pose_estimation_app.cpp at master · NVIDIA-AI-IOT/deepstream_pose_estimation · GitHub file.

1 Like

Hi,
Does it provide better performance compare to Isaac implementation ?
Other pro or con compare to using it in Isaac ?
Thanks

Hi ,
The base model is the same as Isaac 2D Skeleton Pose estimation model. In this project, we have integrated the model with Deepstream.

Hello, a question if I wanted to add RA, would it be possible to correct the code? ’

Hi, I’m trying to run the sample and it looks like it’s stalling at Running… and never ends.
The result file is being created but is empty.
I tried with several different onnx and video files, but get the same result.

I’m running this on Ubuntu 20.04

Any idea how to proceed with this?

Now playing: /home/jesper/Videos/sample_1080p_h264.mp4
0:00:00.973089312 11464 0x55e564a552a0 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1701> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream_pose_estimation/resnet18_baseline_att_224x224_A_epoch_249.onnx_b1_gpu0_fp16.engine
INFO: ../nvdsinfer/nvdsinfer_model_builder.cpp:685 [Implicit Engine Info]: layers num: 4
0   INPUT  kFLOAT input           3x224x224       
1   OUTPUT kFLOAT part_affinity_fields 56x56x42        
2   OUTPUT kFLOAT heatmap         56x56x18        
3   OUTPUT kFLOAT maxpool_heatmap 56x56x18        

0:00:00.973185447 11464 0x55e564a552a0 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:1805> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream_pose_estimation/resnet18_baseline_att_224x224_A_epoch_249.onnx_b1_gpu0_fp16.engine
0:00:00.976275429 11464 0x55e564a552a0 INFO                 nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary-nvinference-engine> [UID 1]: Load new model:deepstream_pose_estimation_config.txt sucessfully
Running...

Hi Jesperlyng,

did you update anything in the source? It seems like you are using .mp4 input source and the pose estimation app supports h264 input streams.

Hi, well mp4 is just a container and as the file name suggests it’s h264 encoded so I expect that to be fine?

One thing to note here is that since I’m on Ubuntu 20.04 the Gstreamer version is 2.x and that might cause problems according to prior posts.

I figured out how to debug gst and got loads of warnings. If this could be caused by the wrong gstreamer version I’ll downgrade to Ubuntu 18 which has gstreamer 1.14 natively.

Thanks in advance

0:00:01.141163689  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 45281 will be dropped
0:00:01.141239886  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 9065 will be dropped
0:00:01.141315175  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 6635 will be dropped
0:00:01.141390460  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 313 will be dropped
0:00:01.141467691  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 38004 will be dropped
0:00:01.141536478  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1310:gst_h264_parse_handle_frame:<h264-parser> input stream is corrupt; it contains a NAL unit of length 1
0:00:01.141618696  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 33850 will be dropped
0:00:01.141707008  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 44495 will be dropped
0:00:01.141777729  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 6 SEI, Size: 633 will be dropped
0:00:01.141862758  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 44985 will be dropped
0:00:01.141932700  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 12 Filler Data, Size: 341 will be dropped
0:00:01.142001344  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 5769 will be dropped
0:00:01.142077820  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 2 will be dropped
0:00:01.142145235  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 43549 will be dropped
0:00:01.142203475  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 294 will be dropped
0:00:01.142257481  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 16 Depth Parameter Set, Size: 353 will be dropped
0:00:01.142312814  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 16 Depth Parameter Set, Size: 8591 will be dropped
0:00:01.142367642  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 2 will be dropped
0:00:01.142427417  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 33750 will be dropped
0:00:01.142484916  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 10947 will be dropped
0:00:01.142551013  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 294 will be dropped
0:00:01.142609356  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 8434 will be dropped
0:00:01.142672138  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 31557 will be dropped
0:00:01.142727897  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1310:gst_h264_parse_handle_frame:<h264-parser> input stream is corrupt; it contains a NAL unit of length 1
0:00:01.142783034  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 10455 will be dropped
0:00:01.142842066  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 32705 will be dropped
0:00:01.142897583  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 283 will be dropped
0:00:01.142958937  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 49565 will be dropped
0:00:01.143024347  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 41558 will be dropped
0:00:01.143080549  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 648 will be dropped
0:00:01.143143526  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 58266 will be dropped
0:00:01.143202569  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 311 will be dropped
0:00:01.143262779  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 36945 will be dropped
0:00:01.143343935  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 152782 will be dropped
0:00:01.143408142  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 322 will be dropped
0:00:01.143472436  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 16 Depth Parameter Set, Size: 61224 will be dropped
0:00:01.143530134  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 319 will be dropped
0:00:01.143598716  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 95451 will be dropped
0:00:01.143678161  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 104673 will be dropped
0:00:01.143766553  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 13289 will be dropped
0:00:01.143854049  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 54114 will be dropped
0:00:01.143946789  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 59884 will be dropped
0:00:01.144031463  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1603:gst_h264_parse_sps_data: value greater than max. value: 5, max 2
0:00:01.144038958  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.144043716  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.144049113  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 41177 will be dropped
0:00:01.144113023  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 54042 will be dropped
0:00:01.144181508  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 77488 will be dropped
0:00:01.144246463  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 37694 will be dropped
0:00:01.144313487  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 75575 will be dropped
0:00:01.144399116  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 56470 will be dropped
0:00:01.144481016  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 132453 will be dropped
0:00:01.144543097  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 2 will be dropped
0:00:01.144596376  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 13770 will be dropped
0:00:01.144668469  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 22 Invalid, Size: 123142 will be dropped
0:00:01.144734780  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 37917 will be dropped
0:00:01.144806750  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 105005 will be dropped
0:00:01.144886377  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 102510 will be dropped
0:00:01.144953546  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 44574 will be dropped
0:00:01.145017379  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1599:gst_h264_parse_sps_data: failed to read UE
0:00:01.145024732  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.145031020  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.145039811  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 5 will be dropped
0:00:01.145122309  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 38363 will be dropped
0:00:01.145215424  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 48718 will be dropped
0:00:01.145298213  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 17 Reserved, Size: 9487 will be dropped
0:00:01.145375975  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 289 will be dropped
0:00:01.145456743  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 6771 will be dropped
0:00:01.145534926  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 589 will be dropped
0:00:01.145632913  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 68955 will be dropped
0:00:01.145721772  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 10250 will be dropped
0:00:01.145802687  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 8049 will be dropped
0:00:01.145893836  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 55691 will be dropped
0:00:01.146006158  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 108161 will be dropped
0:00:01.146105113  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.146115151  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.146122311  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.146131332  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 42174 will be dropped
0:00:01.146214123  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 11462 will be dropped
0:00:01.146366361  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 289793 will be dropped
0:00:01.146471112  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 369 will be dropped
0:00:01.146582789  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 127315 will be dropped
0:00:01.146694468  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 82613 will be dropped
0:00:01.146780577  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 27 Invalid, Size: 32 will be dropped
0:00:01.146872022  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 20 Slice Extension, Size: 50250 will be dropped
0:00:01.146961250  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 34492 will be dropped
0:00:01.147043290  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 665 will be dropped
0:00:01.147125049  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 14389 will be dropped
0:00:01.147211822  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.147221585  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.147228688  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.147237487  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 31512 will be dropped
0:00:01.147314895  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 280 will be dropped
0:00:01.147406220  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 22 Invalid, Size: 23582 will be dropped
0:00:01.147490924  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 5 will be dropped
0:00:01.147581533  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 50400 will be dropped
0:00:01.147671477  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 32651 will be dropped
0:00:01.147766248  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 48075 will be dropped
0:00:01.147848044  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 2 will be dropped
0:00:01.147938011  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 50279 will be dropped
0:00:01.148050310  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 115457 will be dropped
0:00:01.148132399  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 307 will be dropped
0:00:01.148210999  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 9013 will be dropped
0:00:01.148298889  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 51765 will be dropped
0:00:01.148390044  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 7601 will be dropped
0:00:01.148488744  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 78307 will be dropped
0:00:01.148570475  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 18 Reserved, Size: 11497 will be dropped
0:00:01.148651438  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 37932 will be dropped
0:00:01.148724592  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 640 will be dropped
0:00:01.148813318  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 61235 will be dropped
0:00:01.148895428  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 5 Slice IDR, Size: 15625 will be dropped
0:00:01.148973263  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 359 will be dropped
0:00:01.149072974  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 95893 will be dropped
0:00:01.149151353  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 650 will be dropped
0:00:01.149230255  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 7423 will be dropped
0:00:01.149320423  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 48898 will be dropped
0:00:01.149393704  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 354 will be dropped
0:00:01.149472608  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 6 SEI, Size: 30876 will be dropped
0:00:01.149587242  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.149596539  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.149603465  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.149612338  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 124003 will be dropped
0:00:01.149721997  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 92248 will be dropped
0:00:01.149809742  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 2 will be dropped
0:00:01.149886331  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 13530 will be dropped
0:00:01.149969762  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 43754 will be dropped
0:00:01.150124680  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 50427 will be dropped
0:00:01.150225255  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 50427 will be dropped
0:00:01.150309534  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 11566 will be dropped
0:00:01.150449786  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1603:gst_h264_parse_sps_data: value greater than max. value: 6, max 2
0:00:01.150460313  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.150467852  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.150476493  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 321 will be dropped
0:00:01.150570313  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1603:gst_h264_parse_sps_data: value greater than max. value: 6, max 2
0:00:01.150577964  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.150584596  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.150592837  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 321 will be dropped
0:00:01.150663567  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1558:gst_h264_parse_sps_data: failed to read uint8, nbits: 1
0:00:01.150671146  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.150677826  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.150686078  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 2 will be dropped
0:00:01.150787265  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.150794924  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.150801390  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.150810064  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 59438 will be dropped
0:00:01.150908080  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 62405 will be dropped
0:00:01.151004980  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 6 SEI, Size: 71269 will be dropped
0:00:01.151081838  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 367 will be dropped
0:00:01.151165514  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 43525 will be dropped
0:00:01.151264618  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 69664 will be dropped
0:00:01.151357710  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 32419 will be dropped
0:00:01.151459868  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 16 Depth Parameter Set, Size: 60091 will be dropped
0:00:01.151539411  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 9836 will be dropped
0:00:01.151630694  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 48153 will be dropped
0:00:01.151708663  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 8992 will be dropped
0:00:01.151797758  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 56206 will be dropped
0:00:01.151907257  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 90148 will be dropped
0:00:01.151985563  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 334 will be dropped
0:00:01.152057284  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 4540 will be dropped
0:00:01.152138488  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.152146686  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.152153448  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.152161723  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 40643 will be dropped
0:00:01.152240973  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 13307 will be dropped
0:00:01.152388402  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2006:gst_h264_parse_pps: value not in allowed range. value: 793, range -12-12
0:00:01.152398735  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2046:gst_h264_parse_pps: error parsing "Picture parameter set"
0:00:01.152406135  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:882:gst_h264_parse_process_nal:<h264-parser> failed to parse PPS:
0:00:01.152414311  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 42190 will be dropped
0:00:01.152505483  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2006:gst_h264_parse_pps: value not in allowed range. value: 793, range -12-12
0:00:01.152512689  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2046:gst_h264_parse_pps: error parsing "Picture parameter set"
0:00:01.152519115  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:882:gst_h264_parse_process_nal:<h264-parser> failed to parse PPS:
0:00:01.152526690  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 42190 will be dropped
0:00:01.152757473  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.152768307  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.152775752  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.152784881  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.152953876  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.152963318  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.152970350  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.152978720  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153142896  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.153151619  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.153158239  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.153167077  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153309545  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.153317747  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.153327531  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.153336744  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153450452  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.153459264  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.153466598  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.153475096  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153567379  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.153574910  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.153580966  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.153588615  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153678804  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1620:gst_h264_parse_sps_data: failed to read UE
0:00:01.153685763  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1909:gst_h264_parse_subset_sps: error parsing "Subset sequence parameter set"
0:00:01.153691781  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.153699830  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 23170 will be dropped
0:00:01.153810987  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1947:gst_h264_parse_pps: failed to read UE
0:00:01.153818338  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2046:gst_h264_parse_pps: error parsing "Picture parameter set"
0:00:01.153824611  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:882:gst_h264_parse_process_nal:<h264-parser> failed to parse PPS:
0:00:01.153832792  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 44608 will be dropped
0:00:01.153920259  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1947:gst_h264_parse_pps: failed to read UE
0:00:01.153927048  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:2046:gst_h264_parse_pps: error parsing "Picture parameter set"
0:00:01.153932683  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:882:gst_h264_parse_process_nal:<h264-parser> failed to parse PPS:
0:00:01.153941359  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 44608 will be dropped
0:00:01.155236564  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1605:gst_h264_parse_sps_data: value greater than max. value: 38, max 12
0:00:01.155253002  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.155262241  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.155271894  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 328 will be dropped
0:00:01.155432152  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 38207 will be dropped
0:00:01.155580690  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 45775 will be dropped
0:00:01.155746576  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 66413 will be dropped
0:00:01.155893976  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 37941 will be dropped
0:00:01.156089148  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 213128 will be dropped
0:00:01.156266777  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 68449 will be dropped
0:00:01.156420033  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 24804 will be dropped
0:00:01.156551367  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 311 will be dropped
0:00:01.156719245  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 126991 will be dropped
0:00:01.156870329  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 6272 will be dropped
0:00:01.157000677  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 617 will be dropped
0:00:01.157144850  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 38146 will be dropped
0:00:01.157275481  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1605:gst_h264_parse_sps_data: value greater than max. value: 38, max 12
0:00:01.157283298  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.157289762  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.157298106  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 328 will be dropped
0:00:01.157436081  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 41886 will be dropped
0:00:01.157566896  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 2 will be dropped
0:00:01.157695874  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 12479 will be dropped
0:00:01.157823317  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 344 will be dropped
0:00:01.157951631  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 307 will be dropped
0:00:01.158095547  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 49334 will be dropped
0:00:01.158238264  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 5 Slice IDR, Size: 306 will be dropped
0:00:01.158377401  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 5 Slice IDR, Size: 306 will be dropped
0:00:01.158529201  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.158536795  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.158543101  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.158552804  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 19876 will be dropped
0:00:01.158700335  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1571:gst_h264_parse_sps_data: failed to read UE
0:00:01.158707815  6249 0x560291e3aa40 WARN       codecparsers_h264 gsth264parser.c:1817:gst_h264_parse_sps: error parsing "Sequence parameter set"
0:00:01.158714113  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:851:gst_h264_parse_process_nal:<h264-parser> failed to parse SPS:
0:00:01.158722551  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 7 SPS, Size: 19876 will be dropped
0:00:01.158861932  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 41841 will be dropped
0:00:01.159009472  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 55390 will be dropped
0:00:01.159141484  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 6 SEI, Size: 362 will be dropped
0:00:01.159285143  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 43490 will be dropped
0:00:01.159414761  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 8 PPS, Size: 38 will be dropped
0:00:01.159560203  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 39648 will be dropped
0:00:01.159761109  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 22 Invalid, Size: 203570 will be dropped
0:00:01.159966937  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 161528 will be dropped
0:00:01.160132889  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 48141 will be dropped
0:00:01.160352305  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 45717 will be dropped
0:00:01.160540986  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 45717 will be dropped
0:00:01.160674864  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 9575 will be dropped
0:00:01.160805303  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 333 will be dropped
0:00:01.160951332  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 12 Filler Data, Size: 39338 will be dropped
0:00:01.161115492  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 103293 will be dropped
0:00:01.161256850  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 16 will be dropped
0:00:01.161397637  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 304 will be dropped
0:00:01.161532365  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 20 Slice Extension, Size: 7704 will be dropped
0:00:01.161676219  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 19 Slice Aux Unpartitioned, Size: 35390 will be dropped
0:00:01.161824163  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 7305 will be dropped
0:00:01.161958717  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 17 Reserved, Size: 323 will be dropped
0:00:01.162105532  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 17 Reserved, Size: 42218 will be dropped
0:00:01.162249148  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 296 will be dropped
0:00:01.162414455  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 113388 will be dropped
0:00:01.162611989  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 187258 will be dropped
0:00:01.162779063  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 6603 will be dropped
0:00:01.162923593  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 64135 will be dropped
0:00:01.163104899  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 6 SEI, Size: 149113 will be dropped
0:00:01.163263251  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 53228 will be dropped
0:00:01.163398209  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 28 Invalid, Size: 8 will be dropped
0:00:01.163529236  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 8364 will be dropped
0:00:01.163654501  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 333 will be dropped
0:00:01.163767606  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 91651 will be dropped
0:00:01.163900425  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 303 will be dropped
0:00:01.164034877  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 346 will be dropped
0:00:01.164199861  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 104836 will be dropped
0:00:01.164356969  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 38297 will be dropped
0:00:01.164513364  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 306 will be dropped
0:00:01.164651538  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 306 will be dropped
0:00:01.164813822  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 358 will be dropped
0:00:01.164958838  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 3 will be dropped
0:00:01.165112060  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 34308 will be dropped
0:00:01.165260197  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 330 will be dropped
0:00:01.165400128  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 7067 will be dropped
0:00:01.165532406  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 5964 will be dropped
0:00:01.165662049  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 631 will be dropped
0:00:01.165801962  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 36604 will be dropped
0:00:01.165939955  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 20960 will be dropped
0:00:01.166072382  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 3797 will be dropped
0:00:01.166282035  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 306145 will be dropped
0:00:01.166440469  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 26604 will be dropped
0:00:01.166571047  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 28 will be dropped
0:00:01.166709931  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 41441 will be dropped
0:00:01.166842991  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 17 Reserved, Size: 350 will be dropped
0:00:01.166982281  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 24 Invalid, Size: 34369 will be dropped
0:00:01.167118884  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 25 Invalid, Size: 9981 will be dropped
0:00:01.167249927  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 30 Invalid, Size: 7764 will be dropped
0:00:01.167416848  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 12 Filler Data, Size: 88477 will be dropped
0:00:01.167561206  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 320 will be dropped
0:00:01.167736234  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 5 Slice IDR, Size: 104262 will be dropped
0:00:01.167899764  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 19 Slice Aux Unpartitioned, Size: 41084 will be dropped
0:00:01.168054162  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 12958 will be dropped
0:00:01.168424261  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 59261 will be dropped
0:00:01.168686096  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 59261 will be dropped
0:00:01.168872377  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 33 will be dropped
0:00:01.169051648  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 33 will be dropped
0:00:01.169259559  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 123141 will be dropped
0:00:01.169430224  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 53237 will be dropped
0:00:01.169578851  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 309 will be dropped
0:00:01.169726035  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 32 will be dropped
0:00:01.169873546  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 5 Slice IDR, Size: 9870 will be dropped
0:00:01.170022149  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 7197 will be dropped
0:00:01.170158664  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 16 will be dropped
0:00:01.170287449  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 317 will be dropped
0:00:01.170434112  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 44127 will be dropped
0:00:01.170599602  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 7620 will be dropped
0:00:01.170746777  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 14 Prefix, Size: 7620 will be dropped
0:00:01.170890302  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 35846 will be dropped
0:00:01.171025131  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 13 SPS extension, Size: 9466 will be dropped
0:00:01.171167013  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 38774 will be dropped
0:00:01.171317762  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 66471 will be dropped
0:00:01.171460622  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 339 will be dropped
0:00:01.171619610  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 50248 will be dropped
0:00:01.171773794  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 7887 will be dropped
0:00:01.171926365  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 20 Slice Extension, Size: 52923 will be dropped
0:00:01.172063752  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 20 Slice Extension, Size: 6693 will be dropped
0:00:01.172210532  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 29 Invalid, Size: 58985 will be dropped
0:00:01.172360143  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 15 SPS Subset, Size: 55694 will be dropped
0:00:01.172529063  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 31220 will be dropped
0:00:01.172682523  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 16 will be dropped
0:00:01.172833740  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 23 Invalid, Size: 60468 will be dropped
0:00:01.172991857  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 31 Invalid, Size: 12403 will be dropped
0:00:01.173134926  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 26 Invalid, Size: 29002 will be dropped
0:00:01.173273294  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 21 Slice Depth/3D-AVC Extension, Size: 16226 will be dropped
0:00:01.173417853  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 43411 will be dropped
0:00:01.173565690  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 0 Unknown, Size: 50239 will be dropped
0:00:01.173766436  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 60460 will be dropped
0:00:01.173929835  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1349:gst_h264_parse_handle_frame:<h264-parser> broken/invalid nal Type: 4 Slice DPC, Size: 60460 will be dropped
0:00:01.174118851  6249 0x560291e3aa40 WARN               h264parse gsth264parse.c:1310:gst_h264_parse_handle_frame:<h264-parser> input stream is corrupt; it contains a NAL unit of length 1

Hi Jesperlyng,
Thank you for providing the log!

Are you able to use this stream with any other deepstream test sample?

platform: jetson xavier
I using the follow command:
$ ./deepstream-pose-estimation-app 20210110-02.mp4 /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-pose-estimation/images/

output:
One element could not be created. Exiting.

what is operation wrong to me?

May you should pass the uri format like $ ./deepstream-pose-estimation-app file://./20210110-02.mp4 /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-pose-estimation/images/
I tried passing uri but my deepstream pose estimation app is killed when converting onnx model to tensorrt runtime model.

2 Likes

Thank you!

@mjhuria
I run my app on Jetson Xavier NX and got the same problem, anyway to solve the issue?
thank advance.

Hi Samuel,

Could you please run export GST_DEBUG=3 and then run the app? So, we can see more info on the error?

Thank you!

I converted onnx model to tensorrt engine first then passing the tensorrt path to config file and run successfully but I see that when I run on deepstream in my Jetson nano the results are worse than when I run the tensorrt model on my PC not via deepstream. What is wrong? Tks!

Hi mjhuria, thanks for replying :-)
I switched to Ubuntu 18.04, Gstreamer-1.14.5, Cuda 11.1 and TensorRT 7.2.1.6-ga. Seems it’s not that trivial to find the right combo of libs to use…
And I don’t think it made a lot of difference anyway except maybe for the gstreamer.

It still never ends unless I use a correct movie file as input, e.g. sample_720.h264.
It seems that the h264parser doesn’t like the mp4 container so even if the sample_1080p_264.mp4 is h264 encoded it fails. Or - actually it just warns about the h264parser just like before even though it should probably fail in this case.

When using the .h264 file it fails with

ERROR v4l2 gstv4l2object.c:2074:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from v4l-utils.git - media (V4L2, DVB and IR) applications and libraries

So I’m investigating this now.

When I run it in the nvidia container it works flawlessly.

Even though the sample .h264 file works it would be good to have a sample file specifically for this pose estimation app. Maybe you could share the one you use as example on blog :-) ?

Thanks for the work !

A minor update: in order to convert any video to the proper format needed by the h264parser, install ffmpeg with your preferred package manager and use

ffmpeg -i [input file] out.h264

Please, did you test the application for high resolution images (e.g. 1920 x 1080 ) using the provided pre-trained models (224x224 or 256x256). Thanks in advance.