Search results

  1. Dani

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

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

    unable to mux webm

    I'll try that. I don't know if this belongs to a new thread - but I see we have issues with the muxed files. when I check the ffmpeg log I get these errors: [mp4 @ 0x14a4da0] Non-monotonous DTS in output stream 0:1; previous: 24533609, current: 21660000; changing to 24533610. This may result in...
  3. Dani

    unable to mux webm

    One more update- looks like restarting WebCallServer will solve this to new recordings (but not for the already made) plus - we now know that it solves it for a period of few days and then the error resume....
  4. Dani

    unable to mux webm

    tried - same error: ffmpeg version 4.4.1-full_build-www.gyan.dev [matroska,webm @ 0000021e7b5ed080] Length 8 indicated by an EBML number's first byte 0x01 at pos 1427 (0x593) exceeds max length 4. [matroska,webm @ 0000021e7b5ed080] Element at 0x4b ending at 0x804dbb8c53abd8 exceeds containing...
  5. Dani

    unable to mux webm

    sh49VID2020319.webm: Error in the Matroska file structure at position 303. Resyncing to the next level 1 element. Resyncing successful at position 4527. sh49VID2020319_s.webm: Error in the Matroska file structure at position 303. Resyncing to the next level 1 element. Resync failed: no valid...
  6. Dani

    unable to mux webm

    It happened again, from Jan 1st I can't mux again with this error: [matroska,webm @ 0x1572f40] Invalid EBML number size tag 0x01 at pos 1427 (0x593) sh978VID2020270.webm: Input/output error Nothing was updated on the server. I've uploaded the sample files using your form, and this is my ffmpeg...
  7. 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.
  8. 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)...
  9. Dani

    Illegal cert for playback after replacement

    sorry - figured it out - It's nimble. not WCS.
  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 ?

    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...
  16. 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]
  17. 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...
  18. 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 #...
  19. Dani

    FlashphonerWebCallServer not running but subsys locked

    /etc/init.d/webcallserver status FlashphonerWebCallServer not running but subsys locked how can I fix this ?
  20. 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 ?
Top