Hi - we have about 50 live streams and none use the transcoder. We would like to get thumbnails of the live videos.
If we use the transcoder for each stream, the cpu usage will be horrendous - is there a way to use the transcoder to get thumbnails without huge cpu overhead?
That example from Charlie our CTO is for taking a snapshot using the new HTTP Provider that he’s provided in that example. As you can see it now can be done without the need of the Transcoder.
This can quickly take a snapshot of the current live frame of the live stream referenced in the URL.
You can call this from anywhere and redirect the output to a file to automatically save your snapshot. For example, some customers have used the original thumbnail HTTP Provider by call it using curl/wget and redirecting the output, e.g.