Git Product home page Git Product logo

flutterrtmpplublisher's Introduction

PonnamKarthik

Flutter dev

flutterrtmpplublisher's People

Contributors

ponnamkarthik 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flutterrtmpplublisher's Issues

Change profile to baseline

How i can change profile to baseline and also other attributes such as audio encoder params and bitrate

Support Auth

Hi ,

Can you support auth with username and password login ?

闪退

你好,作者。我在使用这个包的时候,在iphone上运行点击播放按钮,应用被闪退来。

rtmps

when I use rtmps returned error rtmp

this error =>invalid rtmp url must be in format : rtmp::/host:[port]/application/streamName

Stream key

I am trying to broadcast a stream with Mux, to make it work I need to use both url and stream key. Is it possible to use a stream key with this library?

Build an error

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.
    The following dependencies do not satisfy the required version:
    project ':flutter_rtmp_publisher' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Downgrading kotlin issue

for thos running into a Kotlin issue, Go to build.gradle, and replace your build script with:

buildscript {
    ext.kotlin_version = '1.3.0'
    repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

then in the app/build.gradle

change minSdkVersion 16 to minSdkVersion 21

finally, if you get a AndroindManifest.xml issue remove

android:label="<YOURAPPNAME>"

Streaming audio only

Hello @ponnamkarthik , I would like to stream live audio from my flutter application.
Is this possible using this plugin? Because I only see a function to start a video stream.
Is it possible to have it audio only? Or at least a black screen video that doesn't use the camera? My use case involves audio only.

Thank you! Great plugin btw

Youtube live stream

Hi,

Does this plugin supports youtube live streaming because i just tried using this plugin it shows every status correctly like connected, publishing and disconnected but my youtube live stream data is not getting updated only

Custom Layout of Live Stream

do you know how i can modify the page after i call invokeMethod? can i extend that layout into my custom layout? because i can find that file

Question about live stream detection

Hi,

First off, plugin is great!

My question is about detecting RTMP live streams. What I want to do is, when a live stream is playing, obviously show the live stream which works, but when the live stream has stopped, auto-detect that it has stopped and do something else. Is the isPlaying bool in your example something I can use? I've tried it and even when rebuilding the widget tree, it doesn't seem to have an effect.

Thanks again.
`

Error: Kotlin Gradle plugin version

Hi

I use your lib and found error when build my app

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.
    The following dependencies do not satisfy the required version:
    project ':flutter_rtmp_publisher' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0

What should I do?

Thank you

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.