here i am working on a project in which a user can upload many videos and can view so now i want to develop something which played video file also on low bandwidth internet connection and i never did such as work before so i don't have any idea about so please suggest me some user tips and techniques.
Asked
Active
Viewed 905 times
3 Answers
1
I think you can consider using Silverlight or Flash. Currently those are the most commonly used solutions for your needs.

Incognito
- 16,567
- 9
- 52
- 74
-
yes but if we are using flash player then we have to convert the video file to flash video and hows it will be , i don't know ...is there any way to convert a video directly to flash video ? – Abhishek Jul 13 '10 at 06:01
1
You can use SilverLight player (article) to stay with .net background but also can mix site with Flash (flash advantage: it's much more widespread compared to silverlight, though the gap is getting closer)

Community
- 1
- 1

Andrew Florko
- 7,672
- 10
- 60
- 107
-
yes dude but can you tell me hows can i convert a media file to flash using c# ? – Abhishek Jul 13 '10 at 06:06
-
I suppose you should try some free (or nearly free) avi to flv converters http://www.videozilla.net/, ImTOO FLV Converter, e.t.c that support console mode batch conversion. You can execute console to complete conversion task and programatically terminate task if it hangs for some reason or workstation is getting out of memory. – Andrew Florko Jul 13 '10 at 06:19
-
thank a lot to reply , is there any programmatic techniques from which can we convert the video files to flash without using these converters ? – Abhishek Jul 13 '10 at 06:33
-
take a look at http://www.dominion-web.com/applications/flvconverter/ (I suspect it's just exe call wrapper). There is also similar discussion: http://techrepublic.com.com/5208-3513-0.html?forumID=101&threadID=244700 – Andrew Florko Jul 13 '10 at 07:00
0
if you want to stick to .net platform try using Silverlight video players.. they have good support for streaming and buffering for various media types..
try this: http://slvideoplayer.codeplex.com/
Regards.

Shoaib Shaikh
- 4,565
- 1
- 27
- 35
-
thank dude, yes i am looking for that one but still i am searching for better one... – Abhishek Jul 13 '10 at 06:02
-
better one? wht else do u need? do u have some other requirements with playing video? – Shoaib Shaikh Jul 13 '10 at 07:53