diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 16:57:15 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 16:57:22 (GMT) |
commit | 8b63e23ef8d5572b88e885c46c6c78523e78f619 (patch) | |
tree | 46eadbf94033088ef78330299f8850037bba581b /TESTING | |
parent | 1b5cb17fea651f88a44baafac02cb717fae151b7 (diff) | |
download | soup-transcoding-proxy-8b63e23ef8d5572b88e885c46c6c78523e78f619.zip soup-transcoding-proxy-8b63e23ef8d5572b88e885c46c6c78523e78f619.tar.gz |
Add error message details to TESTING
Diffstat (limited to 'TESTING')
-rw-r--r-- | TESTING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,3 +20,10 @@ GET stream: decodebin ! videoconvert ! videoscale ! autovideosink Launch as many GET streams as necessary. For multiple PUT streams, just change "somepath" to something else. + +If you start seeing messages such as this on the GET stream, you've exceeded the +computer's realtime encoding/decoding capability: + + gstbasesink.c(2791): gst_base_sink_is_too_late (): + /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstXvImageSink:autovideosink0-actual-sink-xvimage: + There may be a timestamping problem, or this computer is too slow. |