Search results

  1. KaranBhansali91

    Conference recorded video dimensions

    Hi, Please check the attached image, video dimensions both height and width are 0 of recorded file created using flashphoner conference demo page. In quick time player on macbook m1 plays only audio of recorded file.
  2. KaranBhansali91

    Play pause functionality in room api

    Hi, 1.The user should be able pause recording of the streams in a given room. 2. On resuming , the recording should be resumed in a given room.
  3. KaranBhansali91

    Play pause functionality in room api

    Hi, Does the flashphoner room api support play pause functionality while mixing and recording the room streams
  4. KaranBhansali91

    Room API not working for production server

    Hi, @Max Please check screenshot , we tried vod feature again
  5. KaranBhansali91

    Room API not working for production server

    Hi, I have send the video file. After /vod/startup, we are doing /push/startup but it is not working We have uploaded files to s3 bucket. The recorded files are working but uploaded videos are not working @Maximiliankevin axios({ method: 'POST', url...
  6. KaranBhansali91

    Room API not working for production server

    Hi, we had to setup new server. Now the issue is with vod api attached below screenshot
  7. KaranBhansali91

    Room API not working for production server

    Hi, https://support.flashphoner.com/ticket_PN9Ph55y2qnHW5r6 Below screenshot , we have tried with different server stream****.*****.com , the room api is working. We have already send the detail report of logs to support@flashphoner.com
  8. KaranBhansali91

    Origin edge server setup

    Cors test result. SSH details shared
  9. KaranBhansali91

    Origin edge server setup

    Hi, https://docs.flashphoner.com/pages/viewpage.action?pageId=9242540#LoadtestingusingWebRTC/RTMPpulling-Testing , can you share chrome extension . Not able to open http://streamingrtmpwss.styck.com:9091/client2/examples/demo/streaming/console/console.html (origin server)
  10. KaranBhansali91

    Origin edge server setup

    Hi, https://docs.flashphoner.com/display/WCS52EN/CDN+2.2#CDN2.2-Configuration , Passing the key as connection parameter to play stream via RTMP we have done configuration. We are able to play hls stream using aclAuth from edge server But we cannot play rtmp stream using the edge server in...
  11. KaranBhansali91

    Origin edge server setup

    Hi, The origin server is behind load balancer and the edge server is not behind load balancer. https://edge1.com:8444/rest-api/cdn/show_routes response { "exception": "com.flashphoner.rest.server.exception.NotFoundException", "reason"...
  12. KaranBhansali91

    Origin edge server setup

    Hi, This works after restarting server
  13. KaranBhansali91

    Setup two new servers, wss connection is failed

    Hi, The steps are as follows 1. Initiaite wss://server1.com , publish to server1 using canvas streaming. 2. Pull the stream from server2, using the rest api https://server2.com:8444/rest-api/pull/pull (this is done on the backend server) data: { "uri"...
  14. KaranBhansali91

    Origin edge server setup

    Hi, This is not working.
  15. KaranBhansali91

    Setup two new servers, wss connection is failed

    Hi, WSS player sample page, can it be used in react application , so that i can use it for canvas streaming. Currently i am able to pull the stream between wcs server , but the problem i see blank video on instagram after /push/startup on ec2 server The above scenario works on localhost
  16. KaranBhansali91

    Origin edge server setup

    Hi Following properties added to origin server cdn_enabled=true cdn_ip=streamingrtmpwss.*****.*** cdn_nodes_resolve_ip=true cdn_role=origin Following properties added to edge server cdn_enabled=true cdn_ip=172.xx.xxxx.xx cdn_nodes_resolve_ip=true cdn_point_of_entry=streamingrtmpwss.*****.***...
  17. KaranBhansali91

    Origin edge server setup

    Hi, As mentioned here have completed setup of origin edge server. Using the command ssh -p 2001 localhost or ssh -p 2001 admin@localhost on the edge server , it does not connect. The credentials are same as the web interface , correct ? Attached below screenshot
  18. KaranBhansali91

    Setup two new servers, wss connection is failed

    Hi, which ports has to be setup on both servers in flashphoner.properties file for REST API?
Top