Search results

  1. R

    Failed to parse SessionDescription

    Getting the following error on Chrome (OSX Mojave) only using Chrome Version 70.0.3538.67 (Official Build) (64-bit). Anyone experienced anything related, is it a config issue from the server-side? Failed to parse SessionDescription: a=rtpmap:111 opus/48000/2 Invalid value: 2. Settings codecs...
  2. R

    RTMP pull

    Hi Max, Some months ago you said it will be possible to do a pull-based rtmp live streaming in the browsers using websockets. Basically the client would say: "play rtmp://wowza-server/app/id.mp4" and the WCS5 would fetch the rtmp stream (h264+AAC), repackage it for MSE and play it in-browser...
  3. R

    Safari iOS 11 WebRTC audio

    I noticed a strange issue when doing WebRTC to RTMP from my iPhone. I believe this is more of an issue with Safari, but when I start streaming all other sounds played on the page are glitchy and sound is very bad. I added a simple mp3 audio tag to test and it plays well before I start the...
  4. R

    Disable audio in WebRTC to RTMP

    I'm trying to disable audio when publishing: constraints = { audio: false, video: { width: 320, height: 240 } } session.createStream({ name: streamName, display: @localVideo, cacheLocalResources: true, constraints: constraints...
  5. R

    Play rtmp stream in browser

    Is it possible to play an RTMP stream from Wowza, in-browser, using websockets or WebRTC? I did not find any documentation regarding this.
  6. R

    Broadcasting with WebRTC not working

    I have set up the webcallserver according to the docs, I have 2 java processes running and I'm watching the logs from /logs/flashphoner_manager.log and /logs/server_logs/flashphoner.log and they all look fine. I've set up a cert for port 8443 and I'm trying to publish from the Manager...
Top