Author Topic: Video Streaming  (Read 5222 times)

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Video Streaming
« Reply #15 on: April 30, 2008, 12:30:53 PM »
You said "intranet".  Typically, intranets are across LANs.  Bad assumption on my part, I guess.

Yeah, it would require two files.  What's the big deal?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Video Streaming
« Reply #16 on: April 30, 2008, 02:16:57 PM »
Currently the files are totally 25 Gigs.  Not sure what the compression would be but lets assume worst case that'd be 50 Gigs.  That won't make the server admins happy.  I haven't been back in yet (stupid school) but I'm hoping he can reduce them down.  Still it sounds like about 6 hours worth of videos so it's going to eat up a lot of room regardless.  Doubling that is a last resort IMO.

Perspective

  • badfish
  • Jackass In Charge
  • Posts: 4635
  • Karma: +64/-22
    • http://jeff.bagu.org
Re: Video Streaming
« Reply #17 on: April 30, 2008, 02:34:40 PM »
well, you always have the space vs speed trade-off. You could embed the flv conversion tool in a server side cgi/php script and host only the originals. That way you can direct link the originals for download and have the script do the preprocessing at request time for streaming.

I'm not sure how fast the conversion tools are though, that could be too slow and it'd be a huge wast not caching the conversion (at least temporarily if you don't want to permanently store them).