Saiday
Saiday
@aliudurim did you solve it? thanks
就我所知,我們也有透過 https://github.com/CodeTengu/LambdaBaku 自己存一份下來,也是透過 curated 的 API 就是了。 但我們自己存的部分有沒有 API 就得問作者本人 @vinta 了
對,目前沒有存在 GitHub。 我同意可以存一份在 GitHub,是說要放 GitHub 的話,是要存 raw data 還是處理過的格式?有建議的嗎?
Raw 是指從 Curated API 拿回來的東西直接存,我們目前也只能透過這種方式拿 data 了。 處理過是用 Markdown 把它加工過。 考量的點應該是機器可讀 vs 人類可讀
This is interesting, could you provide more shoutcast streams? Would like to test it out. hamzaozturk [email protected] 於 2015年5月21日 星期四寫道: > Hi thierryb, > > It is a bug related...
Yes, I knew this AVQueuePlayer behaviour changed since iOS 9. Sure, HysteriaPlayer had the chances to know the type of each input source, can initial new AVQueuePlayer when needs. I...
There's a workaround if someone going to play HTTP Live Streaming, set `skipEmptySoundPlaying` to `true` before playing.
@tarzon like what @hamzaozturk mentioned > AVQueuePlayer now supports a mixture of file-based media and HTTP Live Streaming media in its queue. Prior to this, you had to ensure that...
The error log says it, do you have seeking functionality in your app? If so, disable it until your AVPlayerItem's status update to AVPlayerItemStatusReadyToPlay. HysteriaPlayer had a delegate about AVPlayerItem...
Sorry, my fault. I see now. Which version of HysteriaPlayer you using? If possible, can you attach stack log so I can trace on it. On Tuesday, December 1, 2015,...