Recent content by Julien

  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...
Top