rtmp-wrapper icon indicating copy to clipboard operation
rtmp-wrapper copied to clipboard

librtmp wrapper class for iOS use

Results 7 rtmp-wrapper issues
Sort by recently updated
recently updated
newest added

I use this wrapper to download the packets from my RTMP server, though it is out of its original purpose(this wrapper is to send/write data to RTMP servers). Anyway, there...

seems like it won't work on the simulator because of this?

is it possible to "feed" this wrapper with live data from AVCaptureSession?

Hi I am making a app based on broadcasting for that i am using video core library but the video is not playing server side so i just see rtmp-wrapper...

Error: --> BOOL ret = [rtmp rtmpOpenWithURL:rtmpDest enableWrite:YES]; rtmp-wrapper-master/rtmpTester/ViewController.m:32:22: No visible @interface for 'RtmpWrapper' declares the selector 'rtmpOpenWithURL:enableWrite:' ..every reference to rtmp will trigger same error.. - I tried to...

I am trying to get get the data of video from the photo library. I am using following code:- { videoArray = [self getContentFrom:group withAssetFilter:[ALAssetsFilter allVideos]]; if (videoArray.count) { ALAssetRepresentation...