Edward-Wu / srt-live-server

srt live server for low latency
Other
645 stars 192 forks source link

TIP: How to Change the MAX listener port from 10000 to Whatever you want.. #63

Open b3ck opened 3 years ago

b3ck commented 3 years ago

I found it strange that the port limited for the listener server was set to max of 10000, so I went in and changed one line of code and I was able to lift this restriction;

You should see your normal build output like below: image

If you only see it processing the OBJ files (.o), you need to delete them first before running 'sudo make' otherwise it will just keep using the old OBJ files, please keep in mind you will need to do this whenever you make modifications to the slscore files.

Have Fun, -b3ck