Search results

  1. J

    SRT support

    Does WebRTC support video streaming via SRT protocol?
  2. J

    Error in Starting WebRTC server

    I'm seeing below errors (Flashphoner is installed on AWS Linux ARM instance): 08:42:09,475 ERROR FFAudioGenericCodec - main Can not load lib: fpaj java.lang.UnsatisfiedLinkError: /usr/local/FlashphonerWebCallServer-5.2.1031-aa61467f4f8b95d229f3faaa04f6c6e8d43c388d/lib/so/libfpaj.so...
  3. J

    Fail to start 2 streams on WebRTC server

    I cant seem to start 2 streams (with different ID) to my webRTC server, seeing below msg: 08:12:22,762 INFO RestClient - API-ASYNC-pool-13-thread-10 content ->...
  4. J

    Launching Flashphoner server in AWS Auto Scaling Group

    I would like to find out whats the best way to create auto scaling group in AWS to host Flashphoner instances behind a load balancer, questions like: a) how to configure load balancer? Determine in flow request by port 8443? b) How to apply license on scaled instances?
  5. J

    Stream from Zoom

    I learn that Zoom allows user to stream to custom platform, wonder if i could configure it stream to my webrtc server, if so, how?
  6. J

    Fixing Video Frame Size in WebRTC

    I'm using the demo code from webrtc streaming example to build our streaming page, and I realized if I open the streaming page on mobile device, the capture window will appear in portrait mode. How do I fix the capture window in landscape mode and also the ratio aspect (eg: 16:9 with min width...
  7. J

    Trial license expired before expiration date

    I have applied for a new trial license on 20th April, and it supposed to expire on 20th May...however somehow I realized it has expired today: "nodeId" : "sIFbMhoItuX9mpopO997PN8yf5wg3mTx@13.229.135.78", "appKey" : "defaultApp", "sessionId" ...
  8. J

    replaying WEBRTC stream with video tag in HTML5

    He are seeing error in replaying webrtc stream with below video tag: <div id="videoFrameContainer"> <video id='fp_embed_player'...
  9. J

    High CPU usage on web call server even without any streaming session

    I noticed web call server consistently use up high CPU resource in my server even though there is no on going streaming session; wonder how I can tune it.
  10. J

    Issue in starting stream in iOS browser

    I have tested the attached html pages on my ipad - testing.html and webrtc-as-rtmp-republishing.html; they are almost the same except that testing.html is called from a separate web server instead of calling it from the same server that has Flashphoner installed, and also the SRC in it points to...
  11. J

    RTMP error while doing streaming via webrtc

    Hi, At times, I'm seeing below errors in server log indicating RTMP errors (log attached) when I realized the stream failed; would appreciate if you could suggest way to rectify it.
  12. J

    HTTPServerHandler Error in server log

    Hi, May I know what does the below error mean: 03:05:43,603 ERROR HttpServerHandler - HTTPS-pool-4-thread-22 HTTP error javax.net.ssl.SSLException: not an SSL/TLS record: 0300002f2ae00000000000436f6f6b69653a206d737473686173683d41646d696e697374720d0a0100080003000000 at...
  13. J

    Setting Default Video and Audio setting for WebRTC as RTMP Streaming

    Hi, What are the parameters I should used to ensure all RTMP streams are encoded with H.264 & AAC? Best Rgrds, Jason
  14. J

    Republishing edited video stream

    I'm building an app to use webrtc to capture video from web browser, stream it as RTMP stream, edited the RTMP stream using ffmpeg then forward it to FB or Instagram. To add to above, I want to re-publish the edited video stream as a new RTMP stream...how do I do that in Flashphoner/webcallserver?
Top