sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
412 stars 93 forks source link

Getting the stream NALU by NALU to send it through network. #217

Closed forlayo closed 1 month ago

forlayo commented 1 year ago

I am interested on using the library but to send the capture through network to a remote place, like getting the h264 or h265 nal units and then sending it through RTP. Is this supported?

I was wondering if passing a stream and reading from it but not sure if it's going to have enough performance..

sskodje commented 1 year ago

Hey, sorry for the late reply. It's unfortunately not supported to do what you want, but if you wish to add the functionality, i'm happy to accept a PR :)