RobotWebTools / webrtc_ros

Streaming of ROS Image Topics using WebRTC
Other
131 stars 52 forks source link

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

Open zenified opened 8 years ago

zenified commented 8 years ago

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 commented 5 years ago

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