0

I'm using an OpenTok iOS sdk. I have a h264 video stream (annexB or avc, doesn't really matter) and I want to use it as an input for OpenTok publisher. What's the best way to accomplish that? Do I need to decode the video or can pass it directly?

Maciej S
  • 792
  • 1
  • 7
  • 16

1 Answers1

0

You must decode it first, and then, pass the raw frame to the OpenTok publisher.