Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RTSP PCM/WAV and G711/WAV #56

Closed
wants to merge 5 commits into from

Commits on Mar 15, 2022

  1. Add support for RTSP PCM/WAV and G711/WAV

    Added PCM RTP packet reader and added support for PCM 8 bit,
    16 bit, ALAW and MULAW playback through RTSP.
    
    Change-Id: If0a187b55faa89850a159e17eae28358d6634799
    basantwanishraddha committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    ac528d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    bfc1fb9 View commit details
    Browse the repository at this point in the history
  2. Modify RtpPcmReader

    Rename a few variable to be more relevant
    Add detailed java docs
    basantwanishraddha committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    500c879 View commit details
    Browse the repository at this point in the history
  3. Add PCM and G711 Reader Test

    Add RtpPcmReader tests and warning for out of
    order packets in RtpPcmReader.
    
    Change-Id: I1554fa0a944dad00248a0a41fefad958da073a21
    basantwanishraddha committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3f8a680 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Update RtpPcmReaderTest

    Create FakeTrackOutput with deduplicateConsecutiveFormats as false
    
    Change-Id: Id3d551465a77d5148638b00ae2b164b505044ae2
    basantwanishraddha committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e3dcf38 View commit details
    Browse the repository at this point in the history