flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

failing to get any audio or video on screen #136

Closed gc-robotics closed 3 years ago

gc-robotics commented 3 years ago

Hi there,

I am using flutter-webrtc-server with two clients: one is flutter-webrtc-demo and the other one is a python bespoke client. I have implemented the full webrtc flow on the python client. It connects to the server, informs about its presence (PEERS), it is capable to creating an ANSWER to respond an offer; I can also see that it performs ICE exchanging.

flutter-webrtc-demo connects and switches to the "call screen", showing two video stream "boxes". However, there is no image/video or audio rendered.

I get no errors on server, python client or flutter client. Could you please provide some suggestions/advises on how to debug this scenario pls?

I am not an expert of WebRTC and I would appreciate some help.

Thanks in advance.

cloudwebrtc commented 3 years ago

Can you provide some running logs? This will help me analyze the problem.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.