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 Mp4a-Latm #162

Closed
wants to merge 11 commits into from

Commits on Sep 4, 2022

  1. Add support for RTSP Mp4a-Latm

    Added Mp4a-latm RTP Packet reader and added support for Mp4a-latm
    playback through RTSP.
    
    Change-Id: Ia590393f53ca880af926907843f6bea9ff0f4b35
    rakeshnitb committed Sep 4, 2022
    Copy the full SHA
    048aaf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix review comment in RTP Mp4a-latm Reader

    Change-Id: I7c5c12d86589bdc3f88c336573759bcfb0e7ce1b
    rakeshnitb committed Sep 8, 2022
    Copy the full SHA
    9648529 View commit details
    Browse the repository at this point in the history
  2. Added Rtp Mp4a-Latm Reader Test

    Change-Id: I0054e54183df0bb9370bf3fe7047076e285e1e8f
    rakeshnitb committed Sep 8, 2022
    Copy the full SHA
    15f9655 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Added support for CSD parsing in RTSP Mp4a-Latm Reader

    Added support for parsing CSD data to get sample Rate and Channel
    Count.
    
    Change-Id: I69fb0fa2cb11453d3b9e416925d3776eb6dc19a3
    rakeshnitb authored and umangsaini committed Sep 21, 2022
    Copy the full SHA
    97afe69 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Fix some more review comment in RTP Mp4a-Latm Reader

    Change-Id: I9033d0bd93c6129c64c41ce70fef26bf8a6e4b6e
    rakeshnitb committed Sep 30, 2022
    Copy the full SHA
    4880057 View commit details
    Browse the repository at this point in the history
  2. Fix review comment in CSD parsing of Mp4a-Latm Reader

    Change-Id: I6fc07d88a7dbc52fc2fbe0e5ad45a53f8f25c4fd
    rakeshnitb committed Sep 30, 2022
    Copy the full SHA
    9f8d699 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Fix review comment in mp4a-latm Reader

    Change-Id: I004f4a9ed9bd7cc48708d82a01c945789d1e9e5e
    rakeshnitb committed Oct 3, 2022
    Copy the full SHA
    0ac84fe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix review comment in CSD parsing of Mp4a-Latm

    Change-Id: I70c412870952e18826f43d218b074b2829127e10
    rakeshnitb committed Oct 4, 2022
    Copy the full SHA
    ce98d6d View commit details
    Browse the repository at this point in the history
  2. Fix review comment in mp4a-latm Reader

    Change-Id: I325a0ee1f6027f0f63233025d3357c1dc794b2ac
    rakeshnitb committed Oct 4, 2022
    Copy the full SHA
    ca5bab5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fix review comment in Mp4a-Latm reader

    Moved getNumOfSubframesFromMpeg4AudioConfig() function call inside
    constructor.
    
    Change-Id: If952ea641327dcfe10de50094ca35f3baae985de
    rakeshnitb committed Oct 6, 2022
    Copy the full SHA
    cee05d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Fix review comments in mp4a-latm reader and test

    Fix review comment in Mp4a-Latm csd parsing and Mp4a-Latm reader test.
    
    Change-Id: Idf8e45b9e4f6f9a08277d7c0ec2cae65d7025414
    rakeshnitb committed Oct 9, 2022
    Copy the full SHA
    a89ed98 View commit details
    Browse the repository at this point in the history