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

Youtube like video track selection #1199

Merged
merged 18 commits into from
Jan 1, 2019
Merged

Commits on Aug 24, 2018

  1. Youtube like video track selection

    1. Loaded event will give the information about available video tracks
    2. selectedVideoTrack prop will give the interface to select the video track. This prop will take the height of the video (Similar to youtube like 144p, 350p etc) and set the video track. If height is 0 then all video tracks will be added to list so that it will work like 'Auto' in youtube
    sridhardvvce committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    16688ce View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Bandwidth reporting

    To show the current bandwidth to user and for debugging purposes current bandwidth is required to be reported. This pull request adds the bandwidth estimate in the progress event.
    
    Also the bandwidth details are added in the audio track in load event. There is another pull request which reports the video track information
    sridhardvvce committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    4ea926e View commit details
    Browse the repository at this point in the history
  2. reverted deprecated API

    reverted deprecated API
    sridhardvvce committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    ff31bd1 View commit details
    Browse the repository at this point in the history
  3. Reporting estimatedBandwidth

    Reporting estimatedBandwidth
    sridhardvvce committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    6480a64 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. named parameter added for exception. Otherwise this cannot be used in JS

    named parameter added for exception. Otherwise this cannot be used in JS
    sridhardvvce committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    654a76d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. bandwidth report for IOS

    bandwidth report for IOS
    sridhardvvce committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a1a0ca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. IOS bandwidth reporting

    IOS bandwidth reporting
    sridhardvvce committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b256f2d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Merge branch 'master' of git://github.com/react-native-community/reac…

    …t-native-video into react-native-community-master
    
    Merge branch 'master' of git://github.com/react-native-community/react-native-video into react-native-community-master
    sridhardvvce committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    aa52620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443e0bc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Bandwidth is reported as enevts when download happens. Not by timer m…

    …ethod
    
    Bandwidth is reported as enevts when download happens. Not by timer method
    sridhardvvce committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    41cbf07 View commit details
    Browse the repository at this point in the history
  2. Some log functions removed

    Some log functions removed
    sridhardvvce committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    9dead2f View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    Code cleanup
    sridhardvvce committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    5dce3e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Defect fix

    Defect fix
    sridhardvvce committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    756bbc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Cleanups to video track handling.

    This also fixes a bug that compared track type & renderer index
    cobarx committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d5168af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d148c3f View commit details
    Browse the repository at this point in the history
  3. Reenable ExoPlayer exclusions

    cobarx committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    7f2c4ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a851e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f896d View commit details
    Browse the repository at this point in the history