hansemannn / facebook-live-ios

📺 A Swift utility "FBSDKLiveVideo" to stream Facebook Live videos on iOS
MIT License
55 stars 20 forks source link

Text/Image Captions in Live Stream #3

Closed ghost closed 7 years ago

ghost commented 7 years ago

Great starter app for live streaming, thank you! I'd like to request a feature that will display text and images in a live stream for captioning. Or an idea of how to implement this. I've done this for simple video recordings, but have no clue how to achieve this in a live stream. I'm thinking it should be similar right?

hansemannn commented 7 years ago

Great idea! Maybe rather an overlay view that can be passed to keep it dynamic. What do you think?

ghost commented 7 years ago

Yes, that would be pretty awesome!

hansemannn commented 7 years ago

Overlays are now supported since https://github.com/hansemannn/facebook-live-ios/commit/9a1b0dc970062fd2180d19d1e577941de2f3fa50, use with the overlay property!