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

Using the ReplayKitExample app, but the audio of the video doesn't get delivered. #601

Closed
friendtree16 opened this issue Apr 16, 2021 · 2 comments

Comments

@friendtree16
Copy link

friendtree16 commented Apr 16, 2021

Description

I'm sharing a video using the ReplayKitExample app, but the audio of the video doesn't get delivered.

Steps to Reproduce

  1. Open ReplayKitExample Project in Xcode.
  2. Change Bundle Identifier for own ReplayKitExample , BroadcastExtention and BroadcastExtensionSetupUI.
  3. Update kBroadcastExtensionBundleId and kBroadcastExtensionSetupUiBundleId for my Bundle Identifier at ViewController.swift.
  4. Run ReplayKitExample on my iPhone.
  5. Start broadcast.
  6. Share video at file app.

Expected Behavior

Can hear the video sound from the web application clearly.

Actual Behavior

I can't hear the video sound from the web application.

Reproduces How Often

The recall rate is 100%.

Versions

Video iOS SDK

TwilioVideo 4.4

Xcode

XCode 12.2

iOS Version

14.4

iOS Device

iPhone 11

@ceaglest
Copy link
Contributor

Hi @friendtree16,

I can't hear the video sound from the web application.

I am sorry about this. The problem is that the example app doesn't support mixing of ReplayKit audio yet. If you only want the app audio and not the mic you can get it by changing this line of code.

    static let kAudioSampleType = RPSampleBufferType.audioApp

Best,
Chris

@friendtree16
Copy link
Author

Hi @ceaglest
Thanks for your reply!

@kierandonaldson kierandonaldson closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants