[gstreamer-bugs] [Bug 619718] New: gstrtpbin fail at big resolution

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 26 06:46:06 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619718
  GStreamer | gst-plugins-good | 0.10.22

           Summary: gstrtpbin fail at big resolution
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.22
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ikt011 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Hi,

i tried to send a video recorded in UXGA resolution (1600x1200), but i
couldn't. My pipelines was the following:

Server:

gst-launch gstrtpbin name=rtpbin latency=3000 buffer-mode=0     udpsrc
name="udp0001"
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264"
port=5000 ! rtpbin.recv_rtp_sink_0   rtpbin. ! rtph264depay access-unit=true !
h264parse ! ffdec_h264 ! identity ! xvimagesink sync=true   udpsrc port=5001 !
rtpbin.recv_rtcp_sink_0   rtpbin.send_rtcp_src_0 ! udpsink port=5005
host=127.0.0.1 sync=false async=false

Client:

gst-launch gstrtpbin name=rtpbin  filesrc location="uxga.mkv" ! matroskademux !
h264parse access-unit=true ! queue ! rtph264pay config-interval=1 !
rtpbin.send_rtp_sink_0  rtpbin.send_rtp_src_0 ! udpsink port=5000
host=127.0.0.1   rtpbin.send_rtcp_src_0 ! udpsink port=5001 host=127.0.0.1
sync=false async=false   udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0

I received some packet lost, then a lot of "number of reference frames exceeds
max" ffmpeg error. I made the same test with a file recorded in VGA resolution
(with the same IP camera), and everything was fine... Maybe the gstrtpbin can't
send out so much data? 

I uploaded the sample videos here:
http://dev.edutop.hu/uxga.mkv
http://dev.edutop.hu/vga.mkv

Regards
Tibor

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list