&retransmit
Will relay the incoming 'chunked' media stream to others connected to you, without transcoding
Last updated
Was this helpful?
Will relay the incoming 'chunked' media stream to others connected to you, without transcoding
Last updated
Was this helpful?
Sender-Side Option! ()
Added a new experimental option called &retransmit
; it will relay the incoming '' media stream to others connected to you, without transcoding. In a way, this enables a form of peer to peer to peer broadcasting.
-- It only works with incoming data streams, however trying to forward more than one chunked stream will break things currently.
-- It will disable your own mic/camera from being streamed; when &retransmit
is used it configures itself as a viewer in a sense.
-- Chunked mode has a default play out buffer delay of about 1-second still, but that buffer time does not get passed down to the relayed viewer. There is still some transmission delay that gets introduced though, but it can be very low latency on a series of good computers/network.
This is the source. Notice they are publishing in chunked mode.
This person is both viewing the video, but also relaying.
This person is viewing the stream from the relayed chunked stream; p2p2p. They don't know they are getting a relayed stream.