Skip to content

saravanastar/video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIDEO STREAM HTTP

  Repository contains the code to stream the video in HTTP. Used the 
  Spring fromework to Stream the Video
  
  Url endpoint is video/stream/mp4/toystory
  Here the Path params are video/stream/{fileType}/{fileName}
  
  Applicaiton looks for the video in the resources/video folder, if want to
  work on own video, place the file in video folder in resources and 
  play around it.
  
  Start the applciation and hit the below url to try it out
  http://localhost:8080/video/stream/mp4/toystory

Article about this repo https://medium.com/@saravanastar/video-streaming-over-http-using-spring-boot-51e9830a3b8