Search results

  1. Max

    how to horizontal display videoCanvas in vow-player.html

    You can try to rotate you video <canvas> element to 180 degree Using similar JavaScript code: var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); ctx.rotate(Math.PI/180);
  2. Max

    how to horizontal display videoCanvas in vow-player.html

    It is our default example WS Player Min in iOS Safari, iPhone6 I just rotate device to horizontal position. Vertical view Horizontal view
  3. Max

    How to convert rtsp to webrtc

    It does not work because WCS server(192.168.1.39) could not establish TCP (RTSP) connection with your RTSP: 192.168.254.10:554 Please check if this connection available from 192.168.1.39 If you are sure that connection is valid, please make tcpdump log: tcpdump port 554 -s 4096 -w log.pcap This...
  4. Max

    How to convert rtsp to webrtc

    What is your config? Please zip and send your conf dir to logs@flashphoner.com
  5. Max

    How to convert rtsp to webrtc

    http://127.0.0.1:8888 is a wrong url please use http://127.0.0.1:9091 instead Then ws://127.0.0.1:8080 connection should work
  6. Max

    How to convert rtsp to webrtc

    As I can see from logs, you are using https and websocket connection to local port 127.0.0.1:8443 is failed by timeout. 1. If you are using secure wss://127.0.0.1:8443 connection a) You should use https:// page b) You may need to open empty page https://127.0.0.1:8443 before testing c) If your...
  7. Max

    How to convert rtsp to webrtc

    Logs are in server_logs/flashphoner.log Please zip all logs and send us to logs@flashphoner.com We will check.
  8. Max

    How to convert rtsp to webrtc

    Could you share your RTSP cam for external users? If so, please send us your RTSP URL to support@flashphoner.com We will check. WCS works in two RTSP modes 1) Interleaved mode (TCP) - by default 2) Non-interleaved mode (UDP) Try to turn interleaved mode off rtsp_interleaved_mode=false in...
  9. Max

    How to convert rtsp to webrtc

    You can run the same demo in your LAN Here you can find installation instructions: http://flashphoner.com/download
  10. Max

    How to convert rtsp to webrtc

    It should work out of the box. You can try our demo: https://wcs5-eu.flashphoner.com/demo/streaming-min
  11. Max

    IOS 8 iPhone Safari not working

    Currently we support latest available iOS versions only. Sorry for the inconvenience.
  12. Max

    WCS3+Asterisk+EC2 No Audio issue

    Please create your own thread.
  13. Max

    can i use ws player in Internet Explorer 10,11?

    WS player is designed and optimized for iOS Safari browser. In IE you can use Flash Player. In Chrome and FF you can use WebRTC. If you look at our demo player (WS Player minimal) in IE, you will see the warning message:
  14. Max

    IOS 8 iPhone Safari not working

    We will check that with iOS8 Safari. I will let you know about our results. Generally we test this with latest available version of iOS.
  15. Max

    RTSP/websocket Inbound h264 stream

    I installed the MS package before testing. The same error. Could you make this test with Wowza and attach pcap file You can capture the traffic using Wireshark.
  16. Max

    RTSP/websocket Inbound h264 stream

    I'm trying this app on Windows 10 It does not work for me I just have unzipped this and copied to C:/tmp dir.
  17. Max

    RTSP/websocket Inbound h264 stream

    WCS currently does not support the peer-to-peer model. So even if you publish a stream to WCS, you will able to deliver this stream as WebRTC (it will play in Chrome, Firefox, Opera and other WebRTC browsers without Flash Player or plugins), however it won't be a peer-to-peer streaming, you just...
  18. Max

    RTSP/websocket Inbound h264 stream

    Yes we have a Wowza server for development and Windows 8, 10
  19. Max

    Native android/ios Client

    BTW We have published the iOS SDK overview and docs.
  20. Max

    RTSP/websocket Inbound h264 stream

    Web Call Server works in client(initiator) mode: Therefore your camera is a server. WCS is an RTSP client. WCS does RTSP PLAY to get a stream from your camera. Regarding the RECORD method: As I see from the RFC2326, So it seems the RECORD method is not linked with initiation from the camera...
Top