ngraziano / SharpRTSP

A RTSP handling library
Other
519 stars 181 forks source link

README File: Spelling Mistakes Correction #86

Closed abdullahfarwees closed 11 months ago

abdullahfarwees commented 11 months ago
  1. RTP Receiver - will recieve RTP and RTCP packets and pass them to a transport handler Change recieve to receive

  2. STEP 5 - Handle RTP Video - This code handles each incoming RTP packet, combining RTP packets that are all part of the same frame of vdeo (using the Marker Bit). Change vdeo to video

  3. Transport Handler - Transport hanlders for H264, H265/HEVC, G711 and AMR are provided. Change hanlders to handlers

abdullahfarwees commented 11 months ago

Raised a PR #87 after correcting the above.

ngraziano commented 11 months ago

87 merged

thanks