
skip forward
I'm using Jw Player but I can't skip to a part of video that was not still loaded like I can do on Youtube player, you know how can I add this feature ? Thank you
I'm using Jw Player but I can't skip to a part of video that was not still loaded like I can do on Youtube player, you know how can I add this feature ? Thank you
http://www.longtailvideo.com/support/jw-player/28855/pseudo-streaming-in-flash
i added parameter provider:'http' but when I click on the timebar the video just start again from the beginning, what's the problem ?
That is for V5 only. Please read the guide I provided you above again, it’s different for JW6.
I'm using JW5...
If you are using JW5, then use this – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming
I followed that guide and added
provider:'http',
'http.startparam':'0',
but when I click on the timebar the video starts again from the beginning...
‘http.startparam’:‘0’,
Is wrong
It should be:
‘http.startparam’:‘starttime’,
Fixed but it starts from the beginning anyway when I click in a point not still loaded
What pseudo streaming module are you running on your web server?
omg.. I search and search for a similar thread, didnt found anything, created a thread and now I see this thread :S
I have the same problem. I use II7 with ModH264Streaming.
Do you have a link?
I made them work following this
http://tperspective.blogspot.it/2009/02/apache-flv-streaming-done-right.html
but when someone is streaming it creates LOT of php and httpd processes that slow the server down, how can I fix that ?
Glad you got it. I don’t think those requests can be avoided.
if a video has no metadata and pseudostreaming is enabled it plays again from beginning, why ?
That is expected, the video need to have it in order to be seeked properly.
I have more than 1000 videos but not everyone have meta data, I thought of write a php script in order to inject them if they haven't, do you know what tool I need to check metadata?
I don’t know of a batch tool, sorry.