Keep in mind I am new to VP9 encoding.
I am interested in doing VP9 encoded DASH streaming however the after looking through documentation with FFMPEG and Webm Wikis. It seems there is only support for Non Chunked and Non Muxed webm files to use in a DASH player like dash.js.
Is there a reason VP9 encoded files aren't able to be chunked into smaller webm files(or some other intermediate format like .ts/.m4s) to be combined in the receiver's buffer like is done with H264 encoded DASH .m4s files or HLS .ts files?
I assume there is a philosophical difference or is it just because that is the only current support? Is there an advantage to not wanting to chunk video files?
Any feedback on the topic would be very helpful.