Platform: Linux
RTMP like protocol implementation, but without complicated header, it can be used as realtime transfer.
they are where it can be used to:
-
realtime file transfer
-
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
-
etc.
This project has three part: pusher,server and puller
if you familiar with rtmp protocal, it would be self-explanatory.
RTMPPusher: pushing local data to server
RTMPServer: transfer data and copy it to multi-copy to many pullers
RTMPPuller: pulling data from server
Detail about this project, please go to RTMPServer.
- Brian Yi