Questions tagged [mediaplayerservices]
4 questions
14
votes
3 answers
How do I create a custom media player to play a custom codec in Android?
n00b here (first Android project). I have been given a custom video codec that has been integrated with an Android firmware build. It's an .so file containing a class that inherits from MediaPlayerInterface, as well as a custom MediaPlayerService…

samgak
- 23,944
- 4
- 60
- 82
3
votes
1 answer
iPhone Media Player Framework accessing raw file
I'm interested in using the Media Player framework on iPhone to access audio in the user's library. I want to be able to load a given audio file and then perform some specialised filtering on it.
Ideally I want to be able to directly load the…

Goz
- 61,365
- 24
- 124
- 204
1
vote
2 answers
Enable buffer flow progress in the JW Player control bar
I have a rtmp on demand stream (delivered by Wowza server) and I have configured it using JWPlayer. Its quite working well and I want to add the blow flow progress in the JWplayer control bar just like YouTube video player buffer flow progress.
Here…

Sathish
- 3,477
- 3
- 26
- 28
0
votes
1 answer
Android Auto binds a list of MediaItem with subtitle
Have you ever try to add a tag like that.
First i thought it is an ImageSpan which is built by SpannableString then set to builder.setTitle(input: Charsequence).
I already tried but not working.
Do you guys know how Spotify can do that? or am i…

january
- 49
- 1
- 4