Download the PHP package phpbg/rtsp without Composer
On this page you can find all versions of the php package phpbg/rtsp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rtsp
Pure PHP RTSP 1.0 server
This is a library that allow you to build a RTSP/1.0 server.
Examples
Bare minimum server
This is a very minimal server that will
- dump requests
- reply with 200 OK (which is not very useful :-)):
Server with middleware stack
This is almost the same example as the previous one, but with a more flexible and trendy middleware stack.
phpbg/rtsp
comes with some handy middlewares that will help you build a rfc compliant application:
AutoCseq
: automatically add cseq header to your responsesAutoContentLength
: automatically add content-length to your responsesLog
: Automatically log request and responses
Install
Contribute
Tests
To run unit tests launch:
php vendor/phpunit/phpunit/phpunit --coverage-text -c phpunit.xml
NB: launching with code coverage increase greatly the time required for tests to run, especially memory leak searching tests
All versions of rtsp with dependencies
PHP Build Version
Package Version
Requires
react/socket Version
^1.1
react/promise Version ^2.7
psr/log Version ^1.0
myclabs/php-enum Version ^1.5
evenement/evenement Version ^3.0
react/promise Version ^2.7
psr/log Version ^1.0
myclabs/php-enum Version ^1.5
evenement/evenement Version ^3.0
The package phpbg/rtsp contains the following files
Loading the files please wait ....