这是我的管道:
gst-launch-1.0 rtspsrc location='<my_rtsp>'
! rtph264depay
! h264parse
! splitmuxsink location=/<my_path>/video%02d.mp4 max-size-time=60000000000
每个~60个文件(59-61)管道崩溃,我看到了:
**
ERROR:gstsplitmuxsink.c:805:handle_gathered_gop: assertion failed: (queued_bytes >= splitmux->mux_start_bytes)
Aborted
是否可以纠正此错误?
(我使用GStreamer 1.8.0)