Home - mehmetersin/wurflserver GitHub Wiki
## Installation;
Full working project. Providing http get api for user agent and capabilities. After fetching project create install file with mvn assembly:assembly command. Copy tar.gz file to your directory. Customize bin/startServer.sh file Customize conf/config.properites file. _wurfleFile _and _serverPort _parameters are important.
Usage ;
Sample Request ;
http://localhost:port/dm?user-agent=x&capability=streaming_video,mms_video
Sample Responses ;
1- DEVICENOTFOUND :
2- streaming_video=true|mms_video=false : Success reposnse.
3- streaming_video=true|mms_video=false|c=NOTFOUND : Succes response but capability c is not exist.