Search results

  1. Dani

    unable to mux webm

    Upgrading the server to the latest version solved that issue, although very strange as no version / code change happened when the format got corrupted.
  2. 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)...
  3. Dani

    Illegal cert for playback after replacement

    sorry - figured it out - It's nimble. not WCS.
  4. 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 ?
  5. 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 ?
  6. 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...
  7. 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...
  8. 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
  9. Dani

    What does this error means ?

    But if I get this every 1s - it means my sever settings are not optimized ? I've 32 GB ram, only 16GB are used. Here is my settings: ### SERVER OPTIONS ### # Set this property to false to disable session debug -DsessionDebugEnabled=false # Disable SSLv3...
  10. 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]
  11. Dani

    vod experience

    got it to work but for some reason: a. startup time is very slow (this is a 5mb file, takes 11 seconds to start the stream. b. the quality is very bad (any movement in the scene is jumpy) - played the mp4 file on vlc player and it's smooth. c. sending that stream to shaka-player - I can only...
  12. Dani

    vod experience

    using your example without setting auth/key got me the same 404 eerror on this url: https://mywcs:8445/sh49VID1693967.mp4/sh49VID1693967.mp4.m3u8 I have this on flashphoner.properties: meida_dir = /var/showVideosNew # Disable transcoding hls_player_width=0 hls_player_height=0 #...
  13. Dani

    FlashphonerWebCallServer not running but subsys locked

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

    vod experience

    how do I use this example ? what should I put in each section - WCS - just the URL or shuold I use specific port ? stream name - just the file name or the entire string ? Auth and Key ?
  15. Dani

    vod experience

    are you sure this is the right format (with the file name apears twice ? I get 404 using const manifestUri = 'https:/mywcsaddress:8445/vod-live%3A%2F%2Fsh49VID1693967.mp4/vod-live%3A%2F%2Fsh49VID1693967.mp4.m3u8'; with this code sample: <!DOCTYPE html> <html> <head> <!-- Shaka Player...
  16. Dani

    VOD demo fails

    Its my bug - delete this thread.
  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

    Hi - I see the code recall the playStream() function that creates a "new stream" - is that the method ? this stream will have new id ?
  19. 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 ?
  20. Dani

    muxing 2 files

    I read the post - my question is - the mixer output will be webm or mp4 ?
Top