Giter VIP home page Giter VIP logo

mjpegstreamlib's Introduction

Hi there ๐Ÿ‘‹

I am a software engineer and team leader

  • ๐Ÿฅฐ Very active on mobile open source community especially on React Native
  • ๐Ÿฅณ Enthusiast on game development with Unreal Engine 5 and Unity

GitHub Streak

FreakyCoder Github Stats

Connect with me

linked-in medium stack-overflow twitter



Blog posts

Other Stuff

Visits Badge

mjpegstreamlib's People

Contributors

wrathchaos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mjpegstreamlib's Issues

Unable to get an AXIS IP cam to work in the home network

Hello @WrathChaos:
Thank you profusely for this example app and library.
Although I was able to build and download your example app into my iPhone, I have no experience in ios/Swift development.
Now I need your help to get it to work.
The only substitution I made was the IP address of the form http://<user>:<passwd>@<naked-ip-address>/view
The authenticated IP address (plus view command) works form a browser (I get a mjpeg stream in the browser).
That got my hopes high, perhaps, it may work from your app.
All I get is a wait spin.
-Auro
thank you for pointers

Sound

Hello !

Do you know if it's possible to get sound from MJPEG stream ?

Thanks for this library, I was trying this with socket but it's really much simpler like you did :-)

Thanks

"stream.stop()" not Stoping Stream.

Hello,

Thank you for creating this library, having a bit of trouble understanding why the Stream isn't stopping on "stream.stop()"

I've tried switching the status to false as well as making the ViewController hidden.

Both still have the stream working in the background.

Thank you in Advance,
TK

    func videoStream(streamStatus: Bool ){
        var stream: MJPEGStreamLib!
        stream = MJPEGStreamLib(imageView: streamView)
        
        if streamStatus == true {

        // Your stream url should be here !
        let url = URL(string: "http://testStream.local:81/stream")
        stream.contentURL = url
            stream.play()
        print("Stream Enabled")

        } else if streamStatus == false{
            print("Stream Disabled")
            stream.stop()

        }
    }

Can record the mjpeg video?

Hi, thanks for this library, I would like to ask if there have anyway to save the mjpeg video into a file?

Thanks.

Add support for tvOS download in Pods

Currently, it raises error while installing pod against a tvOS project:

[!] The platform of the target MontagePreview(tvOS 13.2) is not compatible withMJPEGStreamLib (0.2.1), which does not support tvOS.

I confirm the lib works well while using in tvOS 13.2 projects separately.

Please, add support to download the lib for tvOS projects, too. Thanks!

Stream authentication question

I know that this is an old project but I have already tried to analyse the library but I can't get stream authentication working. Does anyone know the syntax I need to use to pass a username and password. Thanks in advance !

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.