Search results

  1. Dani

    how can I debug startStream fail status ?

    18:20:44 WARN webrtc - Track contentHint unsupported flashphoner.min.js:19:427421 WebRTC: ICE failed, add a STUN server and see about:webrtc for more details FAILED startStreaming
  2. Dani

    stream freezes every ~30 seconds for 2 seconds

    I have a problem with the stream once I connect it to another user: when I connect to the server (and see my own stream) everything works ok. on the other side the stream get frozen every minute for few seconds. how can I figure out what is causing this and how to fix it ? (upload is wide...
  3. Dani

    Updated crt and key via the :8888 admin console - but I see it didn't change anything

    I've uploaded crt and key files via admin->security->certificate But I check the current certificate on the site and it is still the old ones. Am I missing something ?
  4. Dani

    Error in saving the stream

    Last night we had a strange error for 90 min (which resolved itself) The video stream (that has only sound) was not recorded correctly. All the files are 4K in size. any idea what might caused that ? I'm attaching one sample file.
  5. Dani

    How can I debug session.createStream function ?

    I have this function but when it fails - it doesn't reach the first console.log and I can't tell why it's failing. how can I debug this ? session = Flashphoner.getSessions()[0]; session.createStream(optionsStreamVid).on(STREAM_STATUS.PUBLISHING, function (streamOutV)...
  6. Dani

    Best practices with video resolution and frame rate

    If my site uses many different cameras (from each "user") what is the best practice for 2 way streaming regarding resolution and frame rate ? should I create a stream based on each camera settings or create fixed settings for all streams ? If the camera is 30 fps and I set a stream to be 25...
  7. Dani

    After upgrading flashphoner can't get it to work

    I've used the automatic update for WebCallServer - try to start with systemctl start get me these errors: ● webcallserver.service - Flashphoner WebCallServer Loaded: loaded (/etc/systemd/system/webcallserver.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code)...
  8. Dani

    someone is spamming my thread - can you remove his answers ?

    https://forum.flashphoner.com/threads/unable-to-mux-webm.14046/
  9. Dani

    unable to mux webm

    everything worked ok until Dec 5, then - whenever I try to mux the flashphoner output I get this error: ffmpeg -i sh.webm -itsoffset -0.05 -i sh_s.webm -r 30 test.mp4 ffmpeg version 3.4.9 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-44)...
  10. Dani

    systemctl restart webcallserver hangs b/c of chown process

    When I restart webcallserver it will not get restarted. looks like there is a chown process running by the flashphoner user on the log folder, that doesn't end. the only solution I've found is to kill the chown process and then webcallserver starts. is there a way to prevent it ?
  11. Dani

    Illegal cert for playback after replacement

    I've replaced the certificate on the server via admin. The new certificate is showing on the 8888 port, but on the 18081 port that we use for playing it still has the old one. How can I fix it ?
  12. Dani

    What might cause basic authorization window after login ?

    I'm trying to replace certificate. going to https://mysite.com:8888/admin/login.html I get a login page. demo/demo will get me to one place, but I need admin. When I use admin/my password I get another message box for basic authorization . I have no idea what user/pass should I put there. Any...
  13. Dani

    Browser is not defined

    ESTABLISHED connectFphoner streamInName:show49pmggHTZo1QV1211027192916806 Uncaught ReferenceError: Browser is not defined at playStream (show.aspx?params) at Object.ESTABLISHED (show.aspx?params) at onSessionStatusChange (flashphoner.min.js?nc=16:12) at...
  14. Dani

    check update doesn't update

    running ./webcallserver check_update returns: >>> You have latest version: 5.2.880 but current version is: 5.2.1070 how can we update the server ? Thanks
  15. Dani

    What does this error means ?

    2021-06-07T14:29:34.489-0400: 570955.181: [GC (Allocation Failure) 2021-06-07T14:29:34.489-0400: 570955.181: [ParNew: 1040400K->18941K(1150208K), 0.0310554 secs] 8182544K->7161247K(16649472K), 0.0313519 secs] [Times: user=0.25 sys=0.13, real=0.03 secs]
  16. Dani

    FlashphonerWebCallServer not running but subsys locked

    /etc/init.d/webcallserver status FlashphonerWebCallServer not running but subsys locked how can I fix this ?
  17. Dani

    VOD demo fails

    I tried to write this code based on your demo: <!DOCTYPE html> <html> <head> <!-- Shaka Player compiled library: --> <script src="dist/shaka-player.compiled.js"></script> <script type="text/javascript" src="flashphoner/flashphoner.min.js"></script> <script...
  18. Dani

    how can I avoid stream disconnect

    in case of steam issues - how can I avoid stream disconnect ? if I get the STREAM FAILED event - can I ignore it (for example for 3 times) and if the stream is still ok it will keep working ? if the stream is not good will I get more events of STREAM FAILED ?
  19. Dani

    vod experience

    my player requires a manifest file(mfd) for vod expeirence I understand I need to put the mp4 file in the media folder as specified in the properties file. than I create stream using vod://sample.mp4 as the stream name. how do I pass it to the player ? the player requires a manifest URI...
  20. Dani

    muxing 2 files

    I have 2 webm files. one with video and no sound. one with sound and no video (actually the video is just blank) they are on the WCS directory. now I want to play them in a web-browser - I need to get the video from the first file and the audio from the 2nd file. how do I do this ? do I...
Top