java - Red5: Create server side thumbnails of video streams? -


i have flex video streaming application using red5 streaming server. need generate thumbnails of streams every x seconds display them on web page. know, possible create client side thumbnails via flex application generates stream, possible create thumbnails on server side?

try ffmpeg , can generate video thumbnails on server side.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -