 |
| General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 9th, 2007, 01:05 PM
|
|
Authorized User
|
|
Join Date: Jan 2007
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Streaming Video in ASP.Net2
Hi,
I want to display video to user in asp.net2 intranet site. It should support most commonly used video format. Streaming video is preferred over downloaded video. Which video format support streaming? Do we have to use any server for video streaming or just host on IIS server?
I want user to click on thumbnail link for video, then display video.
User should have control to cancel watching, pause, play, replay, reverse (but not forward) capability.
Once video is over system should generate notification that video is watched and finished. If this is not viable, then once video is finished, let user click button that video is watched and I want that response to be saved in database.
Also is it possible to know whether user has watched 25%, 50% or 5 min video before then cancel or close browser? It helps in tacking viewership of video.
What are the options I can have? I have heard about Windows Media SDK, FLV format and FLV player, DirectX SDK, but still confusing.
|
|

March 9th, 2007, 02:44 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
jnks2005: I'd suggest you look at using WMV video and Windows Media Services:
this page will help you see which streaming features are available depending on which Windows Server version you are running:
http://www.microsoft.com/windows/win...r/version.aspx
If your videos are small (a few minutes and a few megs) FLV can be an option but for longer/larger videos, I've found WMV to be the best choice.
Hopefully someone else can help with the database and viewership tracking questions, those are out of my limited knowledge.
Jim Minatel
Senior Acquisitions Editor
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Jim's Book of the week: No book this week - Donate to the Red Cross!
|
|

March 13th, 2007, 08:35 AM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
Just go through the following URL. Hope u get some idea. If not working that also let me know. I have some other way too.
http://steveorr.net/articles/StreamingMedia.aspx
Regards,
Jey
Quote:
quote:Originally posted by jnks2005
Hi,
I want to display video to user in asp.net2 intranet site. It should support most commonly used video format. Streaming video is preferred over downloaded video. Which video format support streaming? Do we have to use any server for video streaming or just host on IIS server?
I want user to click on thumbnail link for video, then display video.
User should have control to cancel watching, pause, play, replay, reverse (but not forward) capability.
Once video is over system should generate notification that video is watched and finished. If this is not viable, then once video is finished, let user click button that video is watched and I want that response to be saved in database.
Also is it possible to know whether user has watched 25%, 50% or 5 min video before then cancel or close browser? It helps in tacking viewership of video.
What are the options I can have? I have heard about Windows Media SDK, FLV format and FLV player, DirectX SDK, but still confusing.
|
|
|
 |