{"id":26802437,"url":"https://github.com/red5pro/rtmpbee-publisher","last_synced_at":"2026-07-12T18:31:11.734Z","repository":{"id":77015983,"uuid":"132035243","full_name":"red5pro/rtmpbee-publisher","owner":"red5pro","description":"RTMP Bee Publisher version","archived":false,"fork":false,"pushed_at":"2019-09-13T21:01:45.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-06-12T00:22:11.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.red5.net/blog/load-testing-the-webrtc-video-streaming-server/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red5pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-03T18:33:49.000Z","updated_at":"2026-05-21T18:05:27.000Z","dependencies_parsed_at":"2023-03-17T15:16:11.299Z","dependency_job_id":null,"html_url":"https://github.com/red5pro/rtmpbee-publisher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/red5pro/rtmpbee-publisher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red5pro%2Frtmpbee-publisher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red5pro%2Frtmpbee-publisher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red5pro%2Frtmpbee-publisher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red5pro%2Frtmpbee-publisher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red5pro","download_url":"https://codeload.github.com/red5pro/rtmpbee-publisher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red5pro%2Frtmpbee-publisher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35400292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-29T21:18:05.336Z","updated_at":"2026-07-12T18:31:11.730Z","avatar_url":"https://github.com/red5pro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtmpbee-publisher\nRTMP Bee Publisher\n\n# Download BBB\n* 480p HD [http://bbb3d.renderfarming.net/download.html](http://bbb3d.renderfarming.net/download.html)\n\n# Convert from AVI to FLV\n[Settings Reference](https://www.ezs3.com/public/What_bitrate_should_I_use_when_encoding_my_video_How_do_I_optimize_my_video_for_the_web.cfm)\n\n## Using ffmpeg\n```sh\n$ ffmpeg -i big_buck_bunny_480p_surround-fix.avi -y -ab 56k -ar 44100 -b:a 54k -b:v 750k -r 24 -c:a aac -c:v libx264 -f flv output.flv\n```\n\n# Streaming\n\n## Using ffmpeg\n```sh\n$ ffmpeg -re -stream_loop -1 -fflags +genpts -i output.flv -c copy -f flv rtmp://10.0.0.10:1935/live/stream1todd\n```\n\n# Attacking\nThe following will deploy 10 RTMP publishers (`0.2` seconds apart) which will broadcast for 30 seconds each. Their stream names will be appended by `_N`, where `N` rerpesents the number in the sequence that they were deployed - e.g., `stream1_0`, `stream1_1`, etc.\n\nThe script will also create `N`-number of copies of the FLV file so that each process is working with their own file for broadcast.\n\n## Using rtmpbee-publisher.sh\n```sh\n$ ./rtmpbee-publisher.sh ipv6west.red5.org live stream1 10 30 bbb_480p.flv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5pro%2Frtmpbee-publisher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred5pro%2Frtmpbee-publisher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5pro%2Frtmpbee-publisher/lists"}