Guest User

Untitled

a guest
Jul 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [HttpGet("ConvertedVideo/{path}")]
  2. public FileStreamResult ConvertedVideo(string path)
  3. {
  4. return File(_fileManager.ConvertedStream(path), "video/mp4");
  5. }
  6.  
  7. Accept: */*
  8. Accept-Encoding: identity;q=1, *;q=0
  9. Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
  10. Connection: keep-alive
  11. Range: bytes=0-
  12.  
  13. Accept-Ranges: none
  14. Cache-Control: no-cache
  15. Connection: close
  16. Content-Length: 1247369
  17. Content-Range: bytes 0-1247368/1247369
  18. Content-Type: video/mp4
  19. Date: Sun, 22 Jul 2018 16:27:13 GMT
  20. Pragma: no-cache
  21. Server: Kestrel
  22. X-Powered-By: ASP.NET
Add Comment
Please, Sign In to add comment