-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cloudinary audio files #11
Comments
Hello, and thank you for using Cloudinary! 🙂 If I understand it correctly - you are looking to differentiate (when rendering a web page) between video and audio assets to render the corresponding user interface (video player or an audio player). You are correct, both audio files and video files are represented in Cloudinary as assets with In order to provide more specific recommendations I'd need to know more details on the flow you are looking to implement (how assets are being uploaded to Cloudinary [user generated content/programmatically etc.], how do you plan to determine which assets need to be rendered to each HTML page). At this point I can suggest to look into Cloudinary client-side asset list URL
Best regards, Andrew |
Hi, Andrew.
I have come to an idea to store the audio file as a 'raw' file in cloudinary, but in the future there will be more 'raw' type of files anyway like documents etc. and then I will be stuck again. The Example of the idea down below: |
Hi and thank you for detailing the flow you are looking to implement!
To my knowledge, the Flutter / Dart SDKs don't have methods that would allow you to distinguish video and audio assets by having the asset That said, I can think of the following approaches that could be used to make the distinction:
Hope you find these suggestions to be of help. |
Good morning, Andrew. Thank you for the complete explanation, I believe this is the best approach. Just a quick question, will this plugin support Video player and Audio player features in the future? I would like to install and use the package instead of typical widgets in flutter! |
Hi. Glad to hear you found our discussion to be of help to your project! 🙂
I have followed up with the team maintaining the SDK and will update you as I hear back from them. Best regards, Andrew |
Hi. I have heard back from the SDK team. They are already working on the POC for the As an additional consideration for your project (to make it future-proof), I would suggest considering that the widgets implemented in the Cloudinary Flutter SDK will require Hope this helps. Don't hesitate to reach out if we could be of more help. |
Hello, thank for your products, first of all. I stuck with a problem to upload audio files which are represented in cloudinary as 'video'. Does this APi supports to get audio files and play them? How should I distinguish video file from audiofile when I deliver files from cloudinary? Thanks in advance
The text was updated successfully, but these errors were encountered: