vinhnx / notes

my today I learn (TIL) journal, includes everything that I found interesting, not necessarily relates to programming
43 stars 2 forks source link

HTTP live stream validation tool #137

Open vinhnx opened 6 years ago

vinhnx commented 6 years ago

HTTP live stream validation tool

So there a HTTP live stream validation tool from Apple and some documents that we could reference.

Basically this is a command line tool, and it will scan each of stream variant inside the m3u8 playlist, and validate to found any error, this could eliminate the needs to use Xcode.

$ mediastreamvalidator ${SOME_M3U8_PLAYLIST_URL}
vinhnx commented 6 years ago

https://github.com/vinhnx/iOS-notes/issues/122