Hello,
I'm trying, but I don't know if this is even possible, to stream via TCP to my application raw BGR/RGB frames from OBS.
I know I can extract frame to raw rgb file with
Has anyone maybe an idea how this should be configured or if it's even possible?
I'm trying, but I don't know if this is even possible, to stream via TCP to my application raw BGR/RGB frames from OBS.
I know I can extract frame to raw rgb file with
but I have no idea how I can setup it to send each frame via socket.ffmpeg -i Wildlife.wmv -filter:v "select=gte(n\,25)" -frames:v 1 -vcodec rawvideo -pix_fmt bgr24 -f image2 image.rgb
Has anyone maybe an idea how this should be configured or if it's even possible?