Skip to content

wirecloud-fiware/kurento-media-server-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurento Media Server Mock

This project is a simple mock for JSON-RPC 2.0 communication of Kurento Media Server (To know more about Kurento check this).

Now only support Python 2 (Tested in python2.7), maybe in the future I will port to python3, but the script SimpleWebSocketServer.py (thanks to opiate for this awesome script!) only work in Python 2 right now.

You can execute it manually:

chmod +x kmsmock/kms-mock.py
./kmsmock/kms-mock.py

Or install it and execute!

python2 setup.py install  # Use sudo if you've never done this before and have no idea what this do
kms-mock.py

By default the server use the port 8889

Why the version name?

Maybe you had seen that the version name is pα-0.0.1-mn (actually the α is an a because pypi don't support unicode :'( )

The name means, literally: Pre-Alpha-0.0.1-MyNeeds

What says that this is a project that I've built to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages