ASP MVC Video Streaming
Required method to implement streaming video (mp4, will discuss options with other formats), on request type /video/1.pm4?start=10 should return the stream with the video starting from 10 seconds.
Possible solutions:
Class with a method
- Module for I
15.03.2016 20:07