You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP class for working with the RTSP protocol (WIP).
2
+
This is a PHP class for interacting with the RTSP protocol. It is still a work in progress.
3
+
4
+
I started this whilst experimenting with the possibility of getting an RTSP stream from a device on the server side then transcoding it so it can be played in a webpage.
5
+
6
+
This class only handles communication with the RTSP control protocol. You can activate streams on devices but you will need seperate software to receive them.
7
+
8
+
If you think this is useful then please feel free to contribute.
0 commit comments