Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Video Playing Delay #6

@Anbu312

Description

@Anbu312

Hi @priore

I am facing delay playing videos. anybody facing that issue. Below my code I load my video player to TableView give me any suggestion lot of helpful for me.

         cell.playerVC.videoURL = @"Video Url";
        cell.playerVC.overlayVC.view.tag = indexPath.row;
        [cell.playerVC.view setFrame:cell.feedImage.bounds];
        cell.playerVC.videoGravity = AVLayerVideoGravityResizeAspectFill;
        [((UIView *)cell.feedImage) addSubview:cell.playerVC.view];
        
        [[AVAudioSession sharedInstance]
         setCategory: AVAudioSessionCategoryPlayback
         error: nil];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions