ryanheise

Results 1670 comments of ryanheise

I will have a go at it tonight. Note to self: https://developer.apple.com/documentation/avfoundation/avplayeritemmetadataoutput?language=objc

I'm testing https://www.radioking.com/play/note-radio and am picking up the title. Does anyone have more URLs to test, with more metadata?

I've implemented iOS/macOS support in the latest commit. Note that all of the streams I tested only provided "title" metadata, and because I reverse engineered the keys from the metadata...

Any feedback/reports so far?

Just to update, I've added support for the URL metadata on iOS. It's implemented in the `fix/ios_livestream` branch. Will anyone be able to test this on their streams to confirm...

Hi @pmphfm if you view the Javascript console within your browser, you should see a better stack trace containing dart line numbers rather than js line numbers. However, I'm able...

One thing that it could be is that `dart:io` doesn't guarantee that a flush happens synchronously with the platform's notion of flush. You may need to (unfortunately) insert a delay...

I tested your m4a file by hosting it on a web server instead of a file, and got the same result. This indicates that it is either a problem with...

Have you tried re-encoding your file?