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

Maybe an implementation with VideoView? #1

Closed
mauriciogior opened this issue Feb 18, 2016 · 4 comments
Closed

Maybe an implementation with VideoView? #1

mauriciogior opened this issue Feb 18, 2016 · 4 comments

Comments

@mauriciogior
Copy link

Hello, do you have an open source implementation of a VideoView widget that uses your RtmpClient?

Thanks

@mekya
Copy link
Contributor

mekya commented Feb 19, 2016

Hi Mauricio,

There is a kind of video view widget, it is called exoplayer.
http://developer.android.com/guide/topics/media/exoplayer.html

The exoplayer we have forked uses RtmpClient to play files.
https://github.com/ButterflyTV/ExoPlayer-with-RTMP-and-FLV-seek

This fork supports armeabi -v7a architecture for rtmpclient. If you plan to
use this player, we can update this player to support all architectures.

Bests,
A. Oguz

On Thu, Feb 18, 2016 at 11:51 PM, Maurício Giordano <
notifications@github.com> wrote:

Hello, do you have an open source implementation of a VideoView widget
that uses your RtmpClient?

Thanks


Reply to this email directly or view it on GitHub
#1.

@mauriciogior
Copy link
Author

@mekya Thank you!
Do you have instructions on how to compile for other architectures?

@mekya
Copy link
Contributor

mekya commented Feb 22, 2016

You're welcome ;)

If you build the library with the latest version of master branch, it will
support for all architectures(x86, arm64, armv7, mips. etc.)

On Fri, Feb 19, 2016 at 3:21 PM, Maurício Giordano <notifications@github.com

wrote:

@mekya https://github.com/mekya Thank you!
Do you have instructions on how to compile for other architectures?


Reply to this email directly or view it on GitHub
#1 (comment)
.

@mekya
Copy link
Contributor

mekya commented Mar 25, 2016

Closing this issue. If i miss something, please let me know.

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