Recent content by JayD

  1. J

    Facebook republishing successful api call but does not show up on facebook live producer

    Hi, It is able to work now, thank you so much for the support.
  2. J

    Facebook republishing successful api call but does not show up on facebook live producer

    HI, Thank you so much for the clarification, it helped with removing the streamName issue. However, the previous issue of stream not showing up on facebook live producer page still persists. I have tried possible combination (with the needed adjustment) : 1. rtmp transponder full url true a...
  3. J

    Facebook republishing successful api call but does not show up on facebook live producer

    Hi, May I please get a follow up regarding this issue
  4. J

    Facebook republishing successful api call but does not show up on facebook live producer

    HI, I've tried deploying a EC2 function and the 2 way streaming works. Everything is working fine except for the republishing part. For some reason the response is okay, but the response stream name copies the stream Url instead of the given stream name + the returned width and height is 0. When...
  5. J

    Facebook republishing successful api call but does not show up on facebook live producer

    Hi, I don't see the video on Facebook which is the part where I'm currently stuck at. The transponder should have been created since the api call was a success but for some reason the transponder cant be found when /rest-api/push/find (with the same params) is used. I am currently testing the...
  6. J

    Facebook republishing successful api call but does not show up on facebook live producer

    Hi, I am currently trying to republish a stream via flashphoner demo server following the steps here (https://docs.flashphoner.com/display/WCS52EN/Republishing+to+Facebook). I managed to do all the steps up till the last one which is to check facebook live producer to see if the video reached...
  7. J

    Websocket connection error to demo server

    I have found a solution to the issue , seems like the demo serves *.flashphoner.com domain, so the solution would be to change the host file to something else other than "demo" (e.g. 'test.flashphoner.com').
  8. J

    Websocket connection error to demo server

    Hi, I've checked the web application examples, and am now hoping to be able to reproduce the example in my localhost (with xampp) before moving on to deploying WCS instance on AWS EC2. Is there currently no way for me to do so using the demo server?
  9. J

    Websocket connection error to demo server

    Hello, I have done the above instruction, but my connection seems to get refused and when I don't specify a port I receive a 302 error. Please advice
  10. J

    Websocket connection error to demo server

    I am running the demo files in localhost to try and understand how I can implement flashphoner service for my app but it doesn't seem to work. The demo that I am specifically using is the one for two way streaming and I was hoping to connect to flashphoner demo server but there seems to be an...
Top