[Bug 646266] New: rtptheora problem if stream with udp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 30 13:16:30 PDT 2011


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

           Summary: rtptheora  problem if stream with udp
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


I have problem to stream theora. I use fallowing pipe:

gst-launch -v videotestsrc ! theoraenc speed-level=2 ! rtptheorapay ! udpsink
host=192.168.0.150 port=5555

gst-launch -v udpsrc port=5555 caps="application/x-rtp" ! identity ! queue !
rtptheoradepay ! theoradec ! autovideosink

and i get error:
Could not switch codebooks
Could not decode stream.


same pipeline with jpeg or vp8 working just fine.

If i send direct, without udp.. stream is working:
gst-launch -v videotestsrc ! theoraenc speed-level=2 ! rtptheorapay ! identity
! rtptheoradepay ! theoradec ! autovideosink

if i send without rtp, only udp. stream is working too:
gst-launch -v videotestsrc ! theoraenc speed-level=2 ! identity ! udpsink
host=192.168.0.150 port=5555

gst-launch -v udpsrc port=5555 ! identity ! theoradec ! autovideosink

Since other codecs (jpeg or vp8) are working, i assume there is a bug on
rtptheoradepay side.

-- 
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