libstreaming-examples icon indicating copy to clipboard operation
libstreaming-examples copied to clipboard

using libstreaming to get the thumbnail of stream being published

Open khurramengr opened this issue 11 years ago • 1 comments

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.....

khurramengr avatar Jun 13 '14 15:06 khurramengr

You would just need to get an instance of the Camera object and capture the frame and save it as a bitmap.

jd-alexander avatar Nov 28 '15 03:11 jd-alexander