-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile error after too many short consecutives recordings #298
Comments
This bug continues happening. |
This bug happens more frecuently if you use io-mode parameter in the profile. |
To test execute the next snippet import time
from galicaster.core import context
r = context.get_recorder()
r.preview()
time.sleep(1)
while True:
r.record()
time.sleep(1)
r.stop()
time.sleep(1) with:
Getting the error: |
We need to test it with |
With the next script there is no error:
|
test_ok_raw_ynb.py.txt use num-buffers in pipeline and works fine |
We are working with the GStreamer project to solve this issue: |
I failed to update this issue here, but the GStreamer devs solved it in the 1.8 branch of the plugins-good project. The change was included in the 1.10.3 version, so it should be solved from there onwards. |
We patched the gstreamer package (gstreamer1.0-plugins-good) for their 1.8 version, so either upgrading that package from our repo or us fixing #531 and upgrading to 1.10 should solve this issue. |
Steps:
webcam.ini.txt
Problem: After 5 or 6 recordings there is a profile error when you stop the recording. In the log you can see the next info:
And in the console:
@smarquard, you reported this message in issue #227. Is this message shown in a similar situation (very close recordings or too many consecutive recordings)?. Thank you in advance.
The text was updated successfully, but these errors were encountered: