Mobile app version of vmapp.org
Login or Join
Karen161

: Why is video streaming so slow from my site? I have some .flv files on my site and I've been using JWplayer to embed them into my webpages. The embedding looks like this: <embed flashvars="file=/tmp/<?php

@Karen161

Posted in: #Flash #Html #Php

I have some .flv files on my site and I've been using JWplayer to embed them into my webpages. The embedding looks like this:

<embed
flashvars="file=/tmp/<?php echo $row["location"]; ?>&autostart=true"
allowfullscreen="true"
allowscripaccess="always"
id="player1"
name="player1"
src="/jwplayer/player.swf"
width="500"
height="350"
/>


The file is coming from directory tmp and is is saved in a format *.flv. Recently, I have been noticing really slow streaming. The video will stop almost every 5 seconds. This is happening on multiple computers on multiple networks and I'm not having the same problem on different sites (i.e. youtube). I'm hosting the site through Yahoo Small Business and I have a lot of video files in the tmp directory.

Could anyone recommend me a way to allow my videos to be streamed faster?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@RJPawlick198

There is nothing wrong with configuration of JWplayer, most likely it's network issue, most hosting providers are not optimised for media streaming, for that purposes you have to use Content Delivery Network also known as CDN like akamai, edgecast or maxcdn

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme