elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
41 stars 4 forks source link

[Broadcaster] Audio/video desynchronization #34

Closed mickel8 closed 1 month ago

mickel8 commented 2 months ago

Sometimes get audio/video desynchronization. Just ensure that both tracks are in the same stream on publisher, server and viewer sides.

LVala commented 1 month ago

The tracks are properly assigned to the streams in the admin/panel player and the Broadcaster. As of now, I'm unable to reproduce the issue.

Reopen if the problems occur again.