This is a message.

Forum user: bernhard

Basic information

Registered Jun 17, 2008
Last login Nov 3, 2011
Forum posts 6
Direct URL http://www.flowplayer.org/forum/users/4383

Latest forum posts

Posts:

Registered:

mp4 won the race....

Posted: Aug 4, 2011

Hello All

I have had the same objections posted on this board. But I recently wend on a fact finding trip and found the j-mediaelement html5 player.
This is the only working player that does away with multiple compressed file formats and containers and uses a "one file fits all" strategy.

http://www.protofunc.com/jme/demos/multiple-player-in-tabs-dialogs.html

FF and IE are using the flash fallback. I still have to figure out how to replace the JMplayer with the flowplayer and make the sidemenu work in iPhones, but I will, and everything else looks just like magic.

here is a working dynamic generated HTML5 group player.

http://www.onvos.com/view-3.1.3/view.html

I hope this helps some people to get their HTML5 strategies right.

Saludos
B

Posts:

Registered:

Stream not found error

Posted: Nov 15, 2010

Hello All

Looking through the list, there is so far no good answer for the Strem not found error explained. I am starting to get the real picture. First of all, intermittent errors are extremely difficult to debug, but the answer is the last mile network and DNS replies. I have made an example page with a JW player using swfobject and a flowplayer using object notation to get similar setups. Both behave the same and show the file or not.
http://koffy.onvos.com/web/televisa-monterrey/jwplayer/index.html

http://koffy.onvos.com/web/televisa-monterrey/jwplayer/indexFP.html
The issue is occurring lately quite often here in Cancun, Mexico. I am using Highwinds and was already panicking and looking for alternative CDN providers.

It turns out after some tech support emails, that there is a router in the Telmex universe that has a very high latency time.
some days ago:
4 162.97.119.129 (162.97.119.129) 295.769 ms 379.651 ms 404.290 ms
and today:
4 162.97.119.129 (162.97.119.129) 165.782 ms 372.218 ms 152.640 ms

The videos play and a moment later have the dreaded stream not found message.

Is there a way to tell flowplayer to wait a little longer?

Saludos
Bernhard

Posts:

Registered:

pre- loading turning spiral too big

Posted: Jun 11, 2009

Hello

Can anyone tell me please how to resize the white loading spiral that shows before the player loads ?

Thank you

Anyone?

Posts:

Registered:

» Red5 Server version 0.8.0RC2 + flowplayer v3.1.1 + oflaDemo ->Help Please

Posted: Jun 11, 2009

try this:

http://flowplayer.org/plugins/streaming/rtmp.html

and see if your file plays at all...

http://streamingdude.com/player.html

Posts:

Registered:

» player container in an iframe

Posted: Jun 11, 2009

Hi
Try something like this. Adjust the url, height and width to your needs

<IFRAME name="content" src=http://mach.onvos.com/web/pan/view.php?movie=10891&ctemplate=&tn=" FRAMEBORDER="0" SCROLLING="auto" WIDTH="778" HEIGHT="400">Upgrade your Browser...</IFRAME>

Posts:

Registered:

EMBED MISSING.

Posted: Jun 11, 2009

YOU NEED TO PUT THE EMBED CODE FOR ALL NON IE BROWSERS.

<object id="flowplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="340">
<param name="movie" value=".$PathToPlayer."/flowplayer.commercial-3.1.1.swf"/>
<param name="allowfullscreen" value="true"/>
<param name="flashvars" value='config={"key":".$flowkey.","clip":".$URL."}'/>

<embed src="file.flv" allowFullScreen="true" bgcolor="#333333" width="400" height="345" align="middle" type="application/x-shockwave-flash" pluginspage=http://www.macromedia.com/go/getflashplayer" flashvars="externalVars=var1=file.flv">

</object>