ponnamkarthik / FlutterRtmpPlublisher

A Flutter Plugins that helps you to brodcast Live via RTMP right from your flutter application
Other
53 stars 44 forks source link

Stream key #8

Open kasyr opened 4 years ago

kasyr commented 4 years ago

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?

alex-heritier commented 4 years ago

Any follow up on this? Facing the same issue.

alex-heritier commented 4 years ago

I got around this by appending the stream key to the end of the RTMP url like so Example: rtmp://global-live.mux.com:5222/app/STREAM_KEY

pojoba02 commented 4 years ago

@alex-heritier is the stream key in mux the same as the id from URL Signing Keys.

alex-heritier commented 4 years ago

@alex-heritier is the stream key in mux the same as the id from URL Signing Keys.

No, this explains Mux stream keys https://docs.mux.com/docs/live-streaming

kasyr commented 4 years ago

I got around this by appending the stream key to the end of the RTMP url like so Example: rtmp://global-live.mux.com:5222/app/STREAM_KEY

Thank you! I got it working :)

pojoba02 commented 4 years ago

@alex-heritier and @kasyr did you guys have some data on mux dashboard, cos mine keep saying connecting and never does.

ollyde commented 4 years ago

@pojoba02 same issue, also the UI is broken on iOS. Would be nice if this was just a view.

ollyde commented 4 years ago

@pojoba02 yes I got that one working :-)

pojoba02 commented 4 years ago

android version!

pojoba02 commented 4 years ago

do you have to connect it to rtmp url?

ollyde commented 4 years ago

@pojoba02 yes.

pojoba02 commented 4 years ago

ok cool

pojoba02 commented 4 years ago

just run the iOS version, pretty pretty cool plugin,