Recent content by Shri Kant

  1. S

    Layout cropped in screen share (while sharing browser tab)

    Hello, I am using custom layout e.g 2_participants.desktopmix ************************************************************ <?xml version="1.0" encoding="utf-8"?> <body> <row height="50%" align="INLINE_VERTICAL_CENTER"> <div width="1col" height="100%" align="INLINE_HORIZONTAL_CENTER">...
  2. S

    Mixer layout is giving issue with one use case - 2_participants.desktopmix

    Hello It's weird but for 3 participants it's working fine with command ./mixer_layout_tool.sh /opt/mixer-layout-vert-collab -o=/tmp -N=test1-screenShare -n=3 logs 06:17:30,301 INFO B - GridLayout loaded for mixer video layout 06:17:30,304 INFO MixerLayoutRenderer -...
  3. S

    Mixer layout is giving issue with one use case - 2_participants.desktopmix

    flashphoner.properies is : mixer_video_layout_desktop_key_word = screenShare I am running specifically the test with screen share + camera and in vertical position. for all other profiles it's working fine except the above mentioned one. Thanks
  4. S

    Mixer layout is giving issue with one use case - 2_participants.desktopmix

    Hello, I have 5 layouts 2_participants.desktopmix 3_participants.desktopmix 4_participants.desktopmix 5_participants.desktopmix All are working fine except 2_participants.desktopmix. For this use case, it's going in fallback I am using below command: ./mixer_layout_tool.sh...
  5. S

    custom mixer layout

    It worked by using the keyword used in mixer_video_layout_desktop_key_word Thanks Shri Kant
  6. S

    custom mixer layout

    Hello, Above command is just setting the stream name. But it is picking the 2_participants.mix layout and not 2_participants.desktopmix Have a nice day Regards, Shri Kant
  7. S

    custom mixer layout

    Hello, Suppose we have following layouts: 1_participants.desktopmix 2_participants.desktopmix 3_participants.desktopmix 1_participants.mix 2_participants.mix 3_participants.mix As per your documentation to test the 2_participants.mix layout , we have to use the below command: bash...
  8. S

    Multiple mixer in one session

    Hi, For one room session, we want to stream two RTMP with two different layouts i.e one in portrait mode and other one in landscape mode. And as per the flashphoner documentation, we can any customized layout by using custom mixer Layout...
  9. S

    HLS master playlist

    We are using 5.2.1261 I enabled below three properties in flashphoner.properties hls_abr_enabled=true hls_master_playlist_enabled=true hls_manifest_file=index.m3u8 And updated cdn_profiles.yml with below code profiles: -240p: audio: codec : mpeg4-generic rate : 48000 video...
  10. S

    How to reduce post processing of recorded file in room ?

    Hi, As per your suggestion, we added above suggested property in /usr/local/FlashphonerWebCallServer/conf/offline_mixer.json { "hasVideo": "true", "hasAudio": "true", "mixerDisplayStreamName": "true", "multithreading": "true" } but it's giving below error: Setting 'multithreading' is...
  11. S

    Not able to record camera and share simultaneously real time

    Hi, we want to record camera and screen share simultaneously. We want to avoid mixer because that take post processing time while re-encoding the final mixer.mp4 file Is there any other way to achieve that ? e.g draw screen share and camera on canvas and publish that final video Thanks, Shri...
Top