Fresh Poodll in Moodle 3.2.1 (Build: 20170109). If I have PHP 7.0 enabled, the recording popup is showing like live printscreen of the site, but no controls except send-button. But if I have PHP 7.1 I have at popup several time error "Warning: A non-numeric value encountered in var/www/html/filter/poodll/classes/poodlltools.php on line 971" and i get recording controls, both audio and video.
Yesterday I got an error from cron:
stdClass Object
(
[filerecord] => stdClass Object
(
[userid] => 2
[contextid] => 5
[component] => user
[filearea] => draft
[itemid] => 598746527
[filepath] => /
[filename] => 872980779036880.mp4
[license] => allrightsreserved
[author] => Moodle User
[source] =>
[timecreated] => 1485727200
[timemodified] => 1485727200
[id] => 7402
)
[filename] => 872980779036880.mp4
[infilename] => httpwww.sumppu.proWBYHlJWWu5video872980779036880.mp4
[outfilename] => httpwww.sumppu.proWBYHlJWWu5video872980779036880_147098.mp4
[mediatype] => video
[isodate] => 2017-01-30 00:00
)
will retryand finally after couple of tries:s3file:could not find placeholder file:872980779036880.mp4 will not retry(s3file? Could it cime from Amazon S3, not from Poodll at all?)
Video and audio recording works with PHP7.1, but audioplayer can't play the file and is telling "The media could not be loaded, either because of the server on network failed or the format is not supported". Well, audioerror can be a setup issue too, I haven't check it out yet.
Any ideas?
Cheers, Jakke