Skip to content
Snippets Groups Projects
Commit 98c59b7b authored by Boris Grozev's avatar Boris Grozev
Browse files

Set the RTP Marker flag for the last RTP packet of a frame.

parent 5651c5b8
Branches
Tags
No related merge requests found
......@@ -120,6 +120,7 @@ protected int doProcess(Buffer inputBuffer, Buffer outputBuffer)
if(inLen <= MAX_SIZE)
{
firstPacket = true;
outputBuffer.setFlags(outputBuffer.getFlags() | Buffer.FLAG_RTP_MARKER);
return BUFFER_PROCESSED_OK;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment