Search results

  1. J

    Help getting started with secure IP Cam streaming

    Hi, I tried the stream from your screenshot and Indeed it works but it doesn't with mine. You can see in my screenshot that it fails while VLC is playing it without problem. The same stream was playing fine before the update. My stream needs authentication, maybe your last updates have changed...
  2. J

    Help getting started with secure IP Cam streaming

    Hi, So i've updated the server and web SDK to the latest versions (replaced the swf file and flashphoner.js) and now even in chrome it doesn't work while it worked fine before the update. The connection succeeds, then the PLAYING event is fired but no video is displayed. Even the demos that were...
  3. J

    Help getting started with secure IP Cam streaming

    You were right it was a problem on my browser, it works indeed on IE11, sorry about that. Now I've been trying to make it work in Safari and Edge. I've experimented using the Embed Player demo (https://wcs5-eu.flashphoner.com/client2/examples/demo/streaming/embed_player/sample.html) and leaving...
  4. J

    Help getting started with secure IP Cam streaming

    Trying your URLs on my windows machine with IE11 i get the same error, the first link shows right away the error message that the browser doesnt support Flash or WebRTC and the second link shows in the player "none of media providers available" as you can see in the screenshots. you can also see...
  5. J

    Help getting started with secure IP Cam streaming

    Thanks a lot its working now! I am noticing that in Internet Explorer its not falling back to flash automatically, even though during Flashphoner.init i am passing the location of the SWF file (i used the stream player demo code as a base so its similar code) and i am including the full...
  6. J

    Help getting started with secure IP Cam streaming

    So the commands i mentioned in one of the previous posts was not correct? This is what i had executed, according to your documentation (https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-admin-guide/index.html?security-ssl_certificates_management-websocket_ssl-ssl_certificate_import.htm) ...
  7. J

    Help getting started with secure IP Cam streaming

    I've added it to sudo group now, it should be all good.
  8. J

    Help getting started with secure IP Cam streaming

    I've sent you another email now with the credentials of an account that i have created for you on the server, thanks.
  9. J

    Help getting started with secure IP Cam streaming

    Hi, There is no firewall, telnet seems to connect fine: > telnet my.example.com 8443 Trying xx.xx.xx.xx... Connected to my.example.com. Escape character is '^]'. The certificate seems to be properly imported also: > keytool --list -keystore /usr/local/FlashphonerWebCallServer/conf/wss.jks...
  10. J

    Help getting started with secure IP Cam streaming

    Hi, so i got everything working but i noticed a weird behavior, the STREAM_STATUS.PLAYING event always fires 2 times on the client side (browser), this happens also with the stream player demo so i know it's not from my code, why is this happening? Now that i am testing the app on the...
  11. J

    Help getting started with secure IP Cam streaming

    I got it working with the Direct REST API (/rest-api/data/send), thanks! Now i need to be able to stop at any moment from the backend a client from viewing an IP cam stream that he/she is already viewing. Looking at the methods available from that direct API it looks to me that it would be...
  12. J

    Help getting started with secure IP Cam streaming

    For now I need to use it to send an object to the REST back-end from the browser, which i see works fine using session.sendData and receiving it using the REST method OnDataEvent. I would also need to send some object from the REST back-end to the browser, I would need to do it in two different...
  13. J

    Help getting started with secure IP Cam streaming

    Hi, Found the source of the problem that was causing the errors, it was because my application was including adapter.js for some other stuff and it seems Flashphoner.js also includes it so both of them conflicted, once i removed adapter.js it started working fine. Is there any example on how to...
  14. J

    Help getting started with secure IP Cam streaming

    Hi, I am now in the process of integrating all the work done into the existing application and i am running into some problems: - when the stream is supposed to start playing, it doesn't play and looking at the console i see thousands of the following deprecation message while the page becomes...
  15. J

    Help getting started with secure IP Cam streaming

    Hi, thank you for your answer, i have things working now, but i have a few questions: - Let's say i have 2 different IP cams and the user can view the stream of both of them. Do I have to create/destroy the session every time the user switches between those two cams (while staying on the same...
  16. J

    Help getting started with secure IP Cam streaming

    Hello, sorry for the delay in my answer, i had to work on something different in the meantime. Now I am ready to get back to this :) Thank you for your detailed answer, it helps a lot, but I do have a couple of questions: - how do i tell WCS the address of my nodejs app (where it should send the...
  17. J

    Help getting started with secure IP Cam streaming

    Hello everybody, I am just getting started with WCS5 and my goal is to port an existing application that uses a different media server that we have grown very unsatisfied with to WCS5 to see if it performs better. The current application allows users to connect to several IP cams, it is split...
Top