# red5-server **Repository Path**: endlesshh/red5-server ## Basic Information - **Project Name**: red5-server - **Description**: 最新red5源码,修改为springboot启动 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 7 - **Created**: 2022-07-25 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README red5-server - Red5 server core =========== [![Maven Central](https://img.shields.io/maven-central/v/org.red5/red5-server.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.red5%22) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) Red5 is an Open Source Flash Server written in Java that supports: * Streaming Video (FLV, F4V, MP4, 3GP) * Streaming Audio (MP3, F4A, M4A, AAC) * Recording Client Streams (FLV and AVC+AAC in FLV container) * Shared Objects * Live Stream Publishing * Remoting * Protocols: RTMP, RTMPT, RTMPS, RTMPE, HLS, RTSP AND RTP # Older Releases 本项目基于以下版本修改 * [Red5 1.2.26 Release](https://github.com/Red5/red5-server/releases/tag/v1.2.26-RELEASE) (28 June 2022) # 新的代码都在boot-app下面。 # 已知存在后续要解决的问题。 * 1、使用VLC播放rtmp的时候,无法快进。(原red5存在问题) * 2、使用VLC播放hls没问题,使用videojs会出现卡顿现象,需要优化。 # 使用 * 1、启动后直接访问 http://localhost:5080 查看页面点播。 * 2、使用rtmp播放mp3请求使用(rtmp://localhost:1935/oflaDemo/mp3:2)2为mp3的文件名称。