Demo for Issue With Canvas and Archive #368
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You will need to setup the accompanying PHP server https://github.com/opentok/learning-opentok-php which has a couple bugs of its own as it stands but you can get it to work.
If you use JS SDK version 2.24.6 or lower, the
scalableVideo
isn't a valid option, and without it set, you get an archive that looks fine.If you use 2.24.7 or above, at least using our API keys for OpenTok, you will see massive stuttering in the recording.
If you set
scalableVideo
totrue
you still see the stuttering.If you set
scalableVideo
tofalse
, you get an initial long freeze frame of a few seconds, followed by a normal looking recording.We are also un-able to edit the scalableVideo setting on any of our projects, wehre not a single toggle is selected.
We worry that a fix to this would cause recording issues immediately for our projects.