[gstreamer-bugs] [Bug 604394] unable to create playable media using tcpclientsrc and tcpserversrc filters

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 27 02:46:06 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=604394
  GStreamer | gst-plugins-base | 0.10.25

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-01-27 10:46:00 UTC ---
The reason is because the data you receive in the client is timestamped
according to the clock and time base of the sender. You can check this with:

 gst-launch-0.10 tcpclientsrc port=5000 protocol=1 ! fakesink -v

You'll see that timestamps don't start from 0, which makes videorate duplicate
the first frame multiple times.

Setting do-timestamp=true does nothing AFAICS to the timestamps so I'm a bit
surprised that it generates something useful. Maybe you just started the client
sooner...

In general, avoid using videorate in this case.

I'm going to close this, please reopen if this is totally unsatisfactory for
you.

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