Gstreamer MpegTS Pipeline Not Functioning

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer MpegTS Pipeline Not Functioning

nicktendo
I am attempting to decode an H264 video stream, encode the video stream as
mpeg1, package as mpegts, then send over udp on a Raspberry Pi. Here is my
current pipeline:

gst-launch-1.0 rpicamsrc bitrate=1000000 \
    ! 'video/x-h264,framerate=30/1,width=640,height=480' \
    ! h264parse \
    ! omxh264dec \
    ! mpeg2enc format=1 \
    ! mpegtsmux \
    ! udpsink host=[MY_REMOTE_SERVER_IP_HERE] port=3333

I get the following output:

Caught SIGSEGV
#0  0x76c63ef8 in __libc_waitpid (pid=13915, stat_loc=0x7efe0670, options=0)
#1  0x76c96ec8 in g_on_error_stack_trace ()
#2  0x00014c08 in ?? ()
Spinning.  Please run 'gdb gst-launch-1.0 13909' to continue debugging,
Ctrl-C to quit, or Ctrl-\ to dump core.

What am I doing wrong?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer MpegTS Pipeline Not Functioning

DDRam
Hello, have you tryed turning on the debug messages?
GST_DEBUG=<Lvl> gst-launch ...... lvl 6 upwards are pretty verbose.
Try gst-launch --help for more information. You can also turn on deb7g
messages for selected modules only if you narrowed down the error source
with all debug you may find your error source ..  ore the pipeöine stage at
which it occurs8.
Mfg David



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel