Hello,
I've seen some samples of RTMP streaming from memory. All the samples refer to VIDEO (see https://forum.videolan.org/viewtopic.php?t=148542)
What about creating an A/V source, i.e. RGB frames + Audio frames (PCM16S), in-memory ?
libvlc_media_new_callbacks() is very useful here. But I guess we should interleave uncompressed raw data just like [VIDEO_FRAME][AUDIO_FRAME][VIDEO_FRAME][AUDIO_FRAME]...
But I suppose we must select a correct demuxer. Here's where I'm stopping.
Comments welcome. Thanks!