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
The h.264 codec includes some configuration data in the stream. The current impl requires using the MediaExtractor class in Android on a captured file from the source to locate and hard code these config params. It can be extracted @ runtime, though this might cause a slight delay in rendering, while waiting for the data in the stream.
The text was updated successfully, but these errors were encountered:
The h.264 codec includes some configuration data in the stream. The current impl requires using the MediaExtractor class in Android on a captured file from the source to locate and hard code these config params. It can be extracted @ runtime, though this might cause a slight delay in rendering, while waiting for the data in the stream.
The text was updated successfully, but these errors were encountered: