473,657 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2384
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...@berze rker-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_cod er" <jb******@gmail .comwrote in message
news:11******** *************@d 30g2000prg.goog legroups.com...
On Aug 2, 3:57 pm, Bryce <newss...@berze rker-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_cod er" <jbfra...@gmail .comwrote in message

news:11******** *************@d 30g2000prg.goog legroups.com...
On Aug 2, 3:57 pm, Bryce <newss...@berze rker-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*********@bl uewin.chwrote in message
news:%2******** ********@TK2MSF TNGP05.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*********@bl uewin.chwrote in message
news:%2******** ********@TK2MSF TNGP05.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...@berze rker-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.acostamo nte...@googlema il.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

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

Similar topics

0
2615
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. Click here to get the latest flash player. (other site) You need to upgrade your Flash Player This is replaced by the Flash content. Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this....
2
5503
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 to my website... but what is the problem is when i click on the list of videos from that frames it is going to the youtube site that is www.youtube.com, instead i want that video to be played in my website. so can any one suggest me how to go ahead
5
2125
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 - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
2
2159
by: Jassim Rahma | last post by:
is there anyway to download the youtube videos into windows media format using c#?
0
1578
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 http://www.youtube.com/watch?v=sSutNlV4Tq0
7
2479
by: alexus | last post by:
what's the best way to "extract" videos from youtube?
7
16154
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 the domain name www.blog-start.com Unfortuantely it is not not working correctly
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.