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

Your preferred username that is used when logging in.

Forum user: napalme

Basic information

Registered Dec 8, 2009
Last login May 14, 2011
Forum posts 13
Direct URL http://www.flowplayer.org/forum/users/19876

Latest forum posts

Posts:

Registered:

RTMP 3.2.3 plugin - dvr and live

Posted: Mar 16, 2011

When i switch to 3.2.3 from 3.2.1 version of rtmp plugin, the player doesn't play a video if it's a dvr recorded stream, while 'live' is set to 'true' in rtmp plugin configuration.

3.2.1 version plays a recorded video even if live is set to true.

Is it a bug - or there are some new options?

Posts:

Registered:

» » RTMP 3.2.3 - not working

Posted: Mar 15, 2011

Yes, blacktrash, everything is up to date, but working only with rtmp plugin 3.2.1

It just stucks at the rtmp stream. Even a command to get the time works in rtmp plugin.

Posts:

Registered:

RTMP 3.2.3 - not working

Posted: Mar 15, 2011

I updated the rtmp plugin, and my player stopped playing the video.
When i switch back to version 3.2.1 - it plays normal.

Is it a bug - or there is some new specifications?

Posts:

Registered:

Press PAUSE - reset time position

Posted: Mar 15, 2011

When i press PAUSE while watching video in my FlowPlayer - it clears my time position, and when i press play again it plays from the beginning 00:00.

When i press pause i don't want to start over from the beginning. How to fix this?

Posts:

Registered:

Press PAUSE - reset time position

Posted: Feb 16, 2011

When i press PAUSE in my FlowPlayer - it clears my time position, and when i press play again it plays from the very beginning 00:00. Is it right?

When i press pause i don't want to start over from the beginning. How to fix this?

Posts:

Registered:

» » » » Live/recorded check/high-light

Posted: Jun 23, 2010

Thanx for that!

I'm just not experienced in programming. is it a complexed coding to detect the live stream?

DVR is a recording to server during live stream. It allows to watch the recorded stream just after the streaming ends - very cosy thing, but often user cant recognize - is it live or recorded - that's the point of my request.

Could you help with the codes? i guess it would be useful for many people who stream and use DVR... maybe there's something like a sample already?

Posts:

Registered:

» » Live/recorded check/high-light

Posted: Jun 23, 2010

we use Flash Media Server

Posts:

Registered:

Live/recorded check/high-light

Posted: Feb 20, 2010

Is there any chance to have such feature?

If there's a live broadcast online - to get an overlay in my player saying "Live", or see "Live" in html content.

And if there is a record playing (DVR) - then i see "Recorded" instead of "Live"

Is it possible to check this with API?
Is there any variable saying live or not?

Posts:

Registered:

Live or recorded check

Posted: Feb 20, 2010

Is there any chance to have such feature?

If there's a live broadcast online - to get an overlay in my player saying "Live", or see "Live" in html content.

And if there is a record playing (DVR) - then i see "Recorded" instead of "Live"

Is it possible to check this with API?
Is there any variable saying live or not?

Posts:

Registered:

Please help! Live indication feature

Posted: Jan 31, 2010

Is there any chance to have such feature?

If there's a live broadcast online - i see an overlay in my player saying "Live", or see "Live" in html content.

And if there is a record playing (DVR) - then i see "Recorded" instead of "Live"

Is it possible to check this with API?
Or a new plugin needed?

Posts:

Registered:

Starting buffer length

Posted: Jan 17, 2010

I'm live streaming from FMS via RTMP and have often stops.

Is there any way to make a double-threshold buffering in Flowplayer?

It would be great to have "starting buffer length" about 3-5 seconds, and then the buffer could be set to 30 seconds.

Please help to make my playback smooth, i'm deciding to buy a license, and have this issue.

Posts:

Registered:

x64 version of Windows 2003

Posted: Dec 20, 2009

In my case with 64-bit Windows 2003 i can't make it work:
server respond with
"%1 is not a Win32 application."

of course I turned on 32-bit support with
"script.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?1?"

What can i do with that?

Posts:

Registered:

Please help on StopBuffering() onStop event

Posted: Dec 8, 2009

I need to stop buffering when i click the stop button in Flowplayer.

the code
onStop: function () {
this.stopBuffering();
causes "Stack overflow" error popup window in IE 8.0

Could you suggest how to avoid this error?