You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

1st time using FlowPlayer Created Jul 10, 2010

This thread is solved

Views: 2244     Replies: 22     Last reply Aug 10, 2010  
You must login first before you can use this feature

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

1st time using FlowPlayer

Posted: Jul 10, 2010

So after hours of trying to figure out flow i finally did and for some weird reason. it only plays 1 video. every other video it says

200 stream not found, netstream.play.streamnotfound, clip: '[clip] ....

i first i thought maybe it only played .flv files but then i tried another .flv files and nothing else plays. NEED help...

btw im using asp.net vb

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» 1st time using FlowPlayer

Posted: Jul 10, 2010

Reply to: 1st time using FlowPlayer, from aspNETkid
Could you be more specific? Like: Are you trying to set up a playlist for one player? Or several players on one page? Even better would be a link to a minimal sample page that lines out what you are trying to achieve or demonstrates the problem.

Thank you.

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» » 1st time using FlowPlayer

Posted: Jul 10, 2010

Reply to: » 1st time using FlowPlayer, from blacktrash
no i just got one player.. so weird that it works with 1 video and nothing else. and no im not trying to set up a playlist. what im doing is i'm feeding the a href link from a database... the code works perfectly... it just doesnt play all the videos. it just plays one specific one. the rest it gives errors..

200 stream not found, netstream.play.streamnotfound, clip: '[clip] ....

<script type="text/javascript" src="VideoPlayer/flowplayer/example/flowplayer-3.2.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="VideoPlayer/flowplayer/example/style.css">
'
style="display:block;width:520px;height:330px"
id="player">

<script type="text/javascript">
flowplayer("player", "VideoPlayer/flowplayer/flowplayer-3.2.2.swf");



</script>

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » » 1st time using FlowPlayer

Posted: Jul 10, 2010

Reply to: » » 1st time using FlowPlayer, from aspNETkid
Sounds like you either feed broken hrefs (except one) to the anchor, or you have encoding issues with all videos (except one). My bet is on the first one, which would fit the error you're getting. Did you check whether the links the player receives are in fact the ones you want to feed it?

As it works with one file, it does not look like a flowplayer issue.

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» » » » 1st time using FlowPlayer

Posted: Jul 11, 2010

Reply to: » » » 1st time using FlowPlayer, from blacktrash
no links work fine. already checked that. built a test page where i ran my links manually..... still didnt work

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » » » » 1st time using FlowPlayer

Posted: Jul 11, 2010

Reply to: » » » » 1st time using FlowPlayer, from aspNETkid
Then indeed it sounds like an encoding problem with your video files.

benpadaplin

Posts: 1

Registered:
Jul 11, 2010

flowplayer

Posted: Jul 11, 2010

Reply to: 1st time using FlowPlayer, from aspNETkid
i think u download not the complete program...

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» flowplayer

Posted: Jul 11, 2010

Reply to: flowplayer, from benpadaplin
yea its the free version... is that why?

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » flowplayer

Posted: Jul 11, 2010

Reply to: » flowplayer, from aspNETkid
No. The free version has the same functionality as the commercial version, except for branding (logo etc.).

myclubtuki

Posts: 1

Registered:
Jul 11, 2010

flowplayer

Posted: Jul 11, 2010

Reply to: » » flowplayer, from blacktrash
I am usign flowplayer on my wordpress, work fine and I like it.

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» flowplayer

Posted: Jul 12, 2010

Reply to: flowplayer, from myclubtuki
so benpadaplin implied that maybe i did not download the full program? is there a special way to install it?

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » flowplayer

Posted: Jul 12, 2010

Reply to: » flowplayer, from aspNETkid
As you said, it works with 1 file, so it can't be the player, can it?

btw, installation is explained here:

http://flowplayer.org/documentation/installation/index.html

But, again, all points to a problem with your videos - except one. Valid file formats are listed here:

http://flowplayer.org/documentation/technical-facts.html#formats

Buzz
Author of 'Wordpress Flowplayer', jQuery.saiweb http://saiweb.co.uk Problems, requests? Please log a ticket at: http://trac.saiweb.co.uk

Posts: 271

Registered:
Dec 17, 2008

» flowplayer

Posted: Jul 12, 2010

Reply to: flowplayer, from myclubtuki
Yes but the wordpress plugin handles all the installation for you.

tong
the love of siam.

Posts: 3

Registered:
Jul 4, 2010

» » flowplayer

Posted: Jul 21, 2010

Reply to: » flowplayer, from aspNETkid
hello,world

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» » flowplayer

Posted: Jul 12, 2010

found the answer.... gotta convert it to flv.... read up on FFmpeg

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» » » flowplayer

Posted: Jul 12, 2010

Reply to: » » flowplayer, from aspNETkid
Great. Marking as solved then.

aspNETkid

Posts: 7

Registered:
Jul 10, 2010

» » 1st time using FlowPlayer

Posted: Jul 14, 2010

Oh yea how do i mark as solved?