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

Bump ws from 1.1.2 to 1.1.5 in /examples/basic #22

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    9200dce View commit details
    Browse the repository at this point in the history
  2. Bump version to 5.1.0-alpha

    Benoit Dion committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    029b893 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    2738892 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Improve Android Audio Focus (TheWidlarzGroup#1897)

    Implement audio focus as per android docs:
    https://developer.android.com/guide/topics/media-apps/audio-focus
    https://medium.com/androiddevelopers/audio-focus-3-cdc09da9c122
    
    AUDIOFOCUS_LOSS should abandon focus and not try resuming audio, this is done with AUDIOFOCUS_LOSS_TRANSIENT
    
    This fixes at least:
    - Audio not being paused after focus being taken by some voip applications
    - Content resuming and pausing instantly sporadically (some race condition perhaps) when activity was resumed from background.
    michaeltintiuc authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    82c191d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0be29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa4cdd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    fd8ac76 View commit details
    Browse the repository at this point in the history
  2. v5.1.0-alpha4

    benoitdion committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f0867d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Bump javascript dependencies (TheWidlarzGroup#1914)

    Also update linting rules to match other community repositories.
    benoitdion authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    4f07aab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Add support for react-native Windows Cpp/WinRT (TheWidlarzGroup#1893)

    This also deprecates the old react-native windows implementation
    ddalp authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a4fec8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1a7be View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Update changelog

    benoitdion committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    89b6d11 View commit details
    Browse the repository at this point in the history
  2. v5.1.0-alpha5

    benoitdion committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    68dc152 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Don't set reactViewController view frame to whole screen (TheWidlarzG…

    …roup#1931)
    
    this fixes the case on any time you have a react view that displays the video, but it's being rendered with controls but not as a full screen (ie. easily reproducible when you have a tabbar for instance - the reactViewController.view frame shouldnt be the whole screen bounds).
    marlonandrade authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    91384d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    1ecb09a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. add mixWithOthers prop

    euharrison committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b4582c6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    euharrison committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4157a60 View commit details
    Browse the repository at this point in the history
  3. Update index.ios.js

    euharrison committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    052f49e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    cc2e9c4 View commit details
    Browse the repository at this point in the history
  2. Changelog

    jenshandersson committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4bc2a72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08c7aaa View commit details
    Browse the repository at this point in the history
  4. Merge pull request TheWidlarzGroup#1992 from jenshandersson/feat/hlssize

    Fix video dimensions for HLS streams
    jenshandersson authored May 5, 2020
    Configuration menu
    Copy the full SHA
    c579d3c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    2b33b9e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    euharrison committed May 6, 2020
    Configuration menu
    Copy the full SHA
    b8234f8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Merge pull request TheWidlarzGroup#1978 from euharrison/master

    Audio mix with other apps for iOS
    jenshandersson authored May 7, 2020
    Configuration menu
    Copy the full SHA
    c438509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838b99a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc25f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request TheWidlarzGroup#1994 from jenshandersson/pendingseek

    Implement pending seek fully
    jenshandersson authored May 7, 2020
    Configuration menu
    Copy the full SHA
    d6a7117 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Recommend npx pod-install for setup instructions

    # Summary
    
    We've been recommending devs use `npx pod-install` since it will attempt to install CocoaPods CLI if it's not available on the computer (cite [React Navigation setup guide](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project)). This has proved very useful for Expo users who are now migrating to the bare workflow and want to use community packages in their projects.
    
    ## Checklist
    
    - [x] I have tested this on a device and a simulator
    - [x] I added the documentation in `README.md`
    EvanBacon authored May 14, 2020
    Configuration menu
    Copy the full SHA
    e3009c6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Expose currentPlaybackTime when live stream video (TheWidlarzGroup#1944)

    * added trackId to exoplayer onLoad callback
    
    * added trackInfo to bandwidth callback
    
    * syntax fix
    
    * syntax fix
    
    * version update
    
    * sending complete logcat for media playback exception ExoPlaybackException
    
    * version bump
    
    * package publish changes
    
    * Live playback fix
    
    * Version bump
    
    * import fix
    
    * version bump
    
    * configurable preferredForwardBufferDuration
    
    * configurable preferredForwardBufferDuration
    
    * version update
    
    * Exposing time
    
    * exo player window current tsp
    
    * return type
    
    * Current window timestamp in epoch
    
    * iOS changes
    
    * version update
    
    * Updated package.json
    
    * updated version
    
    * CurrentTime bug fix
    
    * Updated package.json
    
    * Updated currentPlaybackTime
    
    * Updated currentPlayback logic
    
    * Updated package.json
    
    * Bug fix
    
    * Added semicolon
    
    * updated package.json
    
    * Updated ReactVideoView
    
    * updated verison
    
    * Revert package.json changes
    
    * Update ReactVideoView.java
    
    * Use standard log
    
    * Document preferredForwardBufferDuration (iOS)
    
    * Document currentPlaybackTime
    
    * Document trackId
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update README.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: anubansal <[email protected]>
    Co-authored-by: Sivakumar J <[email protected]>
    Co-authored-by: parikshit <[email protected]>
    Co-authored-by: anubansal92 <[email protected]>
    Co-authored-by: Rishu Agrawal <[email protected]>
    Co-authored-by: rishu-curefit <[email protected]>
    7 people authored May 15, 2020
    Configuration menu
    Copy the full SHA
    0b914ef View commit details
    Browse the repository at this point in the history
  2. [ios] Adaptive fullscreen in landscape by device orientation (TheWidl…

    …arzGroup#1862)
    
    * update UIInterfaceOrientation in fullscreen
    
    * update code
    r0b0t3d authored May 15, 2020
    Configuration menu
    Copy the full SHA
    c9096d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    7c8c613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f395bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c31948 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Support preventsDisplaySleepDuringVideoPlayback (TheWidlarzGroup#2019)

    * Add flag on iOS
    
    * Add flag in Android
    
    * Add documentation
    
    * Add changelog entry
    
    * Also set setKeepScreenOn
    
    * Fix prop not being set
    
    * add preventsDisplaySleepDuringVideoPlayback to exoplayer
    
    * Update android-exoplayer/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java
    
    * Update android-exoplayer/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java
    
    Co-authored-by: Jens Andersson <[email protected]>
    
    Co-authored-by: Anton Tanderup <[email protected]>
    Co-authored-by: Jens Andersson <[email protected]>
    3 people authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8962720 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fix exoplayer aspect ratio update on source changes (TheWidlarzGroup#…

    …2053)
    
    * Fix exoplayer aspect ratio update on source changes
    
    * Update CHANGELOG.md
    jefersondaniel authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    dbf1a4e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Add iOS and Android basic DRM support (TheWidlarzGroup#1445)

    This PR adds support for DRM streams on iOS (Fairplay) and Android (Playready, Widevine, Clearkey)
    
    I am neither Android nor iOS developer, so feel free to provide feedback to improve this PR.
    
    **Test stream for ANDROID:**
    ```
    testStream = {
            uri: 'http://profficialsite.origin.mediaservices.windows.net/c51358ea-9a5e-4322-8951-897d640fdfd7/tearsofsteel_4k.ism/manifest(format=mpd-time-csf)',
            type: 'mpd',
            drm: {
                type: DRMType.PLAYREADY,
                licenseServer: 'http://test.playready.microsoft.com/service/rightsmanager.asmx?cfg=(persist:false,sl:150)'
            }
        };
    ```
    
    or 
    ```
    {
        uri: 'https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest_1080p.mpd',
        drm: {
            type: 'widevine', //or DRMType.WIDEVINE
            licenseServer: 'https://drm-widevine-licensing.axtest.net/AcquireLicense',
            headers: {
                'X-AxDRM-Message': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2ZXJzaW9uIjoxLCJjb21fa2V5X2lkIjoiYjMzNjRlYjUtNTFmNi00YWUzLThjOTgtMzNjZWQ1ZTMxYzc4IiwibWVzc2FnZSI6eyJ0eXBlIjoiZW50aXRsZW1lbnRfbWVzc2FnZSIsImZpcnN0X3BsYXlfZXhwaXJhdGlvbiI6NjAsInBsYXlyZWFkeSI6eyJyZWFsX3RpbWVfZXhwaXJhdGlvbiI6dHJ1ZX0sImtleXMiOlt7ImlkIjoiOWViNDA1MGQtZTQ0Yi00ODAyLTkzMmUtMjdkNzUwODNlMjY2IiwiZW5jcnlwdGVkX2tleSI6ImxLM09qSExZVzI0Y3Iya3RSNzRmbnc9PSJ9XX19.FAbIiPxX8BHi9RwfzD7Yn-wugU19ghrkBFKsaCPrZmU'
            },
        }
    }
    ```
    
    **Test stream for iOS:**
    Sorry but I can not provide free streams to test. If anyone can provide test streams, or found some we can use, please let me know to also test them.
    
    It has been tested with a private provider and they work, at least with the `getLicense` override method. (An example implementation is provided in the README)
    danielmarino24i authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    81b42e7 View commit details
    Browse the repository at this point in the history
  2. Ready 5.1.0-alpha6 for release

    cobarx committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    90da768 View commit details
    Browse the repository at this point in the history
  3. Prepare 5.1.0-alpha7

    cobarx committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    f3e6ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    553fef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge pull request TheWidlarzGroup#2116 from nickfujita/id3-error-fix

    Port over ID3 fix from 4.x branch
    nickfujita authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f70c429 View commit details
    Browse the repository at this point in the history
  2. Prepare 5.1.0-alpha8

    cobarx committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5683167 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Add ARM64 support for windows (TheWidlarzGroup#2137)

    Adding arm64 support for RNW builds.
    
    Nothing in this project is using anything that isn't already supported in arm64 windows libs. It was simply overlooked when RNW was originally added.
    
    We have been using RNW and RNV in our project for 6+ months and just been using a patch-package to apply this change. Figured it was overdue to upstream this change.
    
    You can see this similar code in the RNW repo.
    https://github.com/microsoft/react-native-windows/blob/95935e008621778dbcec01363602c19abc060632/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj#L28
    and
    https://github.com/microsoft/react-native-windows/blob/master/packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj#L44
    namrog84 authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    408d3f7 View commit details
    Browse the repository at this point in the history
  2. Update README.md (TheWidlarzGroup#2076)

    You only need to perform linking for React Native < 0.60
    irwinwilliams authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4246016 View commit details
    Browse the repository at this point in the history
  3. fix: Xcode 12 compatibility (TheWidlarzGroup#2152)

    Latest Xcode 12 fails to build while without a module to depend on React-Core directly hence this change is necessary for native modules on iOS. This change requires to React Native 0.60.2 or newer. For more details please check: facebook/react-native#29633 (comment)
    radko93 authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f653589 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    faf8aed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    88b636f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge tag '5.1.1' of github.com:react-native-video/react-native-video…

    … into react-native-video-5.1.1
    jaspermeijaard committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    327dcfb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #24 from relivecc/react-native-video-5.1.1

    Pull react-native-video 5.1.1
    jaspermeijaard authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    2bd4441 View commit details
    Browse the repository at this point in the history
  2. Bump ws from 1.1.2 to 1.1.5 in /examples/basic

    Bumps [ws](https://github.com/websockets/ws) from 1.1.2 to 1.1.5.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@1.1.2...1.1.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e7d2b8a View commit details
    Browse the repository at this point in the history