Search results

  1. R

    Microphone increase volume

    I think "echoCancellation: false" is doing its thing but the problem is that the audio volume goes down.
  2. R

    Microphone increase volume

    Thank you. This increased the quality, but the noise cancellation is still there. For example if there is a music in the background the audio is really bad. How can I stop noise cancellation? Or can you please provide some configuration that is good for WebRTC streaming over RTMP with good...
  3. R

    Microphone increase volume

    Thank you. That worked, but didn't fixed my problem. What I'm trying to do is to do a stream WebRTC over RTMP, but the sound in the background is corrupted, or we can't hear it well. I tried with this implementation: session.createStream({ name: streamName...
  4. R

    Microphone increase volume

    How can I increase volume on the microphone using web sdk?
  5. R

    RTMP server configuration

    I'm using WebRTC as RTMP republising(on AWS EC2 instance - c5.large)
  6. R

    RTMP server configuration

    I've excluded the VP8 by updating: codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,flv,mpv but I can still see the: native_resources.video_decoders=1 native_resources.video_encoders=1 I'm using as you recomended: webrtc_cc_min_bitrate=500000 webrtc_cc_max_bitrate=1500000
  7. R

    RTMP server configuration

    This worked, but the quality is still bad.
  8. R

    RTMP server configuration

    Hello. I'm trying to do rtmp stream with 720p over phone, but I have some video glitches. Once I updated the codes the glitches are gone, but the quality is bad. codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,h264,flv,mpv The rest of my server config is...
  9. R

    Stream from a local file

    Is there any option to stream from a local file(mp4), or the file should be on the server? If so, how can I upload a file to the server?
  10. R

    Zooming from web sdk

    Is there any api functionalities where I can zoom in and zoom out from the Web sdk? Something like this: const stream = await navigator.mediaDevices.getUserMedia({ video: { zoom: true } });
  11. R

    iOS Safari switch camera issue

    When I'm trying to switch the camera during publishing state, the publisher video goes black and the camera indicator goes red. We are using Web SDK on iOS Cordova App. Any suggestions?
  12. R

    Problem with WebRTC connection on iOS

    I got this now: WSServerHandler - WSS-pool-23-thread-1 Orgign: app://localhost DomainChecker - WSS-pool-23-thread-1 Can't parse origin as URL app://localhost WSServerHandler - WSS-pool-23-thread-1 THIS DOMAIN IS NOT ALLOWED origin: app://localhost allow: app://localhost WSServerHandler -...
  13. R

    Problem with WebRTC connection on iOS

    It's a hybrid application with Cordova, and we are using web sdk. So it's using safari in the background. It's working fine with Android application.
  14. R

    Problem with WebRTC connection on iOS

    I'm using the web sdk and I'm trying to connect iPhone with the WCS but I have this issue: WSServerHandler - WSS-pool-23-thread-1 THIS DOMAIN IS NOT ALLOWED origin: app://localhost allow: null I tried with origin null, but also got this: WSServerHandler - WSS-pool-23-thread-1 THIS DOMAIN IS NOT...
  15. R

    AWS CloudFormation template

    Is there any AWS CloudFormation template to create new ec2 instances whenever I need it, or any AWS cdk examples?
  16. R

    RTMP: server part validation failed

    That workded. Thank you.
  17. R

    RTMP: server part validation failed

    the RTMP client is connected, but I recieve logs: server part 1 validation failed for type 1, will try with type 2 ERROR ClientHandler - RTMP error server part 1 validation failed even for type: 2
Top