So i'm trying to use Intel Media SDK to Encode camera frames using Intel Quick Sync technology, so far i have managed to encode raw frames coming in from the camera from OpenCV into final output of raw mfxBitStream
Now my question is, i would like to stream the encoded output to lets say, VLC or anything else how can i do that?
Any help would be much appreciated :)