Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hiiii


I want to develop an application of live video streaming(multimedia streaming also).....which should be compatible with internet explorer 9....so which technology will be best suited and compatible...either Silverlight or HTML5???....I want to start the project please do reply...which will be best suited to do live video streaming....it might not oly target to internet explorer 9....which might be compatiable.....plz guide me...


Thanks & Regards,
Divya.K
Posted
Updated 7-Oct-12 1:30am
v2
Comments
Divya Gowda K 26-Oct-12 6:38am    
I am trying to play a video file by html5...using those video tag .. but the video is not streaming (buffering) means.. when i run the application the video will be displayed as just image..but it is not streaming and it is not playing...and i can move my video in that particular duration the scenes wat is present is displayed in the video as image but it is not buffering...am searching but i am finding only that code...in which video tag is supported... do i have to write any other functionality for buffering of video??

1 solution

I would go with HTML5 as Silverlight is phasing out now. Further, you can find good support material on net for HTML5 as it is upcoming and supported on all the browsers (to some extent.)

Refer: Building an HTML5 Video Player[^]
 
Share this answer
 
Comments
Divya Gowda K 25-Oct-12 4:46am    
Ok thanks....but even if we are doing through html5..we need c# code right??? and the streaming can be done in sql???
Sandeep Mewara 25-Oct-12 5:11am    
SQL can be used to store video and C# to retrieve the video and set the control source.

Divya Gowda K 25-Oct-12 6:13am    
thanks
Sandeep Mewara 25-Oct-12 7:56am    
Welcome.

Divya Gowda K 27-Oct-12 3:57am    
I am trying to play a video file by html5...using those video tag .. but the video is not streaming (buffering) means.. when i run the application the video will be displayed as just image..but it is not streaming and it is not playing...and i can move my video in that particular duration the scenes wat is present is displayed in the video as image but it is not buffering...am searching but i am finding only that code...in which video tag is supported... do i have to write any other functionality for buffering of video??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900