Giter Club home page Giter Club logo

Comments (4)

marinaserranomontes avatar marinaserranomontes commented on July 20, 2024

Hi @shakil807g ,

To recorder the publisher stream, you have several options:

  • You can use the MediaProjection API to record the screen.
  • You can use the MediaRecorder, but please note, you don't need to use a CustomCapturer, you can setup the MediaRecorder in the Activity, and feed it with the input surfaces for the publisher.
  • You can use MediaCodec to directly save the publisher video frames using a video encoder. In this case, you will need to build your own capturer in that case.

The last option seems to be the most difficult, so I recommend to you to try MediaProjection or MediaRecorder.

from opentok-android-sdk-samples.

shakil807g avatar shakil807g commented on July 20, 2024

@marcioaffonso Can i save the single stream to server with opentok archiving api instead of storing locally ??

from opentok-android-sdk-samples.

marinaserranomontes avatar marinaserranomontes commented on July 20, 2024

@shakil807g You could use the individual stream archiving option.
https://tokbox.com/developer/guides/archiving/#individual-stream-and-composed-archives

from opentok-android-sdk-samples.

marinaserranomontes avatar marinaserranomontes commented on July 20, 2024

Hi @shakil807g ,

Iā€™m closing this issue because it has been inactive for a few weeks.

Please reopen if you still encounter this issue. You can also contribute directly to samples by providing a patch.

Thank you!

Best,
Marina

from opentok-android-sdk-samples.

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.