Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 05-26-2005, 20:00   #1 (permalink)
Justin Sane
Civilians

 
Default Dedicated servers with support for RealVideo?

I have a customer who is a famous journalist and he wants us to put daily
videos of his TV journal on a web site we're doing for him. Could you
orient me please? Are there special requirements to stream RealVideo in
terms of server software? Will it work on a standard FreeBSD server? (I've
never done that before).

Thanks,

Justin.
http://www.auriance.com - http://www.auriance.net
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 05-26-2005, 20:00   #2 (permalink)
Allis
Civilians

 
Default Re: Dedicated servers with support for RealVideo?


"Justin Sane" <me@privacy.net> wrote in message
newsp.srefgpdrgl9owm@charles...
> I have a customer who is a famous journalist and he wants us to put daily
> videos of his TV journal on a web site we're doing for him. Could you
> orient me please? Are there special requirements to stream RealVideo in
> terms of server software? Will it work on a standard FreeBSD server? (I've
> never done that before).
>
> Thanks,
>
> Justin.
> http://www.auriance.com - http://www.auriance.net



Rvideo is easy
Use the Helix (free) to encode.
It'll save as filename.rm
Create a txt file, name it filename.rpm. In the txt, one line,
rtsp://domain.com/location_of_filename.rm

Embed the Player into your page and call the rpm and it'll play.

Player - Set size to your needs
<EMBED NAME="NAME" SRC="filename.rpm" WIDTH="576" HEIGHT="240"
ALIGN="BOTTOM" CONTROLS="ImageWindow" CONSOLE="one" NOJAVA="true"
AUTOSTART="true"></embed>

Controls
<EMBED NAME="NAME" SRC="filename.rpm" WIDTH="576" HEIGHT="50" ALIGN="BOTTOM"
CONTROLS="All" CONSOLE="one" NOJAVA="true" AUTOSTART="true"></embed>

That's how I do it and it works fine

Allis
http://themooseisloose.net/killbill.html



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-26-2005, 20:00   #3 (permalink)
Justin Sane
Civilians

 
Default Re: Dedicated servers with support for RealVideo?

Em Thu, 26 May 2005 1737 -0300, Fat Sam
<janetandsam@beeteeinternet.co.uk> escreveu:

>> The link you place on your website to allow your visitors to stream
>> the video simply points to the meta file....


Thank you. What software do you use to encode into .rm? Do you use the
RealProducer package?

--
Thanks,

Justin.
http://www.auriance.com - http://www.auriance.net
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-26-2005, 20:00   #4 (permalink)
Allis
Civilians

 
Default Re: Dedicated servers with support for RealVideo?


"Justin Sane" <me@privacy.net> wrote in message
newsp.sreltpfhgl9owm@charles...
> Em Thu, 26 May 2005 1737 -0300, Fat Sam
> <janetandsam@beeteeinternet.co.uk> escreveu:
>
> >> The link you place on your website to allow your visitors to stream
> >> the video simply points to the meta file....

>
> Thank you. What software do you use to encode into .rm? Do you use the
> RealProducer package?
>
> --
> Thanks,
>
> Justin.
> http://www.auriance.com - http://www.auriance.net



http://forms.real.com/rnforms/produc...sic/index.html


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-26-2005, 20:00   #5 (permalink)
Charles Sweeney
Civilians

 
Default Re: Dedicated servers with support for RealVideo?

Allis wrote

>
> "Justin Sane" <me@privacy.net> wrote in message
> newsp.sreltpfhgl9owm@charles...
>> Em Thu, 26 May 2005 1737 -0300, Fat Sam
>> <janetandsam@beeteeinternet.co.uk> escreveu:
>>
>> >> The link you place on your website to allow your visitors to

stream
>> >> the video simply points to the meta file....

>>
>> Thank you. What software do you use to encode into .rm? Do you use

the
>> RealProducer package?
>>
>> --
>> Thanks,
>>
>> Justin.
>> http://www.auriance.com - http://www.auriance.net

>
>
> http://forms.real.com/rnforms/produc...sic/index.html


Just observing from the side, but is it only Real that supports such
streaming? I notice that yourself and Sam both suggest it.

--
Charles Sweeney
http://CharlesSweeney.com
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-26-2005, 20:00   #6 (permalink)
Allis
Civilians

 
Default Re: Dedicated servers with support for RealVideo?


"Charles Sweeney" <me@charlessweeney.com> wrote in message
news:Xns9662F1167E675mecharlessweeneycom@130.133.1 .4...
> Allis wrote
>
> >
> > "Justin Sane" <me@privacy.net> wrote in message
> > newsp.sreltpfhgl9owm@charles...
> >> Em Thu, 26 May 2005 1737 -0300, Fat Sam
> >> <janetandsam@beeteeinternet.co.uk> escreveu:
> >>
> >> >> The link you place on your website to allow your visitors to

> stream
> >> >> the video simply points to the meta file....
> >>
> >> Thank you. What software do you use to encode into .rm? Do you use

> the
> >> RealProducer package?
> >>
> >> --
> >> Thanks,
> >>
> >> Justin.
> >> http://www.auriance.com - http://www.auriance.net

> >
> >
> > http://forms.real.com/rnforms/produc...sic/index.html

>
> Just observing from the side, but is it only Real that supports such
> streaming? I notice that yourself and Sam both suggest it.
>
> --
> Charles Sweeney
> http://CharlesSweeney.com


Quicktime and WinMedia too.
But you need the streaming software.
Real encodes to the smallest file, while holding quality, and you can, due
to the player buffering, simulate streaming protocol without using the
RealServer.



And, you can install the Player with no bombarding ads now.




 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2005, 04:00   #7 (permalink)
SpaceGirl
Civilians

 
Default Re: Dedicated servers with support for RealVideo?

Justin Sane wrote:
> I have a customer who is a famous journalist and he wants us to put
> daily videos of his TV journal on a web site we're doing for him. Could
> you orient me please? Are there special requirements to stream
> RealVideo in terms of server software? Will it work on a standard
> FreeBSD server? (I've never done that before).
>
> Thanks,
>
> Justin.
> http://www.auriance.com - http://www.auriance.net


Real have their own servers. We use them for a band we're working with.
www.rbn.com is a cluster of RealMedia servers that can handle multiple
streams of .rm and .wmv. It's not too expensive, but it is a pro service.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dedicated Servers Richard Grove Web Design 17 09-26-2005 12:00
9/11 Fighter Jet Dedicated at TBS RAMESES the Great JFC GWOT Media Summaries 0 05-27-2005 01:26
Re: Dedicated servers with support for RealVideo? Fat Sam Web Design 0 05-26-2005 20:00
Any Good Dedicated Servers With 5 IPs for About $100 Monthly? mary Web Design 1 02-22-2005 20:00
Warning for Web Hosts, Dedicated Servers and more... Allis Web Design 1 07-08-2004 07:26


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 12:34.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 2.30818 seconds with 19 queries