unpause-live / SwiftVideo

Swift Video Framework for Linux, macOS, and iOS/iPadOS
https://www.unpause.live
Apache License 2.0
195 stars 25 forks source link

Create RTMP Local server #29

Closed Goule closed 4 years ago

Goule commented 4 years ago

Hello,

I'm looking for a way to create RTMP server locally on an iOS app.

It is possible to do it with this library ? Have you any exemple ? I tried to add SwiftVideo with SPM on iOS project but it seems to be broke.

Thanks :)

jgh- commented 4 years ago

Hi - sorry for the (very) slow reply. With the new 0.2.0 change I just merged in you can make an RTMP server on iOS. Follow the build instructions in the README to use with Xcode, and you should be able to use the RTMP example code.

Goule commented 4 years ago

Thanks I will try this !!