Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

iOS cannot play paused audio or video after recording #46

Open
@jaybowang

Description

@jaybowang

Steps to reproduce

  1. play a video
  2. pause the video
  3. record
  4. continue to play the video
  5. result: the video cannot be continued

I found this line might lead to this problem.

[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryRecord error:nil];

Respecting the previous category would solve this. I'll create a PR later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions