[gstreamer-bugs] [Bug 574760] New: H264 receiver side crashes

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 10 07:10:54 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=574760

  GStreamer | don't know | Ver: 0.10.x
           Summary: H264 receiver side crashes
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tseelee2001 at yahoo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Steps to reproduce:
1. Start gstreamer on a PC to capture video from webcam and stream it to a
given IP in H264/RTP:

gst-launch-0.10.exe gstrtpbin name=rtpbin ksvideosrc device-index=0 !
"video/x-raw-yuv, width=320, height=240, framerate=10/1"! ffmpegcolorspace !
x264enc ! rtph264pay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink
port=6000 host=PEERIPADDRESS rtpbin.send_rtcp_src_0 ! udpsink port=6001
sync=false async=false host=PEERIPADDRESS udpsrc port=6005 !
rtpbin.recv_rtcp_sink_0

2. Start gstreamer on another PC to receive H264/RTP video and render it as:
gst-launch-0.10.exe -v gstrtpbin name=rtpbin udpsrc
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264"
port=5000 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtph264depay !  h264parse !
ffdec_h264 ! ffmpegcolorspace ! dshowvideosink udpsrc port=5001 !
rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink port=5005 sync=false
async=false host=PEERIPADDRESS

3. It works quite fine for some time (even for some few hours). But some point,
it will crash. 

Stack trace:


Other information:
Actually, I am using gstreamer on Windows XP. And I am trying to send web cam
video to other pc in H264/RTP. I find the sender side is working fine. But, the
receiver side crashes after it works fine for a while. On the receiver, it
works for at least some minutes and even most cases longer than few hours. Then
suddenly, it crashes. What can be cause? At least I want to know which element
can cause to crash?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574760.




More information about the Gstreamer-bugs mailing list