Search results

  1. J

    Trial license expired before expiration date

    pool.ntp.org? how do I check it?
  2. 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" ...
  3. J

    replaying WEBRTC stream with video tag in HTML5

    I learned that object and embed tags do not support CSS, is that right?
  4. J

    replaying WEBRTC stream with video tag in HTML5

    Is there an alternative HTML tag besides using iframe? we find it hard to format DIV with iframe tag in terms of video sizing and putting overlay on top.
  5. 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'...
  6. J

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

    noted....just made the change, and will monitor the performance....thanks!
  7. 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.
  8. J

    Issue in starting stream in iOS browser

    it works now...thanks!
  9. J

    Issue in starting stream in iOS browser

    var SESSION_STATUS = Flashphoner.constants.SESSION_STATUS; var STREAM_STATUS = Flashphoner.constants.STREAM_STATUS; #var PRELOADER_URL = "../../dependencies/media/preloader.mp4"; var PRELOADER_URL = "https://stream1-prod.jomliv.com:8888/client2/examples/demo/dependencies/media/preloader.mp4";
  10. J

    Issue in starting stream in iOS browser

    just made the change...nothing happened when I press on Start button.
  11. J

    Issue in starting stream in iOS browser

    You may login using our test account - jomlive_user1@gmail.com/jomlive123
  12. J

    Issue in starting stream in iOS browser

    the same link works when i open in on my Window's Firefox browser.
  13. J

    Issue in starting stream in iOS browser

    "https://www.jomliv.com/testing?fbCount=1&fbToken1=EAAF9OmGapNwBAIxbzKlkzHno6AJrBvJ3wZC7aFlK3bj4g0isklDlcfBFdZBBcWsjmoZABH7AYlLJHsFPYAngbOWUSDVLUejufOI0AlxJiyrVJlfbdvmwp2xZCHLxvu0eGBrYBFvC9BKxf5PMSC9RTi3EBwZCZBoZBfW3V7xLHttURzb8HHUi7ZAb&fbToken2=&instaCount=0&instaID1=&title=test1&user_id=dc78"...
  14. J

    Issue in starting stream in iOS browser

    I hv commented out 'sendDataToPlayer' line, and tried with following URL...
  15. J

    Issue in starting stream in iOS browser

    More testing reveal that I could start the stream with testing.html on same host (stream1-prod.jomliv.com) featuring Flashphoner on iPad, but only with Safari...it fails when trying on Chrome; the same html page works on Chrome and Firefox from my Windows PC though.
  16. 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...
  17. J

    RTMP error while doing streaming via webrtc

    issue resolved....thanks!
Top