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

Get audio data from DLNA device #1

Closed
feliwir opened this issue May 7, 2020 · 4 comments
Closed

Get audio data from DLNA device #1

feliwir opened this issue May 7, 2020 · 4 comments

Comments

@feliwir
Copy link

feliwir commented May 7, 2020

Hello @succlz123 ,
i just found this cool project because i wanted to create an audio player with flutter. However i'm not really sure where to start, what functionality is missing. If you could give me a headsup what is required, i'd also happily contribute.
Thanks

@succlz123
Copy link
Owner

I don't understand what you're trying to do, I'm guessing you want to make a flutter version of the audio player.
But this DLNA library is just a video casting tool and doesn't have any audio features.

@feliwir
Copy link
Author

feliwir commented May 8, 2020

Yeah i didn't know for example that it doesn't have any audio features :)

@succlz123
Copy link
Owner

succlz123 commented May 8, 2020

First I'd like to say that I'm not actually familiar with flutter.

Then, I saw a C# version audio player library in your Github, so I guess you want to use the IOS or Android NATIVE API to play the audio.
I think you may need to create a flutter plugin to call the different platform API.
For example, using OpenES SE on Android requires you to write both C++ and Java code, then write the flutter plugin to call it.

(Perhaps flutter already provides a well-packaged audio API.) 😃

@feliwir
Copy link
Author

feliwir commented May 8, 2020

@succlz123 i am not really familar with DLNA to be honest :) Here is what i want to do:
I have audio files on a network storage / DLNA server, and thought i could access/stream the files with this library. I don't want to play the files with your library, but instead just access / read them. I already know how to play the audio afterwards.
Thanks for your help in advance

@feliwir feliwir changed the title Create a list of missing features Get audio data from DLNA device May 8, 2020
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