razzeee / xbmc-test

0 stars 0 forks source link

Microsoft Media Streaming Protocol (MMS) #51

Closed razzeee closed 7 years ago

razzeee commented 7 years ago

Reported by Gamester17 on 4 Oct 2003 10:45 UTC

Microsoft Media Streaming Protocol (MMS) mms:// - Media Streaming Protocol (MMS) More tech/spec info on MMS here http://sdp.ppona.com

Sample stream (latest Dutch news): mms://streams2.omroep.nl/wm/tv/nos/journaal/bb.laatste .asf

www.mplayerhq.hu/DOCS/documentation.html#streaming "MPlayer can play files from network, using the HTTP, MMS or RTSP/RTP protocol"

It also looks like FFmpeg has added RTSP/RTP/TCP protocol support in the CVS of its codec library.

Otherwise maybe source code for steaming could be borrowed from VLC as well or otherwise? VLC (VideoLAN Client) is open source a highly portable multimedia player that supports various streaming protocols, among others VLC support streaming from HTTP, FTP, MMS via RDP & UDP (see the VLC features list for the rest http://videolan.org/vlc/features.html ).

Migrated-From: http://trac.kodi.tv/ticket/51

razzeee commented 7 years ago

Comment by gamester17 on 20 May 2004 15:00 UTC

Logged In: YES user_id=630186

Closing as this is now supported in XBMC (via MPlayer code)