Search results

  1. Max

    Add delay to player

    By default, republished RTMP stream is named rtmp_<source stream name>. The prefix ("rtmp_") can be changed using setting rtmp_transponder_stream_name_prefix in flashphoner.properties.
  2. Max

    Add delay to player

    If it means that the WebRTC stream is republished as RTMP, then there are two different streams with different names. So, which stream will be played would depend on the name specified for playback.
  3. Max

    Video streams are not recording

    Hello, 1. Use mediaSessionId of a published (not played) session as parameter for startRecording and stopRecording. 2. If rotation is set in seconds, the value will be parsed as Long. 3. Remove setting encode_record_name=true,BASE64 from the config.
  4. Max

    Change display html element on the fly

    Good day. Would you try just stop stream and start to play it in another div? ... stream1.stop(); stream2.stop(); ... stream1 = session.createStream({ name: streamName1, display: div2 }).on(STREAM_STATUS.PENDING, function (stream) {...
  5. Max

    Add delay to player

    Good day. Yes, if you publish RTMP stream and play it as WebRTC, it should add some delay. Yes, it should work.
  6. Max

    Can not start transponder Error

    Yes. These ports are used to pass media traffic, WebRTC publishing and playback will not work if the ports are unavailable for incoming connections from client.
  7. Max

    How to configure Origin ASG using CDN2.x.

    If the Origin A is not responding when some CDN node is starting, this node could not connect to CDN and become invisible. When, however, Origin A responds again, this node connects to it and become visible. The only recovery way for entry point is to start it as soon as possible. However, the...
  8. Max

    can't ingest RTSP stream

    We tried to connect to RTSP URL provided, but all connection attempts are failed with exception 08:27:07,913 WARN annelUpstreamHandler - pool-45-thread-1 EXCEPTION, please implement com.flashphoner.rtsp.RtspResponseHandler.exceptionCaught() for proper handling. java.io.IOException: Connection...
  9. Max

    How to configure Origin ASG using CDN2.x.

    Good day. The cdn_point_of_entry defines a server to which the node must connect for the first time to enter CDN. When some CDN node is started, it should receive current CDN nodes list to establish signaling connections with all of them. So, the first signaling connection will be established...
  10. Max

    certificate error downloading WCS5

    We just fixed the issue with Sectigo CA on our web server. Please check.
  11. Max

    Ice Servers

    Good day. Yes, this is correct. When you're using TURN server to connect to WCS, at WCS point the TURN server is the ICE candidate, not a browser. You can check it by collecting a traffic dump on WCS side then parsing STUN traffic in Wireshark.
  12. Max

    MCU - Blurred Image

    Good day. Please check the publisher channel quality: - is channel enough for publishers resolution/bitrate? - are there packet losses while publishing a stream? Publishers channel quality can be checked as decribed here. If channel is not enough, consider to use lower resolution/bitrate. Packet...
  13. Max

    Multiple Players at same page

    Yes. Please check Two Way Streaming example (demo). You should just combine this example with 2 players mentioned above. Some tips: 1. Websocket session can be one for all streams 2. For every stream, there should be a <div> element on the page.
  14. Max

    Text "Bleeding" on RTSP streams

    Hello. Please send credentials to support@flashphoner.com
  15. Max

    can't ingest RTSP stream

    It seems WCS can't parse SDP v=0 o=- 18467 41 IN IP4 0.0.0.0 c=IN IP4 0.0.0.0 a=control:* a=range:npt=0- t=0 0 m=video 0 RTP/AVP 96 a=rtpmap:96 H264/90000 a=fmtp:96 profile-level-id=0; packetization-mode=2; sprop-parameter-sets=Z2QAKqwsaoHgCJ+XAG4CAgKAAAADAIAAADJC,aO48sA==; a=control:trackID=1...
  16. Max

    Video streams are not recording

    Hello, WCS can record published streams - mediaSessionId of a published stream should be passed to startRecording. In the log, mediaSessionId of a playing subscriber stream is passed. Starting from WCS v. 5.2.654, startRecording returns 404 if mediaSessionId of a subscriber stream is passed as...
  17. Max

    Multiple Players at same page

    Please check 2 Players example https://docs.flashphoner.com/display/WEBSDK2EN/2+Players And demo https://demo.flashphoner.com/client2/examples/demo/streaming/2players/2players.html You can place 50 players the same way. However it will load browser's CPU and RAM too much.
  18. Max

    certificate error downloading WCS5

    Good day. We raised the ticket WCS-2778 to check this. As workaround, you can download WCS installation archive with --no-check-certificate wget option wget --no-check-certificate https://flashphoner.com/download-wcs5.2-server.tar.gz or using web browser.
  19. Max

    Звук на стриме через Bluetooth гарнитуру

    В англоязычной части форума обсуждалась похожая тема, но по выбору камеры. Для выбора микрофона нужно использовать Flashphoner.getMediaDevices() и MediaDeviceList.getAudioList mMicSpinner = (LabelledSpinner) findViewById(R.id.microphone)...
  20. Max

    Free trail license activation issue

    Good day. If you can not activate server using web interface, please try to activate it using command line. Then stop the server, start it again and check if it is running as described here. Please check also that the server met the following condidions: 1. Initial access to...
Top