You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error info.
in mediaengine.js, function : MediaEngine.prototype.checkBufQ,
line 759: self.sourceBuffer.appendBuffer(mediaData); error message "InvalidStateError: The object is in an invalid state."
The text was updated successfully, but these errors were encountered:
Is there any update on this? I am facing a similar issue when I generated OMAF DASH representations using the omaf-file-creation tools using kvazaar encoder. I have attached the log for your reference as well. Any help will be appreciated. log.txt
I tried to generate OMAF files based on the instructions in 'https://github.com/fraunhoferhhi/omaf.js/tree/master/omaf-file-creation', but the screen is black after I load the MPD file. However, the provided test sequence Garage and Garage_nokia_erp can play well.
Link for test sequence: https://datacloud.hhi.fraunhofer.de/nextcloud/s/38tHKMQTogibTKM
Below is the detailed info for reproducing this issue.
youtube-dl -f 138 https://www.youtube.com/watch?v=2pQ-pHbRPiQ&t --user-agent ''
(Find how to get ERP video from YouTube on this link: [YouTube] [SOLVED] 3D/2D 360° videos - now encoded in a new, proprietary & non-standard format ytdl-org/youtube-dl#15267)
ffmpeg -i test.mp4 -f rawvideo -pix_fmt yuv420p test_7680x3840.yuv
python create_omaf_files.py -s 1-5 -i test_7680x3840.yuv -wdt 7680 -hgt 3840 -f 150 -q 32 25 -t 8 --mode omafvd --codec 1 -o test -p night
Please find the generated OMAF files on this link: https://drive.google.com/drive/folders/1xp_v3mP2z1SKCZfC93NOTUYMMCiqg-zz?usp=sharing
in mediaengine.js, function : MediaEngine.prototype.checkBufQ,
line 759: self.sourceBuffer.appendBuffer(mediaData); error message "InvalidStateError: The object is in an invalid state."
The text was updated successfully, but these errors were encountered: