c++ - Streaming binary data with FFmpeg -


i using ffmpeg in c++ library live stream video , audio. want stream binary data separate stream.

if i'm reading correctly, mp4 container supports "private streams" can contain kind of data. can't find out info on how add such stream ffmpeg. idea have stream of type av_media_type_data uses codec av_codec_id_bin_data.

what want closely described here, wasn't answered.


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -