Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to work with this lib in Azure media service android? #89

Open
yaffaharari opened this issue Jul 25, 2020 · 1 comment
Open

how to work with this lib in Azure media service android? #89

yaffaharari opened this issue Jul 25, 2020 · 1 comment

Comments

@yaffaharari
Copy link

I tried to do:
RTMPMuxer rtmpMuxer = new RTMPMuxer();
rtmpMuxer.open("rtmp://stlive-stmedianame-aaea.channel.media.azure.net:1935/live/fdda7eXXX", 300, 300);
boolean s = rtmpMuxer.isConnected();
Log.i("isConnected", String.valueOf(s));
but it is always s = false.
how I can take a look what wrong?

@mekya
Copy link
Contributor

mekya commented Jul 26, 2020

Hey @yaffaharari ,

Thank you for your question.

I'm not sure about Azure media services because even FFmpeg cannot publish RTMP to Azure Media Services in some cases.

Anyway, can you at least try publishing with this project? https://github.com/ant-media/LiveVideoBroadcaster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants