Skip to content
Snippets Groups Projects
  1. Feb 10, 2016
  2. Feb 09, 2016
  3. Feb 08, 2016
  4. Feb 06, 2016
  5. Feb 04, 2016
  6. Feb 03, 2016
    • Chad Pilkey's avatar
    • Richard Alam's avatar
      Merge pull request #2996 from fcecagno/fix-2808 · 85473602
      Richard Alam authored
      fix duplicated publish video windows after reconnection #2808
      85473602
    • Felipe Cecagno's avatar
      fix duplicated publish video windows after reconnection #2808 · 438e90a2
      Felipe Cecagno authored
      The problem was that we were handling the reconnecton succeeded event to start streaming again, but this event is dispatched for every connection, not only for the video connection, and it was causing restream to be called multiple times after the reconnection, eventually duplicating the publish windows; when it occurred, the user was publishing two separate video streams.
      The solution was to use the ConnectedEvent used only by the video connection, which also carries the information if that connection is due to a reconnect.
      It looks like the current solution to restream after a reconnect doesn't work if the user was publishing two cameras at the same time. In that case, I think only the second camera will be published again.
      438e90a2
  7. Feb 02, 2016
  8. Feb 01, 2016
  9. Jan 31, 2016
  10. Jan 30, 2016
Loading