Search results

  1. J

    Demo server license

    Thank you Max, setting rtp_force_synchronization=true worked, i can see the streams fine now :)
  2. J

    Demo server license

    Hello, I have just moved an existing app to a new server and in the process upgraded WCS from 5.0 to 5.1 and now the app is not displaying the video feed from the IP cams anymore. In the process of debugging this i tried the RTSP stream directly in the "Player" demo on my server's dashboard...
  3. J

    Help with conference demo

    Ok thanks I will figure something out. Is there any place in your website where I can see the roadmap?
  4. J

    Help with conference demo

    By the way if it helps I can make a pull request if you have the code in a public repository like Github or Bitbucket.
  5. J

    Help with conference demo

    Hi, I understand that i could just keep fetching any additional data i need from the backend on every event but this is highly ineffective, why make additionals calls to the backend if we could simply send any custom data we need during the events of the Room API. For example with the message...
  6. J

    Help with conference demo

    Hi, that solves the problem of sending custom data during connection creation to the backend but this data is not returned to the client anywhere, so i still have no way to send additional custom data from the backend to the client on ROOM_EVENTs (JOIN / LEFT / MESSAGE) because the room API...
  7. J

    Help with conference demo

    Hi again, i am trying to pass additional custom data to the backend when joining a conference but i am so far unable to do it. I tried to pass a custom object when creating the session like it is possible in the IP cam example but here it does nothing and looking at the code of Flashphoner.js it...
  8. J

    Help with conference demo

    Hi guys, quick question, when does the APIMethods.SUBSCRIBE event happens?
  9. J

    Help with conference demo

    Hi, I understand, that makes sense, thank you.
  10. J

    Help with conference demo

    Hi, I've been going over the code of RoomApp and it is pretty straight forward but i am wondering why i don't see anywhere the hook for "/unPublishStream" handled anywhere. The file where all those hooks are handled is room/RoomApp.java but there is no conditional statement to handle what i am...
  11. J

    Help with conference demo

    Thank you very much, i'll have a look and get back to you once i have questions.
  12. J

    Help with conference demo

    Yes? No? Maybe?
  13. J

    Help with conference demo

    Hi, I was wondering, did you release the code of that application already? If not, any idea when that is happening?
  14. J

    Help with conference demo

    Hello, I am porting an existing application to WCS and i'm going to use the conference demo as a starting point. I wanted to check all the REST urls called by that demo to know which REST hooks i should setup in my backend application so i created a node.js application to accepts any url that...
  15. J

    Help getting started with secure IP Cam streaming

    Ok that would explain why it only showed up once in the log, but what about the rest? One of the times the server was simply unreachable. How can i debug that? Does the server restarts by itself if it crashes? How can i get notified as soon as the server is not working correctly so that i know i...
  16. J

    Help getting started with secure IP Cam streaming

    Hi again, sorry to reopen this thread, i just have a quick question, it happened twice already that i couldn't get the streams working, one time the connection could not be established, and trying to connect to the dashboard was just showing a white error page (white label error i think), once...
  17. J

    Help getting started with secure IP Cam streaming

    Ah yes, Microsoft torturing developers since 1975.. :D Ok for now i am just removing the STUN entry before passing it to the session when Edge is detected. Thanks for all the help, i will start porting another app soon that is a bit different so i might have some questions in the future but i'll...
  18. J

    Help getting started with secure IP Cam streaming

    Sorry that was just a typo. The firewall streaming demo works, i have done several more tests and it seems that Edge doesn't like the ICE servers array that i am providing. Using the one from the firewall demo it works, but trying with the one i receive from Twilio it doesn't work. Here's an...
  19. J

    Help getting started with secure IP Cam streaming

    Hi, setting rtp_force_synchronization worked, thank you. Now i've been struggling to make my app work with Edge, Edge works fine with your demos, but didn't with my app, and i have finally found where the problem is. If i create a session without passing ICE server options, it works fine in...
  20. J

    Help getting started with secure IP Cam streaming

    Hi, I've sent by email the RTSP URL, let me know if you need anything else. Thanks
Top