473,323 Members | 1,574 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

youtube like video?

how can i develop a youtube like website.. the thing i want to know is how
to protect the video by converting ot to flash?

Aug 2 '07 #1
12 2357
Jassim Rahma wrote:
how can i develop a youtube like website.. the thing i want to know is
how to protect the video by converting ot to flash?
Flash Pro (I think) comes with a video converter to convert to flash
video... Plus, I think its pretty easy to load a regular encoded video
into a flash app.
Aug 2 '07 #2
On Aug 2, 3:57 pm, Bryce <newss...@berzerker-soft.comwrote:
Jassim Rahma wrote:
how can i develop a youtube like website.. the thing i want to know is
how to protect the video by converting ot to flash?

Flash Pro (I think) comes with a video converter to convert to flash
video... Plus, I think its pretty easy to load a regular encoded video
into a flash app.
You also could use SilverLight, download the SDK from Microsoft and it
has a built in way to display videos, very similar to flash.

Aug 3 '07 #3

any example on how to use silver light to convert or load a video file with
ASP.NET?

"dotnet_coder" <jb******@gmail.comwrote in message
news:11*********************@d30g2000prg.googlegro ups.com...
On Aug 2, 3:57 pm, Bryce <newss...@berzerker-soft.comwrote:
>Jassim Rahma wrote:
how can i develop a youtube like website.. the thing i want to know is
how to protect the video by converting ot to flash?

Flash Pro (I think) comes with a video converter to convert to flash
video... Plus, I think its pretty easy to load a regular encoded video
into a flash app.

You also could use SilverLight, download the SDK from Microsoft and it
has a built in way to display videos, very similar to flash.
Aug 3 '07 #4
On Aug 2, 7:34 pm, "Jassim Rahma" <jra...@hotmail.comwrote:
any example on how to use silver light to convert or load a video file with
ASP.NET?

"dotnet_coder" <jbfra...@gmail.comwrote in message

news:11*********************@d30g2000prg.googlegro ups.com...
On Aug 2, 3:57 pm, Bryce <newss...@berzerker-soft.comwrote:
Jassim Rahma wrote:
how can i develop a youtube like website.. the thing i want to know is
how to protect the video by converting ot to flash?
Flash Pro (I think) comes with a video converter to convert to flash
video... Plus, I think its pretty easy to load a regular encoded video
into a flash app.
You also could use SilverLight, download the SDK from Microsoft and it
has a built in way to display videos, very similar to flash.- Hide quoted text -

- Show quoted text -


You can download the SDK and see examples here: http://silverlight.net/

Aug 3 '07 #5
Hi,

Jassim Rahma wrote:
>
any example on how to use silver light to convert or load a video file
with ASP.NET?
With Silverlight, you encode the video using Expression Media Encoder
(an application by Microsoft), which does almost everything for you. If
you want to host the video yourself, that's about all you have to do.
You can also use a free service provided by Microsoft to host your video
on a streaming server. You get 4GB for free at http://silverlight.live.com

For ASP.NET, you use the "ASP.NET futures" controls, one of them is a
Media control allowing to eaqsily integrate the Silverlight video player
on your ASP.NET web page, including skin customization.

http://www.microsoft.com/downloads/d...ng=en#Overview
http://quickstarts.asp.net/Futures/S...ght/media.aspx

That should get you started!

Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Aug 3 '07 #6

what i want to know is the following:

is it possible to let my website visitors to upload the wmv or avi but when
viewing the site it will run avi or wmv in silverlight?
"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Hi,

Jassim Rahma wrote:
>>
any example on how to use silver light to convert or load a video file
with ASP.NET?

With Silverlight, you encode the video using Expression Media Encoder (an
application by Microsoft), which does almost everything for you. If you
want to host the video yourself, that's about all you have to do. You can
also use a free service provided by Microsoft to host your video on a
streaming server. You get 4GB for free at http://silverlight.live.com

For ASP.NET, you use the "ASP.NET futures" controls, one of them is a
Media control allowing to eaqsily integrate the Silverlight video player
on your ASP.NET web page, including skin customization.

http://www.microsoft.com/downloads/d...ng=en#Overview
http://quickstarts.asp.net/Futures/S...ght/media.aspx

That should get you started!

Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Aug 3 '07 #7
Hi,

Jassim Rahma wrote:
>
what i want to know is the following:

is it possible to let my website visitors to upload the wmv or avi but
when viewing the site it will run avi or wmv in silverlight?
In the moment, Silverlight supports only WMV and VC1 (which is the codec
used in Blu-Ray HD disks). You can change the source of the movie to
anything you like, but of course that implies some programming. It's not
very difficult to do.

The advantage of using Silverlight to do this instead of Flash is the
very good integration of Silverlight with ASP.NET. The disadvantage is
that Silverlight is not released yet, so you would work with pre-release
code (however Silverlight RC1 has been released last Friday, and
Microsoft promises that there won't be any more breaking changes in the
future, so that shouldn't be too painful).

I hope it helps,
Laurent
>

"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
>Hi,

Jassim Rahma wrote:
>>>
any example on how to use silver light to convert or load a video
file with ASP.NET?

With Silverlight, you encode the video using Expression Media Encoder
(an application by Microsoft), which does almost everything for you.
If you want to host the video yourself, that's about all you have to
do. You can also use a free service provided by Microsoft to host your
video on a streaming server. You get 4GB for free at
http://silverlight.live.com

For ASP.NET, you use the "ASP.NET futures" controls, one of them is a
Media control allowing to eaqsily integrate the Silverlight video
player on your ASP.NET web page, including skin customization.

http://www.microsoft.com/downloads/d...ng=en#Overview

http://quickstarts.asp.net/Futures/S...ght/media.aspx

That should get you started!

Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Aug 3 '07 #8
On Aug 3, 2:09 am, dotnet_coder <jbfra...@gmail.comwrote:
On Aug 2, 3:57 pm, Bryce <newss...@berzerker-soft.comwrote:
Jassim Rahma wrote:
how can i develop a youtube like website.. the thing i want to know is
how to protect the video by converting ot to flash?
Flash Pro (I think) comes with a video converter to convert to flash
video... Plus, I think its pretty easy to load a regular encoded video
into a flash app.

You also could use SilverLight, download the SDK from Microsoft and it
has a built in way to display videos, very similar to flash.
Silver ligth is beta software and not ready for production sites.
Adobe Flash is a more tested tecnology.
Best regards.
Oscar Acosta

Aug 3 '07 #9
On Aug 3, 11:18 pm, Cubaman <oscar.acostamonte...@googlemail.com>
wrote:
>
Silver ligth is beta software and not ready for production sites.
Adobe Flash is a more tested tecnology.
....and not so many people have Silverlight plugin installed. In case
of Flash nearly everyone has its plugin

Aug 3 '07 #10
why can't microsoft include the plugins in the Windows Update?!!!

"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
On Aug 3, 11:18 pm, Cubaman <oscar.acostamonte...@googlemail.com>
wrote:
>>
Silver ligth is beta software and not ready for production sites.
Adobe Flash is a more tested tecnology.

...and not so many people have Silverlight plugin installed. In case
of Flash nearly everyone has its plugin
Aug 4 '07 #11
re:
!why can't microsoft include the plugins in the Windows Update?!!!

I bet that, eventually, it will...after the technology matures.

There's tons of features which need to be tested widely,
and perhaps new features to be included...or old/bad ones eliminated.

Give it time...


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Jassim Rahma" <jr****@hotmail.comwrote in message news:38**********************************@microsof t.com...
why can't microsoft include the plugins in the Windows Update?!!!

"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
>On Aug 3, 11:18 pm, Cubaman <oscar.acostamonte...@googlemail.com>
wrote:
>>>
Silver ligth is beta software and not ready for production sites.
Adobe Flash is a more tested tecnology.

...and not so many people have Silverlight plugin installed. In case
of Flash nearly everyone has its plugin

Aug 4 '07 #12
HI,

Jassim Rahma wrote:
why can't microsoft include the plugins in the Windows Update?!!!
Because it's still CTP. For the records, the reason why Silverlight 1.0
focuses a lot on video is to spread its installation to a maximum of PCs
in the smallest possible time. Studies have shown that video is the
medium for which the most people accept to install new software. Given
that in optimum conditions, Silverlight can be installed in just a few
seconds, it's going to be available on a lot of PCs soon.

Silverlight is more than just video. Just give it some time and it will
offer a very interesting alternative to Flash, especially for those
(like me) who dislike the Flash designer and prefer to use Visual Studio
for development.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Aug 4 '07 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: kn0ckturnal | last post by:
when i try to view video on youtube or other type video, it wont load and it saids: (from youtube) Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player....
2
by: anil2005 | last post by:
Hi Everyone, i am developing one portal, in which i need to integrate youtube website's video. youtube is providing one ifame code if i use that , i can successfully emmebed the video's in...
5
by: kevin | last post by:
If you go here http://www.youtube.com/ how do they put the plus button over the image? Also is it possible to include more the one button. Thanks... ----== Posted via Newsfeeds.Com -...
2
by: Jassim Rahma | last post by:
is there anyway to download the youtube videos into windows media format using c#?
0
by: ahmad | last post by:
New youtube video http://www.youtube.com/watch?v=2R31xnFeL2Q http://www.youtube.com/watch?v=tWxFZRgh664 http://www.youtube.com/watch?v=K20FaUQpCEk ...
7
by: alexus | last post by:
what's the best way to "extract" videos from youtube?
7
by: jeddiki | last post by:
Hi, As I am in Turkey at present, I can not see vidoes on youtube. So I have tried a few proxies but keep finding them slow or not working. So I have installed myphpProxy on my server under...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.