After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665435 - "sync" should be FALSE on udpsink for live streams
"sync" should be FALSE on udpsink for live streams
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.36
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-02 21:56 UTC by Victor Gottardi
Modified: 2011-12-02 22:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Victor Gottardi 2011-12-02 21:56:27 UTC
RTP packets should be sent as soon as they're available in case of a live stream. For playback, "sync" should be TRUE (the default) so that the stream is sent with proper timing over the network.

See http://lists.freedesktop.org/archives/gstreamer-devel/2011-November/033911.html for a concrete example.
Comment 1 Wim Taymans 2011-12-02 22:07:05 UTC
This not correct, sync should be set to TRUE in all cases. If it causes timing problems, the problem is in the element generating the timestamps.