Users can send different versions of their stream as different "publishers"
meaning viewers can "subscribe" to the one they prefer, and even switch to a different version while playing (see the "switch" command).
The "slow_link" notification can help you figure out when a user is having problems receiving a stream, in order to decide if and when you'd better switch to a lower quality stream.
Thanks Lorenzo, a couple questions for clarification:Users can send different versions of their stream as different "publishers"So the publishing client will need essentially need to have separate SDP offers for each quality stream published right? I've seen talk in the WebRTC spec committee about native support for simulcast within a single RTCPeerConnection (single SDP session).
meaning viewers can "subscribe" to the one they prefer, and even switch to a different version while playing (see the "switch" command).Does this mean viewers will have to subscribe to multiple RTCPeerConnections and manage switching themselves as opposed to Janus/SFU managing this for them?
The "slow_link" notification can help you figure out when a user is having problems receiving a stream, in order to decide if and when you'd better switch to a lower quality stream.Is the "slow_link" event determined some sort of bandwidth estimation algorithm in Janus?
Lorenzo,Currently the thumbnails in videoroom use exactly the same bit rate as the main image, effectively wasting precious bandwidth at each subscriber. Any plans in the roadmap for better simulcast support in janus (seamlessly switching between low/high resolution publishers depending on whether it is being viewed as a thumbnail or as the main image) or do you still recommend(as you did a year ago) that we modify the videoroom plugin to suit our needs?
For what concerns VP8 simulcasting, I play with it from time to time (recently too), but haven't accelerated on that yet due to shifting priorities and, most importantly, other things keeping me busy.
--
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-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I'll work on simulcast, it will be vp8 only, the one that chrome and (I think) Firefox do. Not interested in h264 simulcast, which I don't think any browser does anyway.L.
Il 22 giu 2017 7:17 PM, "Ju Ju" <trank...@gmail.com> ha scritto:
--For what concerns VP8 simulcasting, I play with it from time to time (recently too), but haven't accelerated on that yet due to shifting priorities and, most importantly, other things keeping me busy.VP8 has native scaling feature but only temporal layer (FPS). H264 is a better candidate as he's got spatial layer:I prefer having a smaller pictures than half of FPS.
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.