开发者

designing network enabled audio/video player with c#

开发者 https://www.devze.com 2022-12-16 08:15 出处:网络
i have no idea how to make a streaming audio-video player thr开发者_如何学Cough c#. if anyone could help me how to get through this...There are a few things that you might want to consider:

i have no idea how to make a streaming audio-video player thr开发者_如何学Cough c#. if anyone could help me how to get through this...


There are a few things that you might want to consider:

  1. The content of the media that you are sending (will it be variable bit rate, or constant)
  2. How will you handle packet loss
  3. What about network nonavailability
  4. How will you handle positioning requests (requests to fast forward, jump etc)
  5. What platforms/software will render the content (codecs, players, bandwidth)

Also you need to consider:

  1. Prewritten media streaming servers
  2. Codecs and library (take a look at DirectShow)
  3. UI for the user to respond to the content shown
  4. Media streaming formats
  5. Packages that can estimate available bandwidth well
  6. Bandwidth based encoding [reduces the quality for low bandwidth applications]
0

精彩评论

暂无评论...
验证码 换一张
取 消