Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-18-2010, 05:07 PM   #1
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,336
Flowplayer + Lighttpd = Pseudostreaming

I finally configured a local server to serve my streaming FLV files. The surfer can seek the timeline at any time while watching the FLV movie.

This is extremely useful if you plan to have a tube site.

Now, I just need my sys admin to set-up lighttpd on a separate server so that I can serve FLV movies.


http://flowplayer.org/plugins/stream...streaming.html
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:12 PM   #2
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,829
also works with a apache module: http://h264.code-shop.com/trac

no extra server needed
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:15 PM   #3
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Quote:
Originally Posted by TheSenator View Post
I finally configured a local server to serve my streaming FLV files. The surfer can seek the timeline at any time while watching the FLV movie.

This is extremely useful if you plan to have a tube site.

Now, I just need my sys admin to set-up lighttpd on a separate server so that I can serve FLV movies.


http://flowplayer.org/plugins/stream...streaming.html
I thought seeking the timeline without wait time was only capable using mp4 instead of
flv.

Are you sure of this???

Edit: Just checked it out and yeah, works with FLVs
__________________

Last edited by sortie; 06-18-2010 at 05:18 PM..
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:24 PM   #4
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,829
Quote:
Originally Posted by sortie View Post
I thought seeking the timeline without wait time was only capable using mp4 instead of
flv.

Are you sure of this???

Edit: Just checked it out and yeah, works with FLVs
i'd like to know whats the benefit of using flv when it's actually nothing else than mp4 with extra features that no one uses anyways.
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:41 PM   #5
VGeorgie
Confirmed User
 
Join Date: Nov 2008
Posts: 359
Quote:
Originally Posted by sortie View Post
Edit: Just checked it out and yeah, works with FLVs
Yes on FLVs but be sure to process the clip through a metadata injector (flvtool2, yamdi, etc.) that inserts the keyframe and byte offset objects. Encoders like FFmpeg do not automatically add metadata to this extent.
VGeorgie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:52 PM   #6
FiReC
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Location: Land o Nubiles
Posts: 2,350
Quote:
Originally Posted by VGeorgie View Post
Yes on FLVs but be sure to process the clip through a metadata injector (flvtool2, yamdi, etc.) that inserts the keyframe and byte offset objects. Encoders like FFmpeg do not automatically add metadata to this extent.
ffmpeg started doing this over a year ago on flvs....
FiReC is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:54 PM   #7
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,336
Quote:
Originally Posted by VGeorgie View Post
Yes on FLVs but be sure to process the clip through a metadata injector (flvtool2, yamdi, etc.) that inserts the keyframe and byte offset objects. Encoders like FFmpeg do not automatically add metadata to this extent.
I use FLV MetaData Injector GUI 1.05 for Windows.
Work good if you are cutting your own videos.

http://www.buraks.com/flvmdi/
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 05:56 PM   #8
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,336
Quote:
Originally Posted by MaDalton View Post
also works with a apache module: http://h264.code-shop.com/trac

no extra server needed
I went with LIGHTTPD because I wanted to keep my server load down. I am actually just getting a web server for videos.
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 06:06 PM   #9
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Quote:
Originally Posted by MaDalton View Post
i'd like to know whats the benefit of using flv when it's actually nothing else than mp4 with extra features that no one uses anyways.
The most benefit was that flv was the official Flash Video format.

So since the video player is made in Flash, flvs were the option.

Other video formats can't be played in a flash player except mp4.
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 06:48 PM   #10
sandman!
Icq: 14420613
 
sandman!'s Avatar
 
Industry Role:
Join Date: Mar 2001
Location: chicago
Posts: 15,432
sorry but only an idiot would use apache to stream vids.

everyone uses wowza / flashmedia player / red5 / light http

apache sucks ass for content delivery its only good for scripts and low traffic sites.


Quote:
Originally Posted by MaDalton View Post
also works with a apache module: http://h264.code-shop.com/trac

no extra server needed
__________________
Need WebHosting ? Email me for some great deals [email protected]
sandman! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 08:20 PM   #11
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,336
Quote:
Originally Posted by sandman! View Post
sorry but only an idiot would use apache to stream vids.

everyone uses wowza / flashmedia player / red5 / light http

apache sucks ass for content delivery its only good for scripts and low traffic sites.

My sys admin is going to run both on one server. Apache and Lighttpd working together
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 08:45 PM   #12
VGeorgie
Confirmed User
 
Join Date: Nov 2008
Posts: 359
Quote:
Originally Posted by FiReC View Post
ffmpeg started doing this over a year ago on flvs....
That's news to me, and I've been testing the latest builds.

Is there a switch that does this? Frankly, I'm surprised FFmpeg bothers with the extended metadata as their support for FLV has never been it's strong suit, despite every tube site using it.
VGeorgie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 08:50 PM   #13
VGeorgie
Confirmed User
 
Join Date: Nov 2008
Posts: 359
Quote:
Originally Posted by MaDalton View Post
i'd like to know whats the benefit of using flv when it's actually nothing else than mp4 with extra features that no one uses anyways.
The only "MP4" Flash supports is H.264 in an MP4 container. Some people use "MP4" to mean MPEG-4, and Flash doesn't support that.

FLV is quite different from MPEG-4 and H.264. You use FLV when you want compatibility with versions of Flash Player prior to Version 9 Update 3 (also referred to as v9 r115). Anything earlier will not play H.264. Adobe does not volunteer penetration percentages for updates within versions, but in my experience, it's something like 10% of the general population that has a version prior to v9r115.
VGeorgie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 09:00 PM   #14
VGeorgie
Confirmed User
 
Join Date: Nov 2008
Posts: 359
Quote:
Originally Posted by sandman! View Post
sorry but only an idiot would use apache to stream vids.

everyone uses wowza / flashmedia player / red5 / light http

apache sucks ass for content delivery its only good for scripts and low traffic sites.
Like TheSenator says, Lighttpd is doing the video serving. Apache is used for anything else on the page.

The following page demonstrates Flowplayer fetching pseudo content from a CDN, plus fallback if H.264 is not supported by the user's version of Flash.

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

For anyone else wanting to do this, do keep in mind that pseudostreaming is effectively just like progressive download, that is, once the download begins at X point, it proceeds until either the video is completely downloaded, or the surfer goes to another point in the timeline, or he switches to a different page. It's not like true streaming, where the server will stream only so much at a time, then stop.
VGeorgie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 10:00 PM   #15
cgiGeek
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Location: Miami Beach, FL
Posts: 203
we have at xxxhostit.com nginx streaming flv with flowplayer in members area via joomla and apache for scripts for quite sometime now, i do love the setup (i do love lighttpd as well tho )
__________________
Need help dealing with a hacked website? Contact me via icq 163583431 :D
Premium Bandwidth Managed Servers, 12 Years in business xxxHOSTit.com
I work for xxxhostit.com
cgiGeek is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-18-2010, 11:01 PM   #16
stonehammer
Confirmed User
 
Join Date: Feb 2008
Posts: 1,430
hello...

do you guys know the best way to serve picture content ?

light http, nginx...or something else ??
stonehammer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-19-2010, 06:18 AM   #17
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,829
Quote:
Originally Posted by sandman! View Post
sorry but only an idiot would use apache to stream vids.

everyone uses wowza / flashmedia player / red5 / light http

apache sucks ass for content delivery its only good for scripts and low traffic sites.
then i am probably an idiot, remind me next time when i buy a link from you

although i doubt there will be a next time after my last experience

Last edited by MaDalton; 06-19-2010 at 06:20 AM..
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.