Skip to content

Pask423/video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Example of video streaming service with Akka Streams

Full article is available on:

  1. Dzone
  2. Medium

Running locally

Before starting doing any changes I recommend to import project into IDE and then perform any changes from there.

To successfully run application locally you have to change first line in stream method inside Streamer object and change value of path variable. I have added small .mp4 file to repository, so you can use it as test video.

Example
val path = "path/to/file" => val path = "/path/to/project/test-video.mp4"

About

Akka hello world with video streaming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published