Recent content by tyagi5011

  1. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    It is still showing the same error even after publishing the stream. website - https://blog.liveup.xyz/new-stream/live.html wcs server - wss://ec2-18-211-115-38.compute-1.amazonaws.com:8443 please check
  2. tyagi5011

    How can I create phone calling functionality on my webpage

    Hi, I want to integrate a button on my webpage which allows user to call a particular support no. Through internet. How can I achieve this
  3. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    so first I need to publish a stream? if I publish a stream by entering in the stream name and RTMP url field then what is the benefit of the rest API.
  4. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    but when trying from browser i get this error. {exception: "com.flashphoner.rest.server.exception.NotFoundException", path: "/rest-api/push/startup", error: "Not Found", message: "Can not start transponder", timestamp: 1611150240889, …} error: "Not Found" exception...
  5. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    Hi sir, i got this error when sending this request - https://ec2-18-211-115-38.compute-1.amazonaws.com:8888/rest-api/push/startup { "exception": "com.flashphoner.rest.server.exception.InternalErrorException", "path": "/rest-api/push/startup", "error": "Internal Server Error", "message": null...
  6. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    Sir, actually I am not familiar with rest can you please show me the code. And in which file I need to put the code.
  7. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    sorry for that ... Please tell me how can I stream to youtube and Facebook at the same time. if i make two input field for facebook rtmp and youtube rtmp then how can I stream to both platforms at the same time. How can i create multiple sessions.
  8. tyagi5011

    How to change default WSS adress in Webrtc as rtmp rebublishing

    I want to change the default wss address in webrtc as rtmp rebublishing because i installed the wcs on another server so i want that adress to be default I checked this method but it is not working. please help. function init_page() { $("#url").val("wss://wcs_address:8443")...
  9. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    I tested this, but it is not working still showing the same address.
  10. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    I mean there is an input field in WebRTC as RTMP re-publishing for example wss://example.com:8444. it shows the website address by default how can I change the default address to another address. Because I installed WCS on another server that is why I want that address to show by default rather...
  11. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    thanks a lot sir, can you please tell me that how can i change default wcs address in wcs server input field. Actually i installed wcs on another server that is why i want that to be default. Please help me
  12. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    But it is not working for youtube ... showing publishing but nothing reflecting on youtube.. It says failed after some time
  13. tyagi5011

    How complete facebook live setup in aws ec2 with web call server.

    This is the complete flashphoner.properties file . # Config flashphoner.properties # To get more settings: # ssh -p 2001 admin@localhost # default password: admin # show node-settings # show node-settings | grep port #server ip ip =3.90.65.69 ip_local...
Top