项目作者: dwoz

项目描述 :
PubSub Plugin for Janus WebRTC Gateway
高级语言: C
项目地址: git://github.com/dwoz/janus-pubsub-plugin.git
创建时间: 2018-01-20T22:50:27Z
项目社区:https://github.com/dwoz/janus-pubsub-plugin

开源协议:

下载


Janus PubSub Plugin

Janus PubSub Plugin is plugin for Janus WebRTC Gateway. The plugin provides
some similar functionality found in the janus core plugin set, but with a
different api and symantics. A handle for this plugin can be a publisher or
subscriber. Publisher publish thier media to a stream with a name. Subscribers
use the publisher’s name to subscribe to a publisher’s stream. Multiple
subscribers can subscribe to single publisher. Subscribers can be Janus WebRTC
Sessions or RTP forwarders.

Publish request

  1. {'message': {'request': 'publish', 'name': 'stream 1'}}

Subscribe request

  1. {'message': {'request': 'subscribe', 'name': 'stream 1'}}