Search results

  1. J

    HLS output different resolution then WebRTC input

    Hmm not sure what I had tested, but I got the stream working with a custom mediasource including audio. So now we have done: var constraints = { audio: false, video: false, customStream: source }; Where the source stream is created like var newMediaSource =...
  2. J

    HLS output different resolution then WebRTC input

    Mi Max, thanks for the fast answer. But unfortunately, it does not work like expected. When putting hls_player_width=0 hls_player_height=0 in the flashphoner.properties the HLS output is not working. There is nothing getting out. So changing that, will brake the HLS output. So then we forced...
  3. J

    HLS output different resolution then WebRTC input

    Hi, we are currently testing the flashphone server with a trial license. But we experience some strange behavior in our opinion. So I was wondering if there are limitations when using the trial license vs official license. We are trying to ingest a WebRTC streams with a resolution of 1280x720...
Top