Rtp_forward + ffmpeg + rtmp is definitely possible, we did that some time ago for a custom project. Again, you just need the right sdp file for ffmpeg to receive the stream.
L.
RTMP not good for real time and mix WebRTC with RTMP, don't think that it's good idea.RTMP must use h264 and aac codecs so you need to convert on fly from VP8 and opus or maybe only opus to aac if you video is h264.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
HelloI have a configured .sdp file, everythings seems to be all right, only the ffmpeg not find a video stream - the audio works okay, and it's go to RTMP.I have a default configuration with VP8.By the way, if you enforce the h264|vp9 codec oin videoroom.cfg, still start room with VP8 codec...