Transport plugins available out of the box. More...
Topics | |
Transport API | |
Transport API (aka, how to write your own transport plugin) | |
Files | |
file | janus_http.c |
Janus RESTs transport plugin. | |
file | janus_mqtt.c |
Janus MQTT transport plugin. | |
file | janus_nanomsg.c |
Janus Nanomsg transport plugin. | |
file | janus_pfunix.c |
Janus Unix Sockets transport plugin. | |
file | janus_rabbitmq.c |
Janus RabbitMQ transport plugin. | |
file | janus_websockets.c |
Janus WebSockets transport plugin. | |
Transport plugins available out of the box.
In order to showcase how different transport plugins can implement support for the Janus API over different transport protocols, a few plugin implementations are provided out of the box. The API for writing a new plugin is specified in the Transport API section.