Hello, everyone.
I tried simulcast broadcasting with h.264, but I cannot change to another substream by a configure command.
(VP8 is worked very well. But not h.264...)
My scenario is next:
chrome M75 -> Videoroom(rtpForward) -> Streaming -> chrome M75
I checked videoroom got two substreams, and streaming got two from videoroom by janus log.
But I cannot get high-quality substream, even I sent configure command with {substream:2}.
There is no change in substream's value. (always 0);
In the if sentence, janus looks like to support VP8 simulcast only on streaming_plugin.
So I put '|| janus_h264_is_keyframe(...)' in the sentence, finally, I got the high-quality substream1.
But I got SRTP protect error:srtp_err_status_replay_old when I choose low-quality substream0.
I think 2 Stream from Videoroom arrived at Streaming definitely.
Questions
1. Is streaming_plugin supported simulcast width h.264? I thought Videoroom supports it, so do streaming_plugin.
2. If streaming_plugin support it, are there any pieces of advice? please.
Thanks,
Hyunseop.