Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
http://174.143.151.19/wemash_test/test.php?entry_id=rfq15l61yo
Why is it that after 2-3 seconds it skips to 15 sec???
Hi,
Does it happen when you play the video in the KMC as well?
Yeah it does -- I guess maybe I am using krecord improperly? Because it never does with the first clip I record.
Basically I am prompting the user and then recording 2-3 clips of them using the krecord widget. I use the .stopRecording and .startRecording functions.
another example:
http://174.143.151.19/wemash_test/test.php?entry_id=08n04i4oia
There is no way anywhere near 51 seconds of video were recorded yet it has that as the length ??!
So I fixed the error but I don't know the underlying root of the problem.
I modified the KRecord class and added a method called resetConnection which I call after each stopRecording() call
I store the config object in an instance variable and the resetConnection method creates a new KRecordController after being called (meaning you re-connect to the streaming server)
This seems to produce videos without the problems that occurred earlier -- which leads me to think the underlying cause is something to do with the netstream sending bad data
More examples:
http://174.143.151.19/wemash_test/test.php?entry_id=2s38kjxcp4
http://174.143.151.19/wemash_test/test.php?entry_id=1ckjmeldh0
This is a really big holdup for our application as it relies very heavily on webcam based recording so any help with this would be greatly appreciated.