项目作者: aayush-yb

项目描述 :
Peer-to-peer Streaming Software
高级语言: Java
项目地址: git://github.com/aayush-yb/StarkHub.git
创建时间: 2018-11-20T18:16:25Z
项目社区:https://github.com/aayush-yb/StarkHub

开源协议:

下载


StarkHub

  1. Peer-to-peer Streaming Software using RTSP protocol .

How it works :

  1. 1. A central server is used for user authentication .
  2. 2. Central server sends information of newly connected nodes to each already connected nodes .
  3. 3. Nodes can contact each other with search queries (query for searching a video).
  4. 4. Source node then start streaming of video and destination node will enjoy the video .
  5. 5. Every node is holding its own database (information about path of videos).
  6. 6. RTSP protocol is used for streaming .
  7. 7. Each node can maintain number of channels, upload videos to channels, can track subscribers, .
  8. 8. Each user can also like videos, subscribe to channels .

How to use :

  1. 1. Just download PeerClient_2 folder and run Peer.java file and rest instructions will be there in application itself .

Technology used :

  1. 1. JAVA Application build on NETBEANS .
  2. 2. Central server is concurrent server(can handle multiple connections simultaneously) .
  3. 3. MySQL database at central server to store user information .
  4. 4. MySQL database at each node to maintain information about its videos .
  5. 5. VLCJ library to do streaming using VLC media player .

New features to be implemented :

  1. 1. Efficient searching of videos.
  2. 2. less number of edges in entire network(by connecting few nodes and transmitting query packets with TTL value) .
  3. 3. Efficient database at each node .