Skip to content

vogonistic/iOS-bug-HLS-AudioMixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bug

AVURLAsset doesn't contain any tracks when streaming a .m3u8 stream, so it's not possible to insert a tap or add a mixer.

Expected behavior

AVPlayerItem.asset.tracks should contain a video and audio track when AVPlayerItem.status == .readyToPlay.

Observed behavior

AVPlayerItem.asset.tracks is empty.

Notes

This is only when streaming .m3u8. If the URL is a .mp4 file, it works fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages