# streamer **Repository Path**: samwen2019/streamer ## Basic Information - **Project Name**: streamer - **Description**: 接受 rtsp&rtp 生成hls live (支持aac)(h264 under progressive) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `livePoll` ##`calling` 1. `cd livepoll` 1. `mvn spring-boot:run` 2. `ffmpeg -re -i input.mp4 -c:a aac -c:v h264 -rtsp_transport tcp -threads 2 -quality realtime -preset ultrafast -deadline .001 -tune zerolatency -f rtsp rtsp://localhost:8081/stream/123/123` 3. open `http://localhost:8080/index.html` and see your live streaming ####`inspired from this projects` - https://github.com/fecloud/H264Parse - https://github.com/fyhertz/libstreaming - https://github.com/wangdxh/netty-stream - https://github.com/variflight/feeyo-hlsserver