You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically video dimensions are handled by underlying NetStream / H.264 decoder without plugin. Most likely there should be a DISCONTINUITY tag to reinitialize decoder (Apple devices require that for varying video streams as well).
found the problem for this bug:
in the onMetaData event width and height is NOT passed, only position.
see StreamingHLSIndexHandler.as
notifyTotalDuration()
I'm publishing video with 4:3 proportions, then I change to 16:9
If I play this video via HDS, size is changing. If I play this video via HLS and this plugin, size doesn't change and video becomes badly stretched.
Looks like something like onMetadata is not passed to OSMF from this plugin.
Can I help somehow with it? Perhaps we need to parse H264 SPS and find width/height from it?
The text was updated successfully, but these errors were encountered: