Giter VIP home page Giter VIP logo

Comments (3)

pnkjvvdy avatar pnkjvvdy commented on May 18, 2024 1

This issue occur due to some packets missed because of bad network. And I don't have implement rfc5168 fully so FPU request does not serve properly.

from media-server.

murillo128 avatar murillo128 commented on May 18, 2024

But are you using my server?

from media-server.

pnkjvvdy avatar pnkjvvdy commented on May 18, 2024

Thanks for reply and First sorry for my poor English

Yes I am using medooze/mcu server. After long hardworking and tanking number of observation we found following things
On video mute Receiving thread stop placing participant video frame into PipeVideoOutput. So mixer always mixed last frame stored into PipeVideoOutput. In mixer thread we place video block image into participant slot and this mixed frame sent to all participant.
In case of VP8 codec decoder has reference frame and it decodes new frame by using this reference frame.
After unmute video we'll suddenly send mixed image with participant video so client(Linphone 3.7.0) does not able to decode properly because it has reference frame which has totally different frame . So in this case MCU server has to send key frame to video participant who negotiated with VP8 codec.

I had done this but I had to track that after changing video mute state, Participant's video frame must received by mcu, this frame must be provided to PipeVideoOutput, Mixer must get this frame from PipeVideoOutput and mixed into Mosaic, this mosaic must provided to PipeVideoInput and Sending thread must get this mixed frame from PipeVideoInput. After that I can send this frame as a Key frame to all participant.

Is there any better way?

from media-server.

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.