This message was deleted.
# helpdesk
s
This message was deleted.
a
Are you still using react-native?
f
I use RN based client SDK and react based sdk-client-js
a
🙏 thank you for threading
cc @polite-kilobyte-67570 for web and @eager-raincoat-52616 for react-native
e
react-native renders using hardware acceleration by default (metal on iOS if available, otherwise openGL on iOS and android)
p
on a browser it will depend on what the browser (and hardware) supports and whether hardware acceleration is enabled within the browser. But in case the browser does support it, hardware acceleration will be used!
f
@eager-raincoat-52616 Does the hardware acceleration in RN specific to any codec such as VP8 or H264?
e
The hardware acceleration for rendering a video isn't codec specific. However the decoding hardware acceleration is dependent on codec.
f
The decoding hardware acceleration for certain codec is dependent on the behavior of browser, right?