Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video web players gets interference from each other's stream after opening multiple webrtc connections to different video topics, #33

Open
zenified opened this issue Jun 17, 2016 · 1 comment

Comments

@zenified
Copy link

I was attempting to display multiple webrtc stream on the same page. I found that once multiple webrtc stream is established, the video elements starts to interfere which each other(The video players will start jumping between each other's video stream). This happens with the example viewer.

When the interference happen,the following errors were display on the console

[ERROR] [1466132309.147902168]: webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -7
[ERROR] [1466132310.403478341]: webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -6
[ WARN] [1466132311.067133208]: webrtc: (vie_capturer.cc:130): Same/old NTP timestamp for incoming frame. Dropping.
[ WARN] [1466132311.254682642]: Get: id: 0 delay: 159ms
[ERROR] [1466132320.959064708]: webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -12
[ WARN] [1466132327.879078544]: webrtc: (vie_capturer.cc:130): Same/old NTP timestamp for incoming frame. Dropping.
[ERROR] [1466132328.515754434]: webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -1
[ERROR] [1466132330.612310148]: webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -2

distortion

@roehling
Copy link
Collaborator

Can you check if the problem persists with the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants