Dash-Industry-Forum / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
Other
5.06k stars 1.67k forks source link

Tiled Video Support #4006

Open Deltajom opened 1 year ago

Deltajom commented 1 year ago

Hello, I am a researcher looking into 360 TILED videos and was looking for a good open source DASH implementation for my studies. I've looked at players like TOUCANVR, OMAF, vr-dash-tile-player, and more... but they all either only support specific devices, are using unsupported or player specific formats, or are very specific in their use cases.

I would like to see DASH.js support one or more of the available tiled video standards, for example, the SRD standard. (used in some players as a Supplemental Property - urn:mpeg:dash:srd:2014) This may be a bit old now though, and if anyone has knowledge relating to the current standard for H.264 360-tiled videos and/or H.265 I would appreciate any information relating to the topic.

I would also like to know more about how the frames are being rendered in the DASH.js player window, as implementing a tile selector into DASH.js's buffer layout seems possible from the documentation available, but I wasn't able to find any documentation related to the rendering of frames. With this, I may be able to start modifying DASH.js for my needs.

Thanks!

binbinzhm commented 1 year ago

hello I'm also looking into 360 TILED videos and was looking for a good open source DASH implementation for my studies. I've looked at players like GPAC. Do you have a better one? Thanks

Deltajom commented 2 months ago

I haven't been able to find any suitable replacement @binbinzhm unfortunately. I've been working on my master's thesis until yesterday (passed it!) and will begin looking for / creating one now.