DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 2 Aug 2007 23:08:38 +0300,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Jassim Rahma
          2    Bryce
                 3    Jassim Rahma
                 4    Laurent Bugnion, MVP
                 5    Jassim Rahma
                 6    Laurent Bugnion, MVP
                 7    Jassim Rahma
                 8    Juan T. Llibre
                 9    Laurent Bugnion, MVP
          10    dotnet_coder
          11    dotnet_coder
          12    Cubaman
          13    Alexey Smirnov


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?
Date:Thu, 2 Aug 2007 23:08:38 +0300   Author:  

Re: youtube like video?   
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.
Date:Thu, 02 Aug 2007 16:57:14 -0400   Author:  

Re: youtube like video?   
On Aug 2, 3:57 pm, Bryce  wrote:

> 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.
Date:Fri, 03 Aug 2007 00:09:39 -0000   Author:  

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



"dotnet_coder"  wrote in message 
news:1186099779.551804.63470@d30g2000prg.googlegroups.com...

> On Aug 2, 3:57 pm, Bryce  wrote:
>> 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.
> 
Date:Fri, 3 Aug 2007 03:34:22 +0300   Author:  

Re: youtube like video?   
On Aug 2, 7:34 pm, "Jassim Rahma"  wrote:

> any example on how to use silver light to convert or load a video file with
> ASP.NET?
>
> "dotnet_coder"  wrote in message
>
> news:1186099779.551804.63470@d30g2000prg.googlegroups.com...
>
>
>
> > On Aug 2, 3:57 pm, Bryce  wrote:
> >> 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/
Date:Fri, 03 Aug 2007 01:12:12 -0000   Author:  

Re: youtube like video?   
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/details.aspx?familyid=9323777e-fe78-430c-ad92-d5be5b5ead98&displaylang=en#Overview
http://quickstarts.asp.net/Futures/Silverlight/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
Date:Fri, 03 Aug 2007 08:56:04 +0200   Author:  

Re: youtube like video?   
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"  wrote in message 
news:%23aDfdtZ1HHA.5644@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/details.aspx?familyid=9323777e-fe78-430c-ad92-d5be5b5ead98&displaylang=en#Overview
> http://quickstarts.asp.net/Futures/Silverlight/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 
Date:Fri, 3 Aug 2007 13:13:22 +0300   Author:  

Re: youtube like video?   
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"  wrote in message 
> news:%23aDfdtZ1HHA.5644@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/details.aspx?familyid=9323777e-fe78-430c-ad92-d5be5b5ead98&displaylang=en#Overview 
>>
>> http://quickstarts.asp.net/Futures/Silverlight/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
Date:Fri, 03 Aug 2007 12:51:48 +0200   Author:  

Re: youtube like video?   
On Aug 3, 2:09 am, dotnet_coder  wrote:

> On Aug 2, 3:57 pm, Bryce  wrote:
>
> > 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
Date:Fri, 03 Aug 2007 21:18:06 -0000   Author:  

Re: youtube like video?   
On Aug 3, 11:18 pm, Cubaman 
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
Date:Fri, 03 Aug 2007 15:26:15 -0700   Author:  

Re: youtube like video?   
why can't microsoft include the plugins in the Windows Update?!!!

"Alexey Smirnov"  wrote in message 
news:1186179975.994009.210240@k79g2000hse.googlegroups.com...

> On Aug 3, 11:18 pm, Cubaman 
> 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
> 
Date:Sat, 4 Aug 2007 15:17:08 +0300   Author:  

Re: youtube like video?   
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 espaol : http://asp.net.do/foros/
======================================
"Jassim Rahma"  wrote in message news:38B7026B-0A6E-4CDB-B0AB-70040ADC7A32@microsoft.com...

> why can't microsoft include the plugins in the Windows Update?!!!
>
> "Alexey Smirnov"  wrote in message 
> news:1186179975.994009.210240@k79g2000hse.googlegroups.com...
>> On Aug 3, 11:18 pm, Cubaman 
>> 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
>>
> 
Date:Sat, 4 Aug 2007 09:21:05 -0400   Author:  

Re: youtube like video?   
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
Date:Sat, 04 Aug 2007 18:54:04 +0200   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us