Video from localhost

0
0

Hi,

in the video control, is there a way to use an url from local IIS of the client PC instead a public server?

Or a way to cache video, because the video use a lot of trafic.

best

Cristian

  • You must to post comments
0
0

Hi Alaa,

In my case the video are stored in the hdd of the clients pc (totem).

I would need a solution that reads videos from the local IIS of the client PC, not from public server. Or from file:///…. not of the server, but from local pc.

If I put as source (for example) http://127.0.0.1/video/video1.mp4 the player is not eable to read from the local pc.

For now I have create a widget with this code:

<video width='100%' autoplay id='myVideo'>
        <source src = 'http://127.0.0.1:8080/test.mp4' type = 'video/mp4'>
        Your browser does not support the video tag.
</video >

and an event for detect when video is a the end. But the video control that would be a better solution

best

Cristian

  • You must to post comments
0
0

Hi Chrisitan,

I’m not sure what you want to achieve exactly, but you can make the video control play any video that’s available from any server if you give it the right URL.

Best,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.