We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For get the frameRate, only it's necessary read the value parametrer on video representation node.
Two examples:
<Representation id="video=2127105" bandwidth="2127105" width="1280" height="720" frameRate="30" codecs="avc1.4D401F" scanType="progressive"> <BaseURL>HIO042194_11E_video_2300.mp4</BaseURL> <SegmentBase timescale="30000" indexRangeExact="true" indexRange="752-1287"> <Initialization range="0-751"/> </SegmentBase> </Representation> <Representation id="video=3311660" bandwidth="3311660" width="1920" height="1080" frameRate="30" codecs="avc1.640028" scanType="progressive"> <BaseURL>HIO042194_11E_video_3400.mp4</BaseURL> <SegmentBase timescale="30000" indexRangeExact="true" indexRange="757-1292"> <Initialization range="0-756"/> </SegmentBase> </Representation>
<AdaptationSet id="10" contentType="video" maxWidth="3840" maxHeight="1636" frameRate="1000000/42000" par="40:17"> <Representation id="10" bandwidth="81054" codecs="vp9" mimeType="video/webm" sar="129:128" width="256" height="110"> ....
For get the codecs, only it's necessary read the value parametrer on video/audio representation node.
Example: 1)https://storage.googleapis.com/shaka-demo-assets/sintel/dash.mpd --> codec="mp4a.40.2"
<Representation id="15" bandwidth="132318" codecs="mp4a.40.2" mimeType="audio/mp4" audioSamplingRate="48000"> <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> <BaseURL>a-eng-0128k-aac.mp4</BaseURL> <SegmentBase indexRange="745-1844" timescale="48000"> <Initialization range="0-744"/> </SegmentBase> </Representation>
The text was updated successfully, but these errors were encountered:
Thanks, we'll consider this feature request when we start planning v2.1.
Sorry, something went wrong.
a060050
Provide framerate and codecs information on video tracks (#533)
4777565
Closes #516
No branches or pull requests
For get the frameRate, only it's necessary read the value parametrer on video representation node.
Two examples:
For get the codecs, only it's necessary read the value parametrer on video/audio representation node.
Example:
1)https://storage.googleapis.com/shaka-demo-assets/sintel/dash.mpd --> codec="mp4a.40.2"
The text was updated successfully, but these errors were encountered: