mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.

Results 11 mamba issues
Sort by recently updated
recently updated
newest added

### Description Currently, I can't include it with Swift 5.3.2. Since Swift 5.1, Apple provide module stability feature in Xcode. This enables a framework to be able to be included...

The PR with small changes have been merged into `develop_1.x ` https://github.com/Comcast/mamba/pull/119 Can you please tag new release `1.5.6`

Install via Swift Package Manager?

I noticed that when accessing Playlist Tags in iterations on a debug build would work fine, but on a production build it would crash the app. The way I was...

(Note: Found in 1.x but should also check 2.x when fixing) Parsing this playlist: ``` #EXTM3U #EXT-X-VERSION:7 #EXT-X-PLAYLIST-TYPE:EVENT #EXT-X-TARGETDURATION:3 #EXT-X-KEY:METHOD=AES-128,URI="http://myserver.com",IV=0x000102030aaaaccccccccbbbbb0d0e0f #EXT-X-MAP:URI=\"http://myserver.com/init.mp4\" #EXT-X-ENDLIST ``` ### Expected Behavior Parse should succeed ###...

Do you guys have any plans on adding SPM support? We're looking to move away from Carthage, now that SPM supports iOS/tvOS

### Description comment I ran across in our current implementation: // mamba validation issues have a poor interface. Best I can do is search in the description field when trying...

### Feature Request It doesn't seem that Mamba currently supports Low-Latency HLS, is this in the plan, or did I miss something? It claims that this writes HLS playlists, does...

### Description we need more than one owner who can push the podspec in case the owner is out of contact. ### Tasks - [ ] add a couple more...

### Description Ideally, mamba would support all HLS tags through version 8. This issue is more of a epic, and each tag would be a specific sub issue. If you...