S
S
SEOD2019-02-23 16:53:11
fmpeg
SEOD, 2019-02-23 16:53:11

How to send a video stream to the receiving UDP from FFMPEG in C#?

There are video frames (pixels, 1920x1080, 60 fps). It is necessary to collect all this in C# and send it to the receiving FFMPEG via UDP. It accepts this:
ffmpeg -i "udp://123.123.123.123:1234"
What can I use to collect all this and send it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2019-02-24
@rPman

you need to generate a valid data stream, for example, uncompressed data using this rfc
https://tools.ietf.org/html/rfc4175 there may be problems on windows, with rights for example) https://stackoverflow.com/questions/51903888/is-it...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question