Question / Help Custom output FFmpeg - streaming raw frames

Snake38

New Member
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
ffmpeg -i Wildlife.wmv -filter:v "select=gte(n\,25)" -frames:v 1 -vcodec rawvideo -pix_fmt bgr24 -f image2 image.rgb
but I have no idea how I can setup it to send each frame via socket.

Has anyone maybe an idea how this should be configured or if it's even possible?
 
Top