sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.32k stars 349 forks source link

Is it possible to organize 'video on demand' with seeking? #151

Closed artemiuzzz closed 7 years ago

artemiuzzz commented 7 years ago

Looking a way to implement such feature, is it possible with libsourcey?

auscaster commented 7 years ago

Yes you could use the https://github.com/sourcey/libsourcey/tree/master/src/av/samples/mediaserver or WebRTC. Neither of those have seeking inbuild, so you would have to implement it yourself, but its not hard with the FFmpeg layer.