Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 28, 2013 02:16 PM by roopeshreddy
Member
2 Points
20 Posts
Feb 26, 2013 10:41 AM|LINK
How can I do a streaming video on my website?????
Is the only way to use flash??? (it don't go on apple)
All-Star
34545 Points
5554 Posts
Feb 26, 2013 10:59 AM|LINK
unfortunately embeding flash file in web page is only easy and reliable solution.
u can also use silverlight though, most users would have flash player installed while silverlight installed browsers would be less
alternatively, u can also add html5 video tag
http://www.w3schools.com/html/html5_video.asp
but this is not reliable solution... because, html5 is not yet supported in all browsers.
hope this helps...
90 Points
150 Posts
Feb 26, 2013 01:03 PM|LINK
HTML5 don't need flash plugin,
You can view code here : http://videojs.com/
20155 Points
3328 Posts
Feb 26, 2013 02:07 PM|LINK
Hi,
You have Silverlight too!!!
http://www.hanselman.com/blog/InstallingAndSettingUpAndEncodingForIIS7SmoothStreamingAndSilverlight.aspx
Hope it helps u...
43705 Points
4304 Posts
Microsoft
Feb 27, 2013 07:26 AM|LINK
Please usingHTML5 Video.
<video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
More details, please refer to: http://www.w3schools.com/html/html5_video.asp .
Feb 28, 2013 02:05 PM|LINK
Ok Thanks. It go on explorer, but not with firefox.
Perhaps the ogg codec is wrong????
I convert it with anyvideoconverter.
Feb 28, 2013 02:16 PM|LINK
I blogged tips and tricks for HTML 5 Video - http://roopeshreddy.wordpress.com/2012/09/19/tools-and-tips-for-html-5-videos/
WebDeveloper...
Member
2 Points
20 Posts
Streaming Video
Feb 26, 2013 10:41 AM|LINK
How can I do a streaming video on my website?????
Is the only way to use flash??? (it don't go on apple)
kedarrkulkar...
All-Star
34545 Points
5554 Posts
Re: Streaming Video
Feb 26, 2013 10:59 AM|LINK
unfortunately embeding flash file in web page is only easy and reliable solution.
u can also use silverlight though, most users would have flash player installed while silverlight installed browsers would be less
alternatively, u can also add html5 video tag
http://www.w3schools.com/html/html5_video.asp
but this is not reliable solution... because, html5 is not yet supported in all browsers.
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site
kimlong008
Member
90 Points
150 Posts
Re: Streaming Video
Feb 26, 2013 01:03 PM|LINK
HTML5 don't need flash plugin,
You can view code here : http://videojs.com/
My Site
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Streaming Video
Feb 26, 2013 02:07 PM|LINK
Hi,
You have Silverlight too!!!
http://www.hanselman.com/blog/InstallingAndSettingUpAndEncodingForIIS7SmoothStreamingAndSilverlight.aspx
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: Streaming Video
Feb 27, 2013 07:26 AM|LINK
Hi,
Please usingHTML5 Video.
More details, please refer to: http://www.w3schools.com/html/html5_video.asp .
Feedback to us
Develop and promote your apps in Windows Store
WebDeveloper...
Member
2 Points
20 Posts
Re: Streaming Video
Feb 28, 2013 02:05 PM|LINK
Ok Thanks. It go on explorer, but not with firefox.
Perhaps the ogg codec is wrong????
I convert it with anyvideoconverter.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Streaming Video
Feb 28, 2013 02:16 PM|LINK
Hi,
I blogged tips and tricks for HTML 5 Video - http://roopeshreddy.wordpress.com/2012/09/19/tools-and-tips-for-html-5-videos/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space