Skip to content

Commit

Permalink
Add/nack generation (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun authored Feb 27, 2017
1 parent 82afe70 commit dd5dcf8
Show file tree
Hide file tree
Showing 18 changed files with 1,067 additions and 487 deletions.
4 changes: 2 additions & 2 deletions erizo/src/erizo/WebRtcConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include "rtp/FecReceiverHandler.h"
#include "rtp/RtcpProcessorHandler.h"
#include "rtp/RtpRetransmissionHandler.h"
#include "rtp/RtcpFeedbackGenerationHandler.h"
#include "rtp/StatsHandler.h"
#include "rtp/RRGenerationHandler.h"
#include "rtp/SRPacketHandler.h"
#include "rtp/SenderBandwidthEstimationHandler.h"
#include "rtp/LayerDetectorHandler.h"
Expand Down Expand Up @@ -257,7 +257,7 @@ void WebRtcConnection::initializePipeline() {
pipeline_->addFront(RtpAudioMuteHandler());
pipeline_->addFront(RtpSlideShowHandler());
pipeline_->addFront(BandwidthEstimationHandler());
pipeline_->addFront(RRGenerationHandler());
pipeline_->addFront(RtcpFeedbackGenerationHandler());
pipeline_->addFront(RtpRetransmissionHandler());
pipeline_->addFront(SRPacketHandler());
pipeline_->addFront(SenderBandwidthEstimationHandler());
Expand Down
244 changes: 0 additions & 244 deletions erizo/src/erizo/rtp/RRGenerationHandler.cpp

This file was deleted.

84 changes: 0 additions & 84 deletions erizo/src/erizo/rtp/RRGenerationHandler.h

This file was deleted.

Loading

0 comments on commit dd5dcf8

Please sign in to comment.