Jump to content

Good Day to you all!

First time posting here, need some help!
Not quite sure if this is the best area for this or not, so if I need to move it, let me know!

So I've got a pretty decent local server here that I built for my work and I have a pretty decent host for our website as well.
We stream live to facebook often and I want to create a gallery of our past videos on our website. But I don't want to have to link to the facebook videos each time.
The thought was that I already have them all stored on the local server here, I just need to find a way to get the website to pull the video from our server when needed.

I'm running win serv 12 on it, how can I get the video's on this server to be usable on my website without uploading them to the web-server?

Any help would be greatly appreciated!

Thanks,
-Andrew

Link to comment
https://linustechtips.com/topic/952209-cross-server-video-streaming-need-some-help/
Share on other sites

Link to post
Share on other sites

@Falconevo

I was thinking the quickest and easiest way would be to just get the file from the shared folder.
But when I do this, it says invalid source.

I am trying to use the following:
 

<video width="320" height="240" controls="controls">
<source src="http://bradentoncrc.ddns.net/SharedFolder/Videos/drone.mp4" type="video/mp4">
<source src="http://bradentoncrc.ddns.net/SharedFolder/Videos/drone.mp4" type="video/ogg">
Your browser does not support the video tag.
</video>

 

Link to post
Share on other sites

1 hour ago, x17andrew71x said:

@Falconevo

I was thinking the quickest and easiest way would be to just get the file from the shared folder.
But when I do this, it says invalid source.

I am trying to use the following:
 


<video width="320" height="240" controls="controls">
<source src="http://bradentoncrc.ddns.net/SharedFolder/Videos/drone.mp4" type="video/mp4">
<source src="http://bradentoncrc.ddns.net/SharedFolder/Videos/drone.mp4" type="video/ogg">
Your browser does not support the video tag.
</video>

 

You should be able to output the file to a share UNC path, assuming you are using Windows based server and client running Xsplit.  It should allow for a UNC path to be specified to record the stream output.

Please quote or tag me if you need a reply

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×