Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I am a newbie in android. I don't know how to play rtmp stream in android application.

I have a rtmp link:
Stream URL: rtmp://p.ep314848.i.akamaientrypoint.net/EntryPoint

Backup URL: rtmp://b.ep314848.i.akamaientrypoint.net/EntryPoint

Stream names: dclive_1_150@314848

I don't know which link I have to set in ULR link and how can I call the stream name.

Thanks in advance.

What I have tried:

Java
path = "rtmp://p.ep314848.i.akamaientrypoint.net/EntryPoint/dclive_1_150@314848";
mVideoView.setVideoPath(path);
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900