flutterjanus / flutter_janus_client

A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with various WebRTC Janus Plugins. Hence, it can be considered as a swiss-knife for WebRTC solutions.
MIT License
134 stars 76 forks source link

hard decoding #133

Closed manwithmission closed 1 year ago

manwithmission commented 1 year ago

Can it support hard decoding

shivanshtalwar0 commented 1 year ago

I don't know what hard decoding is but if you talking about hardware decoding then webrtc stack relies on cpu+gpu that SOC on mobile devices therefore in my opinion it is already supporting hardware decoding

manwithmission commented 1 year ago

Can it switch to H264 encoding and decoding

shivanshtalwar0 commented 1 year ago

Its something you have to set on janus level or with the help of api using configure method in case of videoroom