Live icon indicating copy to clipboard operation
Live copied to clipboard

Demonstrates how to build a live broadcast app(Swift 3)

Results 22 Live issues
Sort by recently updated
recently updated
newest added

at SocketIOClientConfiguration.swift, ![screen shot 2019-01-15 at 17 37 03](https://user-images.githubusercontent.com/3118774/51171601-45912780-18ec-11e9-9889-d93adb6c9fc9.png)

I used server localhost struct Config { static var rtmpPushUrl = "rtmp://192.168.0.104:3000/live/" static var rtmpPlayUrl = "rtmp://192.168.0.104:3000/live/" static var serverUrl = "http://192.168.0.104:3000" } I created room in Device A. And...

if you have a ' or any special character in the chat it doesnt show...

use fstv to watch total visitors on every room , control the bandwidth , watch every stream and more

struct Config { static var rtmpPushUrl = "rtmp://106.187.100.229/live/" static var rtmpPlayUrl = "rtmp://106.187.100.229/live/" static var serverUrl = "http://192.168.100.70:3000" } Where do I get the 3 urls?

Has anyone tried to update this project so that it works with Swift 4/iOS 11?

hi, u have source android too?