Search results

  1. N

    REST API Authorization

    Hi, i'm using flashphoner version 5.0.2484 and i have implemented the REST API for authorization based on docs from here https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-rest-methods/. My authorization scheme consists of an "auth" tag inside "custom" variable which contains a token (ex...
  2. N

    Failed to get media devices problem

    We have tracked down the source of the problem. The getMediaAccess function constraints, should be true/false depending on the return value of the enumerateDevices function. If the video device does not exist, then the respective constrain should be video: false instead
  3. N

    Failed to get media devices problem

    There is a problem with the flashphoner library that enumerates the microphone devices. The problem seems to happen on desktop PCs that only have build in sound card and do not have attached a webcam. As you can see from my screenshot even though the library cannot enumerate the devices I am...
  4. N

    Custom flashphoner.js compilation

    Is there any way to generate custom versions with certain features disabled? I am looking for a version that has only the player, no broadcast capabilities, in the hopes that my Ionic mobile app loads faster. We see 3 seconds delay when we include the flashphoner.min.js.
  5. N

    Failed to get media devices

    It is something on my Firefox. Although there is permission to allow camera access it wont work.
  6. N

    Failed to get media devices

    I think the problem occurs when there are two webcams installed on the system.
  7. N

    Failed to get media devices

    I neglected to mention that the screenshots were from Firefox. It works on Chrome.
  8. N

    Failed to get media devices

    There is the following problem, I am testing on 5.0.2447. And to give some more feedback:
  9. N

    Upload SSL Certificates error

    I login into the dashboard.xhtml and then I when I go to Security -> Certificates it shows this error: My version is 5.0.2436
  10. N

    Choppy sound

    We have a user who starts a screen share + microphone and after 4-5 hours of continuous streaming the sound starts sounding choppy. Not sure what to check on the server but the top command gives me the following output which looks odd to me. What do you suggest to check the next time it does that?
  11. N

    turn off client logs

    How do I disable the client logs the are kept in this directory? /usr/local/FlashphonerWebCallServer/logs/client_logs/ The flashphoner.properties already have: save_client_logs =false
  12. N

    Two streams on Safari

    Hello and thank you for the quick addition. i made my tests and the javascript part is working fine (stream.videoResolution()) but unfortunately the call to REST don't. The javascript part though is what i really need so i'm ok. If you still need feedback on REST please sent me a new version...
  13. N

    Two streams on Safari

    I have already implement REST methods for authentication purposes and i can see in the logs that the resolution is always "width":0,"height":0 i sent you a sample of the request
  14. N

    Two streams on Safari

    There's 2 problems actually: 1) i don't know the initial resolution/aspect ratio 2) in share-screen the user can resize the window during broadcasting (it could be an app)
  15. N

    Two streams on Safari

    I understand, thank you for the quick response. Let me describe my use case I have a share-screen broadcaster who streams an variable size app view to iOS devices running safari. If i specify the resolution (through playWidth and playHeight) the video looks distorted because it won't match...
  16. N

    Two streams on Safari

    Hello, on your sample on https://wcs5-eu.flashphoner.com/client2/examples/demo/streaming/player/player.html you seem to always specify the playWidth and playHeight variables. Is this a prerequisite? I tried to remove those variables and it won't work on devices with safari browser
  17. N

    Two streams on Safari

    So, two streams on Mac Safari can be played only through Flash, not through websocket, right? Please let us know when you have a working sample. This will have great impact to our service.
  18. N

    Two streams on Safari

    Can I play two streams on Safari? For example one screenshare and one for audio.
  19. N

    webcallserver crash

    Crashed again.
  20. N

    webcallserver crash

    Now flash player works for some time and then the screen goes very fuzzy. After that you are able to connect with the player but nothing is displayed.
Top