Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playing Movie in FaceOSC #143

Open
NathanSepulveda opened this issue Dec 21, 2017 · 5 comments
Open

Playing Movie in FaceOSC #143

NathanSepulveda opened this issue Dec 21, 2017 · 5 comments

Comments

@NathanSepulveda
Copy link

@danomatika I'm very out of here with no programming experience other than Pure Data and Max. However, I'm trying to understand the instructions for playing movies within FaceOSC. In the read me it says

"Put the movie file in your home folder and set it in the movie tag with the full path to the movie aka:
/Users/YourUserAccountName/yourMovie.mov
Change the source tag to 0 to use the movie as input. Also check the other movie settings (volume, speed)."

But I'm not exactly sure what the "home" folder is, or what exactly a full path to it is.

I'm creating an interactive computer music system that incorporates FaceOSC and the ability to play movies within in would be a great help.

Thanks,
Nathan Sepulveda

@danomatika
Copy link
Contributor

danomatika commented Dec 21, 2017

If you're on macOS, your home folder path is similar to the example ala:

/Users/YOUUSERACCOUNT/movie.mov

Replace "YOUUSERACCOUNT" with your user name and "movie.mov" with the move filename+extension. Easiest way to get the full path to the home folder is open Terminal.app and run:

pwd

which will print the working directory. This is usually your home folder when first opening Terminal.

Otherwise, read these:

@NathanSepulveda
Copy link
Author

Got it! Thanks.

Nathan

@NathanSepulveda
Copy link
Author

Hi again,

Loading movies into FaceOSC was working fine for sometime. However it suddenly stopped and in Terminal I see this. Just wondering what the error could be and how to fix it.
screen shot 2018-01-20 at 9 34 48 pm

@danomatika
Copy link
Contributor

The Requested URL was not found on this server.

Seems pretty straightforward to me: the movie file at that path was not found, so it couldn't load the movie. Make sure the file is there and the path is correct, including capitalization.

@NathanSepulveda
Copy link
Author

I wish it were that easy, but it says it could not load the movie. Movies that were working just fine before no longer work when I haven't changed anything about them, their location, or spelling. Any reason why they wouldn't load?

Thanks,
Nathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants