Search results

  1. N

    Mic detection fails on Mac

    1. Correct. 2. No. I open the Media Devices example and it says "Failed to get media devices" as it appears in the screenshot above. 3. Not exactly. When I block the Camera access from Chrome the microphones are detected.
  2. N

    Mic detection fails on Mac

    Some more details. The problem is related with the absence of a video input device. When I block access to the webcam the mic detection work fine. Btw, I remember I had reported the same issue in the past which got fixed but somehow it come back again.
  3. N

    Mic detection fails on Mac

    I have more details on this. It is not related with Mac or Chrome, the latest js library fails to detect the devices. Here is what I see on the flashphoner test pages. When I run the native javascript code to enumerate the devices it lists them correct but the flashphoner.js fails to detect...
  4. N

    Mic detection fails on Mac

    We have users reporting that when trying to broadcast through Chrome 69 on Mac it won't detect the microphone devices. We cannot test at the moment as we do not have a Mac device at hand. Is it possible for you to test?
  5. N

    Exception at stream info service

    I did that but REST hooks have stopped coming.
  6. N

    Exception at stream info service

    We use the REST hooks so I suppose we should not add disable_manager_rmi=true, right?
  7. N

    Exception at stream info service

    We have a user complaining that his screen sharing cuts off unexpectedly. When I check the flashphoner_manager.log I see a storm of the following lines keep repeating forever: 10:19:44,172 WARN RmiNodeStatService - RMI TCP Connection(2593)-XXX.XXX.XXX.XXX Exception at stream info service...
  8. N

    Rest error

    5.1.3499
  9. N

    Rest error

    I am posting the following: :9091/rest-api/stream/find {"name":"abcd123", "status":"PUBLISHING" } And the server returns the following error although there is a publishing stream with this name: { "exception":"java.io.EOFException", "path":"/rest-api/stream/find"...
  10. N

    Enable webhooks

    I have just installed the latest version to experiment with some configuration and I think the webhooks are not enabled or something: # ssh admin@localhost -p 2000 Password authentication Password: > show apps show: command not found > help Try one of these commands with the -h or --help...
  11. N

    Certificate replacement error

    I am trying to replace the SSL certificate through the dashboard and I get the following error: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sat Sep 01 18:23:49 EDT 2018 There was an unexpected error (type=Internal Server...
  12. N

    Slow action=stat

    We ping the /?action=stat page every 1 minute from our monitoring tool and we see that when there are around 100 connected users it takes 5-6 seconds to render. 1) Is it normal to take that long? 2) Is it bad practice to hit the stats page so often?
  13. N

    Flashphoner becomes very slow

    We have finally figured it out. The problem was not related with the Flashphoner, it was a faulty network switch. In fact, Flashhponer performed great under such conditions. Thanks for the support.
  14. N

    Flashphoner becomes very slow

    I did it. I tested again and it still takes 1 second to pass from playStream event to StreamStatusEvent. 12:37:16,635 INFO agerRemoteRmiService - RMI TCP Connection(5)-127.0.0.1 SEND REST OBJECT ==> 12:37:16,645 INFO agerRemoteRmiService - RMI TCP Connection(5)-127.0.0.1 RECEIVED REST OBJECT...
  15. N

    Flashphoner becomes very slow

    I wave switched back to localhost to cross out the remote server latency. Check this out: At 11:04:36,735 it receives the reply for the playStream event and almost after 1 second it triggers the StreamStatusEvent at 11:04:37,661. It feels like an internal Flashhponer queue has a lag or...
  16. N

    Flashphoner becomes very slow

    Here is the zip with the files: https://files.fm/u/vk9zgd44 I have just checked the transition time from /playStream to /StreamStatusEvent when the server does not have any load: /playStream 11:04:36,729 INFO agerRemoteRmiService - RMI TCP Connection(2375)-127.0.0.1 SEND REST OBJECT ==>...
  17. N

    Flashphoner becomes very slow

    Flashphoner becomes very slow after 100 connections. We have 2-3 users streaming voice and screen sharing. When we start reaching 100 connected users things start to become very slow. By slow I mean that it takes 20 seconds from the time the users clicks play until he starts receiving...
  18. N

    ConnectionStatusEvent No Data

    Hi, i have configured the server REST method according to examples and everything works as expected. The problem is that sometimes the flashphoner server calls our REST Api endpoint /ConnectionStatusEvent without any data. What is the case when this call not sent any data? Regards
  19. N

    REST API Authorization

    Yes i have completed all these step's based on this https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-rest-methods/ and the authorization workflow passes through my REST API successfully. The problem is that when i return 404 or 500 from my REST API to flashphoner media server, the server...
Top