Search results

  1. KaranBhansali91

    Urgent - Wss failed

    Please find the attached log image. The websocket connection is failing
  2. KaranBhansali91

    Flashphoner vod logs

    After executing the ffmpeg command mentioned in the document, still we are not able to publish.
  3. KaranBhansali91

    Flashphoner vod logs

    Hi, I have send a different file , the issue is there even after adding the properties mentioned above.
  4. KaranBhansali91

    Flashphoner vod logs

    Hi, The following properties are already configured.
  5. KaranBhansali91

    Flashphoner vod logs

    Hi, We are trying to publish vod using a file uploaded to s3 bucket, but it is failing to do so. Kindly check the image
  6. KaranBhansali91

    Flashphoner media device release

    Hi, We are using Flashphoner.releaseLocalMedia(localVideo) to release the media device, when the component unmounts in react. The webcam light remains on even though, can you confirm the code is written correctly?
  7. KaranBhansali91

    Live broadcast not visible on instagram

    The reponse we get once the transponder started [ { "mediaSessionId": "ou2qcp97itc913lui2ctcj9gj8", "streamName"...
  8. KaranBhansali91

    Live broadcast not visible on instagram

    After updating server to latest build and flasphoner.properties, the live broadcast not appearing on instagram.
  9. KaranBhansali91

    Live broadcast not visible on instagram

    It is not sometimes. We have tried multiple times, same issue we have faced.
  10. KaranBhansali91

    Live broadcast not visible on instagram

    Hi, We have setup a server to live broadcast to instagram app. The live stream is pushed using REST API /push/startup, it was working fine last week. Suddenly the live stream is not visible on instagram app. Attached below the log file
  11. KaranBhansali91

    Origin edge server setup

    Hi, How to autoscale the origin edge setup using domain and not private IP address? As we cannot autoscale origin server using private IP
  12. KaranBhansali91

    Enforce Video framerate constraint

    Hi, We are streaming the content to youtube by using flashphoner We are using sdk api with configuration streamPublish = flashphonerSession.createStream({ name: streamName, display: localVideo, cacheLocalResources: true, receiveVideo: false...
  13. KaranBhansali91

    Enforce Video framerate constraint

    Hi, We want framerate to be enforced at 60 fps in the screenshare using canvas streaming. The recorded video details shows 14 fps on the flashphoner constraints: { video: { width: 1280, height: 720, frameRate: 60, }, } Regards
  14. KaranBhansali91

    AWS cloudfront with flashphoner

    We have configured Nginx for port proxy pass http://wcs-host:8445 to 443(https) then attached wcs machine with ALB -> ALB attached with CloudFront --> Cloud Distribution domain name attached with Route53 Domain.
  15. KaranBhansali91

    AWS cloudfront with flashphoner

    Hi, After attaching aws cloudfront to flashphoner, we get error message net::ERR_CERT_COMMON_NAME_INVALID. Please also let us know flashphoner will work on AWS cloudfront or not ? We have implemented HLS using pull rest api /rest-api/pull/pull from another flashphoner server. Regards...
  16. KaranBhansali91

    File format requirements

    Hi, https://docs.flashphoner.com/display/WCS52EN/Capturing+VOD+from+a+file#CapturingVODfromafile-Fileformatrequirements followed the steps If the file structure does not match the requiremets, this file will not be played. Wrong file structure can be fixed if necessary with ffmpeg without...
  17. KaranBhansali91

    How to reduce post processing of recorded file in room ?

    Hi, We updated the configuration 8 CPU and 16Gb RAM. Please check the screenshot below. Recording duration 15mins,it took almost 4 - 5 mins to generate mixed file
  18. KaranBhansali91

    How to reduce post processing of recorded file in room ?

    Hi, We are using mixer to create room session(one participant) with recording enabled , after end of room session , multi-recorder___dummy.mp4 generates the multi-recorder___dummy_mixed.mp4 , however flashphoner is taking too much time to generate the mixed file. For example 30 minutes...
  19. KaranBhansali91

    Conference host and participant limitation

    Hi @Max , if participant disconnected due to network disconnection, room.getParticipants() return the updated participant count only after 60 seconds. Can we reduce the timeout to 10 seconds ?
  20. KaranBhansali91

    Custom mixer layout

    Hi, Following configuration to show custom mixer layout in vertical direction. /opt/mixer-layout-***-collab/2_mixer-layout-***-collab-2-participants.mix <?xml version="1.0" encoding="utf-8"?> <body> <row height="1row" align="INLINE_VERTICAL_CENTER"> <div width="1col" height="100%"...
Top