Cesar Oliveira
Cesar Oliveira
There is a way to workaround this until have a final solution?
hi @solnic I thought something like that, put a verification inside the `match_schema.rb` if is a collection and call the schema for each item, but I thought maybe was something...
The same happens to me, with my slow Internet takes about 40 seconds to audio starts
How can I do that? > Does progressive download work if you set the plugin to use HTML audio?
I see, yes with HTML audio plays right away.
I found this PR https://github.com/apache/cordova-plugin-media/pull/62 from a year ago that solves the streaming in cordova-plugin-media 🤔
I was able to perform the streaming of mp3 file, the trick is use mu3 file instead your mp3 file. So I get my mp3 file e create a mu3...
@jags619 use m3u files only works with the cordova plugin media: https://github.com/apache/cordova-plugin-media, but I'm still facing some other issues yet such as get the duration of the media, get the...
@jags619 I test your m3u file in my app on iOS and works fine I don't have an android to test it =( here is the code: import { Media,...
@jags619 if you change the URL http://crawler.quackfoot.com/acorab.m3u for another URL of a MP3 file, the MP3 plays the sound?