In principle it should not be necessary to modify anything to upgrade to version 6.3.x. However, video360 videos, which were an unsupported test feature in previous version, are now supported in Paella 6.3.x, but are defined using the new videoCanvas feature.
"streams": [
{
"sources": {
"mp4": [
{
"src": "https://repository.paellaplayer.upv.es/video360/video360.mp4",
"mimetype": "video/mp4",
"res": {
"w": "4096",
"h": "2046"
}
}
]
},
"preview": "https://repository.paellaplayer.upv.es/belmar-multiresolution/preview/presenter_cut.jpg",
"content":"presenter",
"canvas":["video360"]
}
],
As of version 6.4.0 a new system based on HLS playlists is used to supply various audio streams. You can see the documentation about it in this link
Some changes have been made to the HLS plugin that improve the compatibility of live streams. We think we have identified all the problems that may arise from this change, but it is advisable to check the behavior of browsers when the video is set to autoplay mode.