webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
468 stars 126 forks source link

Issue in Streaming media file or fake media for sfu mode in chrome only #97

Closed ImranTelebu closed 4 years ago

ImranTelebu commented 4 years ago

Hi, I am doing load testing using kite framework, When I am using fake media or playing media file in chrome browser in sfu mode(more than 2 participants) then media stream is not publishing to others. Only self video stream is there. This is happening only in chrome browser and for all the other browsers like Firefox, it is working fine. webrtc

namvuCosmo commented 4 years ago

Hello,

Sorry for the late reply.

I don't think this is a KITE issue.

When you do this manually, does it work with chrome and fake media? You can launch chrome with fake media with chrome --use-fake-ui-for-media-stream --use-fake-device-for-media-stream.

Do you have access to the sfu's log to see if the stream from chrome is being received?

namvuCosmo commented 4 years ago

no activity