VIDEO STREAM HTTP V2
- index page configured
- the items in the folder have been made listable
Next: Dosya isimlendirirken . ve diğer özel karakterler, boşluk gibi unsurlar problem yaratıyor, bunun üzerine bir geliştirme yapılacak.
Thx to @saravanastar @stackabuse
quotation from @saravanastar (Original Project https://github.com/saravanastar/video-streaming)
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