Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to add an overlay to the video? #17

Open
haemi opened this issue Nov 20, 2016 · 4 comments
Open

is it possible to add an overlay to the video? #17

haemi opened this issue Nov 20, 2016 · 4 comments

Comments

@haemi
Copy link

haemi commented Nov 20, 2016

I would like to stream a video with some overlay, e.g. some text information and stuff like that - is this possible?

@dourgulf
Copy link

dourgulf commented Dec 3, 2016

you mean live with this overlay? if just overlay on client side, why not? just add anything you want to the view.

@y4nnick
Copy link

y4nnick commented Feb 1, 2017

You can simple create a UIView and display anythink you want in it. Then set the UIView as watermark by calling: session.warterMarkView = overlayView

@haemi
Copy link
Author

haemi commented Feb 1, 2017

@dourgulf I mean in the streamed video, not just on the client side.

@y4nnick can this be changed multiple times? e.g. to have a counter there?

@y4nnick
Copy link

y4nnick commented Feb 5, 2017

Yes, you can change the watermark view as often you like.
Only think is that you have to call session.warterMarkView = overlayView after each change (this is a little bit strange IMHO).

And yes, the watermark is in the streamed video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants