On Rev
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
On Rev
How do I get the URL for a video stored in my ON-Rev account so I can stream it into my app.?
Re: On Rev
Well it just depends where you put it.
Assuming it's a file called "myfancyvideo.mp4" that you stored in a directory called "media" in the "public_html" folder of your on-rev server, then to access it from "out there" it would be at http: // youronrevaccountname.on-rev.com/media/myfancyvideo.mp4
(unless you already remapped DNS to point another domain name to your on-rev server, in which case it would just be the usual domain name with the folder path behind it.)
If you're talking about an html file that you have placed in your web directory and need to embed a video into that file, then you may need to use a file path relative to your server root of the sort "/home/youronrevaccountname/public_html/media/myfancyvideo.mp4" but that would only be effective in the local situation of the server, not publicly accessible.
Other than that, not sure exactly what you have, and what you've done and what you're trying to achieve, but hope that helps.
Assuming it's a file called "myfancyvideo.mp4" that you stored in a directory called "media" in the "public_html" folder of your on-rev server, then to access it from "out there" it would be at http: // youronrevaccountname.on-rev.com/media/myfancyvideo.mp4
(unless you already remapped DNS to point another domain name to your on-rev server, in which case it would just be the usual domain name with the folder path behind it.)
If you're talking about an html file that you have placed in your web directory and need to embed a video into that file, then you may need to use a file path relative to your server root of the sort "/home/youronrevaccountname/public_html/media/myfancyvideo.mp4" but that would only be effective in the local situation of the server, not publicly accessible.
Other than that, not sure exactly what you have, and what you've done and what you're trying to achieve, but hope that helps.