microsoft / winrtc

The WinRTC project hosts everything needed to build apps with interoperable real time communications for modern Windows. It brings the power of WebRTC to modern Windows apps written in C#, C++ and VB. WinRTC enables real-time voice calling, video chat and data functionality (file transfer etc.) with web browsers via WebRTC.
344 stars 67 forks source link

Does WinRTC supports hardware decoding by utilizing the GPU (RTSP Streaming)? #145

Open Chandramouli-P opened 2 years ago

Chandramouli-P commented 2 years ago

Hello,

I want to render the RTSP streams which comes from the IP cameras on to the web browser. In this context, when an IP camera supports one codec and web browser supports another codec. Here, transcoding comes in to the picture. Does WinRTC framework do this transcoding using hardware decoding by utilizing the GPU (Graphics processing unit)? I mean Hardware-Accelerated Streaming.

Thank you.

Best Regards, Chandramouli.

Chandramouli-P commented 2 years ago

Hello,

Good morning and any update would be appreciated. Thank you.

Best Regards, Chandramouli.