VideoCore-Inactive icon indicating copy to clipboard operation
VideoCore-Inactive copied to clipboard

*No longer in development* Please see https://github.com/unpause-live/SwiftVideo

Results 100 VideoCore-Inactive issues
Sort by recently updated
recently updated
newest added

Documentation instructs to use pod with version 0.2.0, but current version is 0.3.0. Version 0.3.x includes aspectMode.

I am getting the following log while connecting on Adobe FMS server. Do you have any solution? Please help me. ``` 2016-04-16 05:37:49.661 SampleBroadcaster-Swift[2016:531501] Creating context 2016-04-16 05:37:52.037 SampleBroadcaster-Swift[2016:531569] rtmp://sample.com:1935/publicorigin/160416_05_0?14991850%3Alv259769050%3A68%3A1460752176%3A0%3A1460752469%3A91d440bb3a1ef858...

'type_half.inl' file not found?

'videocore/mixers/Apple/AudioMixer.h' file not found After I pod install Always compile failure in this issue, I already add ""${PODS_ROOT}/VideoCore" in Header Search Paths thanks ~~

I use function `addPixelBufferSource` to add a watermark image, but sometimes I have to update this watermark image. It means that I have to remove the old one and add...

I am unable to downgrade to 0.38.2 of the pod.can anyone help me

I noticed you added a new `addPixelBufferSource` method to add a UIImage on top of the video stream. But the image is all distorted once is live. ``` - (void)viewDidLoad...

I am working on a concert live streaming iOS app for concertwindow.com. VideoCore has been great for us. One small drawback has been audio static during broadcasts. Here are some...

I have an issue where audio crackling randomly appears and disappears during a stream. This usually occurs every couple of minute during long streams. It seems like whatever happens fixes...

I've tried to add the watermark image with dynamic timestamp label by addPixelBufferSource function. But I need to remove the former image before adding a new image by addPixelBufferSource. Does...