topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 6:58 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NotACoder [ switch to compact view ]

Pages: [1]
1
DC Member Programs and Projects / Re: MFCRecorder - Continued
« on: April 12, 2016, 03:57 PM »
I have recently gotten permission from the original author of MFCRecorder, AnonCapper, to modify his code and continue the MFCRecorder as I see fit...

I guess you noticed in the GetModelsJsonUrl() that when constructing the WebSocket URL, only the first Websocket server from the _chatServers dictionary is used? (_chatServers.First().Key)

I instead did a simple:
 
Code: C# [Select]
  1. String chatServer = _chatServers.ElementAt(rand.Next(0, _chatServers.Count)).Key;
Just my 2ยข.

2
DC Member Programs and Projects / Re: MFCRecorder - Continued
« on: April 09, 2016, 09:35 PM »
When a "camserv" is missing from the configproxy.php "h5video_servers" does that mean the model hasn't enabled the Mobile feed?

Pages: [1]