Skip to content

Commit

Permalink
fix raw session
Browse files Browse the repository at this point in the history
Former-commit-id: 626496e4fcae9c3791f87b5d996c0c0c97d6c138 [formerly ba0d75c3a9360408a6dd94e4b37361f24e99c7f1] [formerly f52f70804c41ec7858659fefef1d2af437165bce [formerly dcb2cbc]]
Former-commit-id: 1a0bf31a230b8708b40be090e6337d0892fd6b25 [formerly 8b2c5619ea4fbbd6c59593fe8d40a0233730cd53]
Former-commit-id: 49cac65c797cf976cf444bc8c066058a08303b97
  • Loading branch information
notedit committed Jun 25, 2019
1 parent 4adeb90 commit d595e12
Show file tree
Hide file tree
Showing 3 changed files with 1,461 additions and 1,461 deletions.
2 changes: 1 addition & 1 deletion wrapper/mediaserver.i
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public:
auto packet = std::make_shared<RTPPacket>(mediatype,codec,header,extension);

//Set the payload
//packet->SetPayload(data+ini,size-ini);
packet->SetPayload(data+ini,size-ini);

//Get sec number
WORD seq = packet->GetSeqNum();
Expand Down
Loading

0 comments on commit d595e12

Please sign in to comment.