Giter VIP home page Giter VIP logo

Comments (8)

annyjasmin39 avatar annyjasmin39 commented on July 20, 2024

may be if we can improve the video decoding then it will work

from sharprtsp.

RogerHardiman avatar RogerHardiman commented on July 20, 2024

I have used SharpRTSP on Android and on iOS using the Xamarin/Microsoft C# tools.

On Android and on iOS I had to wrote extra code to use the video encoding APIs of each system - the Media SDK on Android and the VideoToolBox SDK on iOS.
This gave me fast encoding with RTSP streaming.

Unfortunately I cannot share the code I wrote to link to the native encoding APIs on Android or iOS as those parts were not open source.

But it is possible to do this.

from sharprtsp.

annyjasmin39 avatar annyjasmin39 commented on July 20, 2024

ok,,Thank you for the update...i will look into Media SDK on android ..we are just looking for android at the moment...if we can some more hints..then that will be helpful to us...Thanks

from sharprtsp.

annyjasmin39 avatar annyjasmin39 commented on July 20, 2024

Hi,
I have written encoder for android...now i am facing problem...linking android camera to bytes...
not finding any resources to get bytes from android camera...could you please help

from sharprtsp.

RogerHardiman avatar RogerHardiman commented on July 20, 2024

You'd need to ask (or look for existing answers) on Stack Overflow.
But from what I remember, I could open the Android camera and get raw images which I could pass to the Encoder API. But it was a long time ago. So try Stack Overflow for up to date answers

from sharprtsp.

annyjasmin39 avatar annyjasmin39 commented on July 20, 2024

ya i tried...all are depreciated..they are collecting data from onpreviewframe in previewcallback...which is depreciated now...is there any provision in recent version to collect raw data from camera

from sharprtsp.

RogerHardiman avatar RogerHardiman commented on July 20, 2024

Hi
I remember using OnPreviewFrame. But the last time I wrote code for this was 5 years ago usng the Camera API. I do not know what the new functions but did see there was a Camera2 API now

from sharprtsp.

annyjasmin39 avatar annyjasmin39 commented on July 20, 2024

ya you are right...onpreviewframe is working perfectly...but those are not availbale in camera2 api...
actually need something to collect byte data from camera ...so that i can stream those using this library

from sharprtsp.

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.