Streaming MPEG-2
-
I need to stream mpeg-2 files from Windows Server 2K3 - basic requirement is that the file is gone from the user's system when done playing. Anyone have any experience in this area? Any SDK's or 3rd party tools?
-
I need to stream mpeg-2 files from Windows Server 2K3 - basic requirement is that the file is gone from the user's system when done playing. Anyone have any experience in this area? Any SDK's or 3rd party tools?
microsoft streaming media server, or create a small flash player and stream it through that, this can be created dynamically by passing in arguments that are retreived from db or other source. You can also access MS SMS in code but it must be installed on your server, so if it is not your server then flash is probably the easiest option. hth g00fy
-
microsoft streaming media server, or create a small flash player and stream it through that, this can be created dynamically by passing in arguments that are retreived from db or other source. You can also access MS SMS in code but it must be installed on your server, so if it is not your server then flash is probably the easiest option. hth g00fy
Thanks for the input. I do have access to the server, so I can install SMS. My understanding, however, is that SMS handles Windows Media formats only, and not other formats like MPEG-2 - am I wrong?