Hi,
My idea is a publisher publishs both high and low quality videos at the same time . The subscriber watches the low quality video by default.
Once the subscriber click on the video to zoom in, the low quality switch to high quality.
At anytime, only one video is high quality while all others are low.
In this way, a videoroom can display more participants.(for instance 10, even 20).
Further, we can add "page turning" feature to the plugin. Once we turn to next page, we switch the videos to new ones.
It seems like we can display plenty of participants in a videoroom. (I know, there is plenty of work to achieve that . )
My question is, I set "bitrate=64000" in janus.plugin.videoroom.cfg . ( I know the plugin doesn't allow bitrate to go below 64kb. )
But it seems invalid to firefox 44.02. The bitrate keeps at 200kb more or less. Can you tell me why?
By the way, "secure_port=8889" in janus.transport.http.cfg seems should be "secure_port=8089" according to 49 line in videoroomtest.js .
I apologize if I have made a mistake.
Thanks for your time.