libstreaming-examples
libstreaming-examples copied to clipboard
using libstreaming to get the thumbnail of stream being published
Hy everyone first of all i would like to appreciate this great effort. i am using libstreaming in my project and it works great for publishing stream from android device to wowza server, now the issue is that i need to get thumbnail of the stream being published to the server. For this purpose, i guess i need to grab the first frame of the stream being published, but how do i do that??? the samples doesn't show anything like this. any help in this regard will be appreciated thanks in advance.....
You would just need to get an instance of the Camera object and capture the frame and save it as a bitmap.