Skip to content

aalborg-supercomputer-klubben/hyperwall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asck hyperwall

hyperwall project for asck

setup consists of a rtsp server, a server sending video and a receiver (e.g. vlc or ffplay)

setup

  • run Docker image of rtsp server:

docker run --rm -it --network=host bluenviron/mediamtx:latest

  • run sender:

python sender.py --video-source file.mp4 --remote localhost:8554

  • run receiver:

python receiver.py --remote localhost:8554

  • or run ffplay: ffplay rtsp://localhost:8554/frame0

ffplay rtsp://localhost:8554/frame1

ffplay rtsp://localhost:8554/frame2

ffplay rtsp://localhost:8554/frame3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published