You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, feel free to propose any modification in the diagram.
The demo involves the elements below:
Janus gateway as a SFU server. It will be able to receive and process RTCP RFC8888 feedback to use the congestion information to choose the optimal simulcast layer in the VideoRoom plugin.
Subscriber client application using Pion library modified to support ECN.
Publisher application running on FF or Chrome to publish simulcast video.
A tentative list of tasks to be done to get this demo working would be:
Pion: Being able to receive ECN bits in Pion (both ECN support and CE marks).
Pion: Generate RFC8888 RTCP to notify congestion to the sender when it is detected in ECN bits.
Janus: Parse RFC 8888 RTCP and generate event to notify the plugin.
Janus: Modify videoroom plugin to react upon congestion events choosing a lower bitrate simulcast layer.
Prepare publisher application (I guess Meetcho guys will have something which can be re-used for this)
Quobis: Prepare environment to deploy the demo.
Quobis: Provide tools to test the demo in a simulated "ECN-aware" network.
Please, this is just a draft, feel free to add/remove/modify the tasks and create the corresponding issues at your convenience.
Thanks a lot! Any feedback is welcome.
The text was updated successfully, but these errors were encountered:
Just for the record, in a conversation with @lminiero we agreed they will start working on the following issues (some of them will correspond to issues in janus-gateway repo since they are going to be integrated in the project):
integrate ccfb support in SDP negotiation;
add ability to parse the new ccfb messages;
keep track of the feedback we receive on all the streams;
somehow process the collected feedback on a regular basis, to figure out if there's congestion to notify (or no congestion
anymore to notify?) plugins about;
new core-plugin communication pattern to allow plugins to be notified about these changes;
new Admin API request to simulate a congestion starting or stopping for a specific connection (by setting the ECN flags accordingly as a router along the way would);
This issue is aimed at defining the initial scenario which will be tested.
This diagram below shows the scenario:
GDoc diagram link
Please, feel free to propose any modification in the diagram.
The demo involves the elements below:
A tentative list of tasks to be done to get this demo working would be:
Please, this is just a draft, feel free to add/remove/modify the tasks and create the corresponding issues at your convenience.
Thanks a lot! Any feedback is welcome.
The text was updated successfully, but these errors were encountered: