radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
352 stars 56 forks source link

capture images from udp stream? #38

Closed RejectKid closed 3 years ago

RejectKid commented 3 years ago

2 part question.

I'm looking to point to a udp url and I'd like to grab the bitmap/image/frame while its converting.

is this possible how would you do this?

radek-k commented 3 years ago

UDP streams support is not yet implemented. See #21 issue