Skip to content

Instantly share code, notes, and snippets.

@RobGries
Last active November 20, 2019 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobGries/91a91d659bf0c506b6f945ad0a6442a6 to your computer and use it in GitHub Desktop.
Save RobGries/91a91d659bf0c506b6f945ad0a6442a6 to your computer and use it in GitHub Desktop.
root@miku-242a6b:~# gst-launch-1.0 -m -e --gst-debug=2 udpsrc port=1234 caps="application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96" buffer-size=1200000 ! rtph264depay ! video/x-h264, stream-format=byte-stream, width=1280, height=720, framerate=15/1 ! h264parse ! mp4mux ! filesink location=/media/sdcard/test.mp4
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Got message #17 from element "filesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #18 from element "mp4mux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #19 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #20 from element "capsfilter0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #21 from element "rtph264depay0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #22 from element "udpsrc0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #23 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #25 from element "mp4mux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #26 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #27 from element "capsfilter0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #28 from element "rtph264depay0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #31 from pad "udpsrc0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstUDPSrc\)\ udpsrc0", object=(GstTask)"\(GstTask\)\ udpsrc0:src";
Got message #32 from element "udpsrc0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #33 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #34 from pad "udpsrc0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstUDPSrc\)\ udpsrc0", object=(GstTask)"\(GstTask\)\ udpsrc0:src";
Setting pipeline to PLAYING ...
Got message #39 from element "pipeline0" (new-clock): GstMessageNewClock, clock=(GstClock)"\(GstSystemClock\)\ GstSystemClock";
New clock: GstSystemClock
Got message #41 from element "mp4mux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #42 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #43 from element "capsfilter0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #44 from element "rtph264depay0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #45 from element "udpsrc0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:00.284140565 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11597 will be dropped
0:00:00.333022780 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11831 will be dropped
0:00:00.412198016 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11250 will be dropped
0:00:00.451079015 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11256 will be dropped
0:00:00.538479049 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11168 will be dropped
0:00:00.622508851 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11648 will be dropped
0:00:00.659697182 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11460 will be dropped
0:00:00.750188643 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 10851 will be dropped
0:00:00.787337547 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 12946 will be dropped
0:00:00.867059923 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11175 will be dropped
0:00:00.959220146 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 10909 will be dropped
0:00:00.995980296 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11719 will be dropped
0:00:01.075085949 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11609 will be dropped
0:00:01.120591369 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11200 will be dropped
0:00:01.206562122 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11488 will be dropped
0:00:01.290107702 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11114 will be dropped
0:00:01.331926273 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11637 will be dropped
0:00:01.412801001 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11173 will be dropped
0:00:01.451269705 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 10878 will be dropped
0:00:01.537074623 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 10938 will be dropped
0:00:01.625627373 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 10957 will be dropped
0:00:01.655188151 786 0xc5dd190 WARN h264parse gsth264parse.c:1236:gst_h264_parse_handle_frame:<h264parse0> broken/invalid nal Type: 1 Slice, Size: 11560 will be dropped
0:00:01.750390843 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78636, max 65535
0:00:01.750509177 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
Got message #51 from element "pipeline0" (stream-start): GstMessageStreamStart;
Got message #56 from element "filesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #58 from element "pipeline0" (async-done): GstMessageAsyncDone, running-time=(guint64)18446744073709551615;
Got message #60 from element "filesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #61 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:03.753385518 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78637, max 65535
0:00:03.753489112 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:05.746400431 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78638, max 65535
0:00:05.746509182 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:07.748328422 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78639, max 65535
0:00:07.748440663 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:09.747376076 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78640, max 65535
0:00:09.747495608 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:11.750396670 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78641, max 65535
0:00:11.750501202 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:13.747338102 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78642, max 65535
0:00:13.747461853 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:15.749291961 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78643, max 65535
0:00:15.749385711 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:17.751074094 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78644, max 65535
0:00:17.751247741 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:19.750447769 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78645, max 65535
0:00:19.750563239 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:21.751677859 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78646, max 65535
0:00:21.751783485 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:23.749605473 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78647, max 65535
0:00:23.749702036 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:25.757746695 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78648, max 65535
0:00:25.757844977 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:27.751775159 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78649, max 65535
0:00:27.751882087 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:29.749842448 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78650, max 65535
0:00:29.749949532 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:31.747893952 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78651, max 65535
0:00:31.748005515 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:33.750770536 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78652, max 65535
0:00:33.750882047 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:35.753341020 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78653, max 65535
0:00:35.753453365 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:37.755880770 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78654, max 65535
0:00:37.755977386 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:39.749640299 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78655, max 65535
0:00:39.749768582 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:41.750273986 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78656, max 65535
0:00:41.750389872 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:43.749988704 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78657, max 65535
0:00:43.750114382 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:45.748098823 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78658, max 65535
0:00:45.748189865 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:47.749533804 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78659, max 65535
0:00:47.749643805 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:49.752902961 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78660, max 65535
0:00:49.753022285 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:51.757820301 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78661, max 65535
0:00:51.757920094 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:53.752929132 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78662, max 65535
0:00:53.753136946 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:55.753755290 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78663, max 65535
0:00:55.753848468 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:57.756777813 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78664, max 65535
0:00:57.756866928 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:00:59.764174112 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78665, max 65535
0:00:59.764279165 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:01.752617151 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78666, max 65535
0:01:01.752730277 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:03.749915664 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78667, max 65535
0:01:03.750035821 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:05.754172709 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78668, max 65535
0:01:05.754358856 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:07.762453268 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78669, max 65535
0:01:07.762689468 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:09.758810616 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78670, max 65535
0:01:09.758906971 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:11.751592050 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78671, max 65535
0:01:11.751706582 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:13.757513778 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78672, max 65535
0:01:13.757599664 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:15.753455329 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78673, max 65535
0:01:15.753573038 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:17.756413956 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78674, max 65535
0:01:17.756525571 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:19.752491750 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78675, max 65535
0:01:19.752606386 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:21.753250666 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78676, max 65535
0:01:21.753363167 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:23.752781080 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78677, max 65535
0:01:23.752891497 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:25.753171808 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78678, max 65535
0:01:25.753292694 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:27.757561831 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78679, max 65535
0:01:27.757666102 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:29.754550444 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78680, max 65535
0:01:29.754643258 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:31.757578731 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78681, max 65535
0:01:31.757683002 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:33.758625385 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78682, max 65535
0:01:33.758799866 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:35.760831262 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78683, max 65535
0:01:35.760949492 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:37.759347214 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78684, max 65535
0:01:37.759441434 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:39.753100057 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78685, max 65535
0:01:39.753209954 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:41.753835913 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78686, max 65535
0:01:41.753944195 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:43.758487728 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78687, max 65535
0:01:43.758598146 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:45.758691801 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78688, max 65535
0:01:45.758785083 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:47.761023177 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78689, max 65535
0:01:47.761125625 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:49.761819798 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78690, max 65535
0:01:49.761912820 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:51.757893415 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78691, max 65535
0:01:51.758023885 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:53.755277870 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78692, max 65535
0:01:53.755384694 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:55.757617981 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78693, max 65535
0:01:55.757755378 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:57.755306649 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78694, max 65535
0:01:57.755413890 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:01:59.753442244 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78695, max 65535
0:01:59.753564433 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:01.759017209 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78696, max 65535
0:02:01.759196481 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:03.758470982 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78697, max 65535
0:02:03.758582962 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:05.762099260 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78698, max 65535
0:02:05.762204261 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:07.760179319 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78699, max 65535
0:02:07.760367289 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:09.765384891 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78700, max 65535
0:02:09.765507079 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:11.760658309 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78701, max 65535
0:02:11.760756174 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:13.758435490 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78702, max 65535
0:02:13.758543616 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:15.755200838 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78703, max 65535
0:02:15.755293755 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:17.718493246 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78704, max 65535
0:02:17.718594340 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:19.718951841 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78705, max 65535
0:02:19.719055383 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:21.716422443 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78706, max 65535
0:02:21.716530465 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:23.714657266 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78707, max 65535
0:02:23.714758516 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:25.718702801 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78708, max 65535
0:02:25.718800719 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:27.716613083 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78709, max 65535
0:02:27.716720063 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:29.715528733 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78710, max 65535
0:02:29.715644046 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:31.719601185 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78711, max 65535
0:02:31.719768999 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:33.717250205 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78712, max 65535
0:02:33.717364633 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:35.716875380 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78713, max 65535
0:02:35.716985902 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:37.719567292 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78714, max 65535
0:02:37.719677240 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:39.719929861 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78715, max 65535
0:02:39.720098768 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:41.718709708 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78716, max 65535
0:02:41.718818562 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:43.716992464 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78717, max 65535
0:02:43.717107569 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:45.717545806 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78718, max 65535
0:02:45.717645442 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:47.716006942 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78719, max 65535
0:02:47.716115172 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:49.715369487 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78720, max 65535
0:02:49.715474123 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:51.723664537 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78721, max 65535
0:02:51.723756413 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:53.721006177 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78722, max 65535
0:02:53.721097011 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:55.716537592 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78723, max 65535
0:02:55.716645301 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:57.716306168 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78724, max 65535
0:02:57.716428513 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:02:59.716554745 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78725, max 65535
0:02:59.716672454 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:01.722770181 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78726, max 65535
0:03:01.722866952 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:03.717874236 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78727, max 65535
0:03:03.717984237 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:05.717508371 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78728, max 65535
0:03:05.717630716 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:07.718057717 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78729, max 65535
0:03:07.718170739 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:09.723062298 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78730, max 65535
0:03:09.723211727 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:11.720724223 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78731, max 65535
0:03:11.720829432 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:13.717775567 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78732, max 65535
0:03:13.717880620 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:15.720318455 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78733, max 65535
0:03:15.720429758 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:17.718757250 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78734, max 65535
0:03:17.718859490 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:19.720277104 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78735, max 65535
0:03:19.720383667 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:21.722531282 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78736, max 65535
0:03:21.722650502 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:23.718852449 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78737, max 65535
0:03:23.718985575 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:25.718823169 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78738, max 65535
0:03:25.718925305 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:27.726770553 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78739, max 65535
0:03:27.726865710 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:29.720296327 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78740, max 65535
0:03:29.720409661 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:31.718222753 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78741, max 65535
0:03:31.718331295 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:33.724307251 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78742, max 65535
0:03:33.724479648 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:35.722766902 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78743, max 65535
0:03:35.722861851 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:37.720765715 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78744, max 65535
0:03:37.720876705 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:39.724408468 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78745, max 65535
0:03:39.724507011 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:41.728886745 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78746, max 65535
0:03:41.728988621 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:43.719772636 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78747, max 65535
0:03:43.719890189 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:45.726471703 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78748, max 65535
0:03:45.726561026 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:47.724462166 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78749, max 65535
0:03:47.724570657 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:49.720166414 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78750, max 65535
0:03:49.720274435 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:51.720719597 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78751, max 65535
0:03:51.720821420 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:53.722903465 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78752, max 65535
0:03:53.723007424 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:55.726952134 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78753, max 65535
0:03:55.727347345 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:57.726151758 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78754, max 65535
0:03:57.726242019 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:03:59.724325903 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78755, max 65535
0:03:59.724437726 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:01.722237178 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78756, max 65535
0:04:01.722337179 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:03.720365952 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78757, max 65535
0:04:03.720483505 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:05.729443963 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78758, max 65535
0:04:05.729551620 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:07.891675291 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78759, max 65535
0:04:07.891775604 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:09.726972807 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78760, max 65535
0:04:09.727070568 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:11.721628317 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78761, max 65535
0:04:11.721739203 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:13.724583151 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78762, max 65535
0:04:13.724708256 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:15.729376379 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78763, max 65535
0:04:15.729493515 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:17.725704600 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78764, max 65535
0:04:17.725796215 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:19.721364219 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78765, max 65535
0:04:19.721457345 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:21.721906369 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78766, max 65535
0:04:21.722054183 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:23.728741475 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78767, max 65535
0:04:23.728831684 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:25.722780294 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78768, max 65535
0:04:25.722891232 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:27.722278157 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78769, max 65535
0:04:27.722393314 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:29.729957583 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78770, max 65535
0:04:29.730128261 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:31.726494379 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78771, max 65535
0:04:31.726618130 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:33.728762981 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78772, max 65535
0:04:33.728881836 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:35.724681851 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78773, max 65535
0:04:35.724790706 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:37.721764945 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78774, max 65535
0:04:37.721862289 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:39.722392695 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78775, max 65535
0:04:39.722498581 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:41.723802843 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78776, max 65535
0:04:41.723910292 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:43.727721651 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78777, max 65535
0:04:43.727906184 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:45.726299275 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78778, max 65535
0:04:45.726405162 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:47.725304712 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78779, max 65535
0:04:47.725413775 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
0:04:49.723693111 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2128:gst_h264_parser_parse_slice_hdr: value greater than max. value: 78780, max 65535
0:04:49.723808580 786 0xc5dd190 WARN codecparsers_h264 gsth264parser.c:2219:gst_h264_parser_parse_slice_hdr: error parsing "Slice header"
^Chandling interrupt.
Got message #91 from element "pipeline0" (application): GstLaunchInterrupt, message=(string)"Pipeline\ interrupted";
Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
Waiting for EOS...
Got message #95 from element "pipeline0" (eos): no message details
Got EOS from element "pipeline0".
EOS received - stopping pipeline...
Execution ended after 0:04:51.074708193
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment