{"id":15108703,"url":"https://github.com/red5/red5-server","last_synced_at":"2026-02-01T22:10:12.349Z","repository":{"id":11944736,"uuid":"14514767","full_name":"Red5/red5-server","owner":"Red5","description":"Red5 Server core","archived":false,"fork":false,"pushed_at":"2025-04-23T14:17:07.000Z","size":119986,"stargazers_count":3392,"open_issues_count":43,"forks_count":1006,"subscribers_count":283,"default_branch":"master","last_synced_at":"2025-04-28T13:59:11.737Z","etag":null,"topics":["aac","eclipse","flash","flv","java","live-streaming","mp4","red5","red5-server","red5pro","streaming","vod"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Red5.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"mondain","tidelift":null,"community_bridge":null,"custom":null,"ethereum":421821097948546704562065070370639182542573340569,"tezos":"tz1gTATenE1Fg6AV3yQMJikJiPjwz7T4GJHZ","doge":"D6U2dx6v1ejvctxZXZtem7y45sXUb1jjds"}},"created_at":"2013-11-19T05:04:10.000Z","updated_at":"2025-04-25T07:22:44.000Z","dependencies_parsed_at":"2023-02-16T22:45:50.411Z","dependency_job_id":"7e442e3a-4fae-4463-b02f-aff308821fd2","html_url":"https://github.com/Red5/red5-server","commit_stats":{"total_commits":516,"total_committers":18,"mean_commits":"28.666666666666668","dds":0.1472868217054264,"last_synced_commit":"dfb2d237dd71a2a9e426f7cf345f0435c09ead60"},"previous_names":[],"tags_count":128,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5%2Fred5-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5%2Fred5-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5%2Fred5-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5%2Fred5-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Red5","download_url":"https://codeload.github.com/Red5/red5-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254028682,"owners_count":22002277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aac","eclipse","flash","flv","java","live-streaming","mp4","red5","red5-server","red5pro","streaming","vod"],"created_at":"2024-09-25T22:22:29.113Z","updated_at":"2025-12-12T02:34:32.356Z","avatar_url":"https://github.com/Red5.png","language":"Java","readme":"red5-server - Red5 server core\n===========\n\n[![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)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nRed5 is an Open Source Flash Server written in Java that supports:\n\n * Streaming Video (FLV, F4V, MP4, 3GP)\n * Streaming Audio (MP3, F4A, M4A, AAC)\n * Recording Client Streams (FLV and AVC+AAC in FLV container)\n * Shared Objects\n * Live Stream Publishing\n * Remoting\n * Protocols: RTMP, RTMPT, RTMPS, and RTMPE\n\nThe Red5 users list may be found here: [red5interest](https://groups.google.com/forum/#!forum/red5interest)\n\nSubreddit: [r/red5](http://www.reddit.com/r/red5)\n\nAutomatic builds (Courtesy of Apache [OpenMeetings](http://openmeetings.apache.org/)): \n * [Red5](https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/)\n * [Windows Installer](https://ci-builds.apache.org/job/OpenMeetings/job/red5-installer/)\n\n# [Releases](https://github.com/Red5/red5-server/releases/latest)\n# [Previous releases](https://github.com/Red5/red5-server/blob/master/README.md#previous-releases)\n\n\u003ci\u003eNote on Bootstrap\u003c/i\u003e\n\nThe bootstrap and shutdown classes have been moved to the [red5-service](https://github.com/Red5/red5-service) project; the dependency has been added to this projects pom.\n\n# StackOverflow\nIf you want answers from a broader audience, [Stack Overflow](http://stackoverflow.com/tags/red5/info) may be your best bet.\n\n# Maven\nReleases are available at [Sonatype - Releases](https://oss.sonatype.org/content/repositories/releases/org/red5/)\n\nSnapshots are available at [Sonatype - Snapshots](https://oss.sonatype.org/content/repositories/snapshots/org/red5/)\n\nInclude the red5-parent in your __pom.xml__  in the __dependencyManagement__ section\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n      \u003cdependency\u003e\n          \u003cgroupId\u003eorg.red5\u003c/groupId\u003e\n          \u003cartifactId\u003ered5-parent\u003c/artifactId\u003e\n          \u003cversion\u003e${red5.version}\u003c/version\u003e\n          \u003ctype\u003epom\u003c/type\u003e\n      \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e  \n```\nin addition to any other Red5 projects in the __dependencies__ section\n```xml\n  \u003cdependency\u003e\n      \u003cgroupId\u003eorg.red5\u003c/groupId\u003e\n      \u003cartifactId\u003ered5-server\u003c/artifactId\u003e\n      \u003cversion\u003e${red5.version}\u003c/version\u003e\n      \u003ctype\u003ejar\u003c/type\u003e\n  \u003c/dependency\u003e\n```\n\n## Build from Source\n\nAs of release 1.2.2 the target JDK is now JDK 11 and the Maven poms use the [toolchain plugin](https://maven.apache.org/guides/mini/guide-using-toolchains.html).\n\nTo build the red5 jars, execute the following on the command line:\n```sh\nmvn -Dmaven.test.skip=true install\n```\nThis will create the jars in the \"target\" directory of the workspace; this will also skip the unit tests.\n\nTo package everything up in an assembly (tarball/zip):\n```sh\nmvn -Dmaven.test.skip=true clean package -P assemble\n```\nTo build a milestone tarball:\n```sh\nmvn -Dmilestone.version=1.0.7-M1 clean package -Pmilestone\n```\n\n# Eclipse\n\n1. Create the eclipse project files, execute this within red5-server directory.\n```sh\nmvn eclipse:eclipse\n```\n2. Import the project into Eclipse.\n3. Access the right-click menu and select \"Configure\" and then \"Convert to Maven Project\".\n4. Now the project will build automatically, if you have the maven plugin installed.\n\n[Screencast](http://screencast.com/t/2sgjMevf9)\n  \nFeatures supported via plugin (These are mostly deprecated):\n * [WebSocket (ws and wss)](https://github.com/Red5/red5-websocket)\n * [RTSP (From Axis-type cameras)](https://github.com/Red5/red5-rtsp-restreamer)\n * [HLS](https://github.com/Red5/red5-hls-plugin)\n \n# Older Releases\nThe artifacts for the following releases are no longer available; if your project requires them, you'll have to build them from source. The listings are here only for historical purposes.\n\n * [Red5 1.2.25 Release](https://github.com/Red5/red5-server/releases/tag/v1.2.25-RELEASE) (28 June 2022)\n * [Red5 1.2.2 Release](https://github.com/Red5/red5-server/releases/tag/v1.2.2-RELEASE) (5 September 2019)\n * [Red5 1.1.1 Release](https://github.com/Red5/red5-server/releases/tag/v1.1.1-RELEASE) (29 May 2019)\n * [Red5 1.1.0 Release](https://github.com/Red5/red5-server/releases/tag/v1.1.0-RELEASE) (22 April 2019)\n * [Red5 1.0.10 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.10-RELEASE) (9 February 2019)\n * [Red5 1.0.9 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.9-RELEASE) (11 June 2017)\n * [Red5 1.0.8 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.8-RELEASE) (23 December 2016)\n * [Red5 1.0.7 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.7-RELEASE) (12 May 2016)\n * [Red5 1.0.6 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.6-RELEASE) (8 September 2015)\n * [Red5 1.0.5 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.5-RELEASE) (7 February 2015)\n * [Red5 1.0.4 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.4-RELEASE) (26 December 2014)\n * [Red5 1.0.3 Release](https://github.com/Red5/red5-server/releases/tag/v1.0.3-RELEASE) (5 August 2014)\n * Red5 1.0.2 Release (9 April 2014)\n * Red5 1.0.2 Snapshot (18 April 2013)\n * Red5 1.0.1 Final (14 January 2013)\n * Red5 1.0 Final (03 December 2012)\n * Red5 0.9.1 Final (21 February 2010)\n * Red5 0.9.0 Final (27 January 2010)\n * Red5 0.8.0 Final\n\n### Donations\nDonate to the cause using\n\u003ctable\u003e\n  \u003ctr\u003e\u003ctd\u003eBTC\u003c/td\u003e\u003ctd\u003e19AUgJuVzC8jg16bSLJDcM6Nfouh9JvwKA\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003eETH\u003c/td\u003e\u003ctd\u003e0x5115e085937ba5B4AEc0FF5C3cAbF6eE523B7D97\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\u003ci\u003eDonations are used for beer and snacks\u003c/i\u003e\n\n### Supporters\n\n[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/java/profiler/)\n\nYourKit supports open source projects with innovative and intelligent tools\nfor monitoring and profiling Java and .NET applications.\n\n[![Red5pro](https://www.red5pro.com/wp-content/uploads/2019/08/Red5Pro_logo_white_red.svg)](https://red5pro.com/)\n\nLive video streaming solved.\nBroadcast video to millions in under 500 milliseconds.\n","funding_links":["https://ko-fi.com/mondain",421821097948546704562065070370639182542573340569,"tz1gTATenE1Fg6AV3yQMJikJiPjwz7T4GJHZ","D6U2dx6v1ejvctxZXZtem7y45sXUb1jjds"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5%2Fred5-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred5%2Fred5-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5%2Fred5-server/lists"}