Coder Social home page Coder Social logo

Comments (5)

beetlejesss avatar beetlejesss commented on May 26, 2024

the InSufficientBW generally means that your network doesn't have enough bandwidth to support the stream. Try adjusting the resolution and bitrate down and see if that helps.

from streaming-ios.

mohammadshalhoob avatar mohammadshalhoob commented on May 26, 2024

i use R5AdaptiveBitrateController for publishStream , is that help or i need to remove it .

from streaming-ios.

beetlejesss avatar beetlejesss commented on May 26, 2024

The AdaptiveBitrateContoller is for the publisher - so it will use as much bandwidth as it can (and the example is set to a very high bitrate); there is not currently an AdaptiveBitrateController for the subscriber. So - yes I would advise removing that, or at least modifying the settings on it to use a lower resolution/bitrate combination than what is set in the example (https://github.com/red5pro/streaming-ios/blob/master/R5ProTestbed/tests.plist#L75)

from streaming-ios.

mohammadshalhoob avatar mohammadshalhoob commented on May 26, 2024

i add resolution and bitrate for publisher ex:
video-:
let camera = R5Camera(device: videoDevice, andBitRate: 500)
camera?.width = 320
camera?.height = 240
camera?.orientation = 90
audio -:
let microphone = R5Microphone(device: audioDevice)
microphone?.bitrate = 3
microphone?.sampleRate=8000

, did i need to add resolution and bitrate subscriber , and if i nedd how i can please .

from streaming-ios.

beetlejesss avatar beetlejesss commented on May 26, 2024

No, you don't need to add resolution and bitrate for the subscriber. They will get what is sent.

from streaming-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.