nokiatech / omaf

Nokia OMAF implementation
Other
61 stars 18 forks source link

Error build for Player in Windows and error execution for omafvd.exe #19

Open VisualMCL opened 2 years ago

VisualMCL commented 2 years ago

Error build for Player in Windows 10 when executing build-visualstudio.bat vs2017 command to build, it was failed to build player libraries. The mp4 libraries and creator app were built successfully. But only omafvd.exe was generated, while omafvi.exe and omafimage.exe are missed.

Error execution for omafvd.exe I created two tiled mp4 videos which are encoded with Kvazaar and packaged with Mp4box. Then I want to create a viewport dependent profile DASH stream using omafvd.exe config.json. Only filenames were replaced in the provided example-omaf-configuration.json, but an error occurred with following messages:

Failed to process configuration: Configuration invalid value: Missing output base, provided {"segment_name":{"audio":"$Name$.audio.$Segment$.mp4","extractor":"$Name$.extractor.$Segment$.mp4","video":"$Name$.video.$Segment$.mp4"},"subsegments_per_segment":1} at example-omaf-configuration.json::dash::media

donnellythomas commented 2 years ago

I ran into these aswell. The previous release builds with omafvi and omafvd successfully.

The new release also has a json attribute named "base" that needs to be included but I'm not sure of its purpose.