I would like to get an UIImage
of the current image/frame of a m3u8 live stream.
I saw of lot of code on forums, ... but they only work for video but not for streams
I would like to get an UIImage
of the current image/frame of a m3u8 live stream.
I saw of lot of code on forums, ... but they only work for video but not for streams
You can use ffmpag to get frames from live stream video
Mobile framework mobile-ffmpeg
command :
ffmpeg -i https://www.radiantmediaplayer.com/media/bbb-360p.mp4 -f image2 -r 1 img%01d.jpg
for more information read answer