hi there i was looking forward for some information on starting with my own Video Streaming Server, but dont know where to start with.....confused i have started doing research on the internet but m not able to find good resources, was looking forward for some suggestions, on from where to get started, regards :-) -Dumboo
i can help you a little. did a webcam live streaming server/client in windows c++ (MFC, direct show). do you wanna do it all from scratch? what language? ....?
which platform? windows or linux/mac os x? what's your main focus on? - just the application? - network code? - encode/decode? what libraries do you mean? thought you wanted to do all from scratch ;) if you wanna do it for windows, i'd recommend DirectX (DirectShow). You can write your own DirectShow filters, put all your encode/decode code into directshow filters.
------------------------------ The Original GoldMember!!
hi there, thanks for responding so soon :-) the C++ Builder is available for Win32 platform only, so Win32 :-) my focus is on encoding /decoding the images and sound CODEC. i require some information to get started with the CODEC, which help me extract the sound and images from the MPEG4 file, i was looking for some freeware Libraries for MPEG4 CODEC, but i m ready for writing completely from scratch also, ultimately my goal is to learn as much as i can from this project :-) once again thanks 4 ur time :-) hope to get some good advice -Dumboo
application: you gotta decide whether you "just" code filters in directx to use them with existent players as windows media player,... or write your own player too. for the server, you gotta decide whether to create a GUI or do the whole thing in a command line executable. if you wanna create your own server/client apps, what about MFC (Microsoft Foundation Classes)? I didn't like it to use MFC but there is plenty documentation in the www for MFC. -> an alternative is QT. I'd recommend using QT. -> video streaming: there are a couple of good links on this page: especially: (network code,...) mpeg 4 standards: open divx: directshow application programming: if that's not what you expected, let me know. cheers - andy
hi there, thankyou guys for your time :-) i will surely go through all of the above links, i hope this give me a kick start once again thankyou very much -Dumboo :-)