fyhertz / libstreaming-examples

Some examples of how to use libstreaming
283 stars 231 forks source link

using libstreaming to get the thumbnail of stream being published #12

Open khurramengr opened 10 years ago

khurramengr commented 10 years ago

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

jd-alexander commented 8 years ago

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