how to create a RTSP streaming server

后端 未结 3 1700
挽巷
挽巷 2021-01-30 18:21

So I am trying to create a RTSP server that streams music.
I do not understand how the server plays a music and different requests get what ever is playing at that time.

3条回答
  •  -上瘾入骨i
    2021-01-30 19:08

    You can also find a .Net Implementation of RTP and RTSP here @ https://net7mma.codeplex.com/ which includes a RTSP Client and Server implementation and many other useful utilities e.g. implementations of many popular Digital Media Container Formats.

    The solution has a modular design and better performance than ffmpeg or libav at the current time.

提交回复
热议问题