Skip to content

can not open the recorded video file in recordingComplete function #55

@yutatoga

Description

@yutatoga
void ofApp::recordingComplete(ofxVideoRecorderOutputFileCompleteEventArgs& args){
    cout << "The recoded video file is now complete." << endl;
    shared_ptr<ofVideoPlayer> player = std::make_shared<ofVideoPlayer>();
    player->load(args.fileName); // error
    players.push_back(player);
}

console says

error loading asset tracks: Cannot Open

Do you know why I can't load the file there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions