# srs_server **Repository Path**: burke2025/srs_server ## Basic Information - **Project Name**: srs_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-11-09 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SRS_SERVER ## start ``` docker-compose up -d ``` ## test push stream prepare a mp4 file called test.mp4 ``` ffmpeg -re -stream_loop -1 -i test.mp4 -c copy -f flv rtmp://localhost:1935/live/test ``` ## test pull stream ``` ffplay http://localhost:8080/live/test.m3u8 ```