james h
james h
It should work with oddly-sized images...could be a bug in the code converting the UIImage to a CVPixelBufferRef - maybe strides aren't being taken into account or something
If you're using the raw pixelbuffer source you should be using a CVPixelBufferRef for it. It expects that the pointer you pass into pushPixelBuffer be a CVPixelBufferRef. It should be...
That's strange, I'm unable to reproduce connection issues with Wowza..
`m_outputs` is a vector of `std::weak_ptr` which you must call `.lock()` on to get a `std::shared_ptr` reference to the object. If the object no longer exists, the lock fails. It's...
The audio mixer can take multiple sources of audio if you have a source other than the microphone to mix in it will work. For best results I would recommend...
You'll need to pass in PCM data by the way - so if your audio is compressed you'll have to decompress it via whatever codec and then pass the raw...
Sorry for the slow reply - it would basically be exactly the same as adding the Mic source if you look at the VCSimpleSession code.
What is the URI you are using for establishing your connection?
This is a bit of a puzzling one right now, I want to verify that this happens on connect, right?
Also you should see in the logs "playPath: [some value] app: [some value]" could you list that for me as well?