Skip to content

BrianYi/rtmp_pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Platform: Windows, Linux(Planning)

RTMP like protocol implementation, but without complicated header, it can be used as realtime transfer.
they are where it can be used to:

  1. realtime file transfer

  2. realtime video, like rtmp protocol, server is just transfer what he received and copy many of it to puller which is match up with packet app

  3. etc.

This project has three part: pusher,server and puller
if you familiar with rtmp protocal, it would be self-explanatory.
rtmp_pusher: pushing local data to server

rtmp_server: transfer data and copy it to multi-copy to many pullers

rtmp_puller: pulling data from server

Detail about this project, please go to rtmp_server.

Authors

  • Brian Yi

About

RTMP like protocol implementation, but without complicated header, it can be used as realtime transfer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors