Search results

  1. P

    Add stream currentTime to Stream class

    I use the command below for getting RTMP stream start time. ffprobe -i rtmp://127.0.0.1:80/internal/FIRST -rtmp_buffer 0 -rtmp_live live -v quiet -print_format json -show_format And I am using 'currentTime' property from the video tag to calculate a video delay...
  2. P

    Mute video on first play in WSPlayer

    Is there a way to mute the video on first play using the WSPlayer? I've tried the following and the video plays WITH sound, even though we've set the volume to 0. And looking at the documentation at https://flashphoner.com/docs/api/WCS5/client/web-sdk/latest/Session.html#~createStream there...
Top