[Bug 731206] shmsrc: 64bit system has problems with timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 6 12:24:52 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731206
GStreamer | gst-plugins | 1.2.4
Olivier Crete (Tester) <olivier.crete> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #7 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2014-06-06 19:24:50 UTC ---
This isn't shmsrc's fault. You're telling avenc_flv that you will have a fixed
framerate, but you don't really because shmsinkl/shmsink don't carry timestamp
information. You should probably instead add a videorate to force a fixed
framerate, something like:
shmsrc socket-path=/tmp/gstShm is-live=true
do-timestamp=true ! "video/x-raw, format=I420, width=1280, height=720,
pixel-aspect-ratio=1/1, interlace-mode=progressive, colorimetry=bt709,
framerate=5000000/208333" ! videorate ! avenc_flv ! flvmux streamable=true !
rtmpsink
location="rtmp://192.168.0.2/oflaDemo/stream live=1"
--
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