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

Getting metadata #10

Closed
rocxteady opened this issue Apr 4, 2014 · 5 comments
Closed

Getting metadata #10

rocxteady opened this issue Apr 4, 2014 · 5 comments

Comments

@rocxteady
Copy link

How can I get metada of the file I am streaming?

@bbcallen
Copy link
Contributor

bbcallen commented Apr 8, 2014

I'm not familiar with meta data. But ijkplayer is a very thin wrapper on ffplay, you could call ffmpeg api directly from your application.

@rocxteady
Copy link
Author

How can I call this inside my applications?

self.player->_mediaPlayer->ffplayer->is->ic->metadata
When I wrote this in my code it gives me error. I can't reach this metadata object.
Date: Mon, 7 Apr 2014 20:02:48 -0700
From: notifications@github.com
To: ijkplayer@noreply.github.com
CC: ulas.sancak@hotmail.com.tr
Subject: Re: [ijkplayer] Getting metadata (#10)

I'm not familiar with meta data. But ijkplayer is a very thin wrapper on ffplay, you could call ffmpeg api directly from your application.


Reply to this email directly or view it on GitHub.

@bbcallen
Copy link
Contributor

bbcallen commented Apr 9, 2014

For example:
ijkplayer.c: ijkmp_get_current_position()
ff_ffplay.c: ffp_get_current_position_l()

And define your own:
ijkplayer.c: ijkmp_get_meta_data()
ff_ffplay.c: ffp_get_meta_data_l()

@bbcallen
Copy link
Contributor

Can this issue be closed?

@rocxteady
Copy link
Author

Yes, I am getting metadata.

@smartTop smartTop mentioned this issue May 28, 2021
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