Skip to content

accept rtsp&rtp produce hls live aac & h264 with fmp4

Notifications You must be signed in to change notification settings

ashraf-revo/streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

livePoll

calling

  1. cd livepoll
  2. mvn spring-boot:run
  3. ffmpeg -re -i input.mp4 -c:a aac -c:v h264 -rtsp_transport tcp -threads 2 -f rtsp rtsp:https://localhost:8081/stream/156
  4. open http:https://localhost:8080/index.html?stream=156 and see your live-streaming
  5. open directory tmp\156 you will find *.m3u8,audio.m4s,video.m4s

inspired from this projects