1. mms & rtsp mms is an old deprecated protocol (see http://technet.microsoft.com/en-US/library/82fb84a9-96f5-49dc-92d2-cf76c912aab8.aspx ) and not used (or even currently supported by Windows ) - often mms:// url is rolled over to http: or MS rtsp. Not sure if MS rtsp is supported in implemented in mplayer. There are 3 incompartible rtsp protocols all using rtsp:// - Apple, RealNetwork and MS. You must make sure you choose the right one when building mplayer.
ffmpeg supports mms but it must be included in the build - IIRC it used to be default in Linux builds but not in Windows builds. Also it seems change url from mms:// to mmsh:// or mmst:// depending on the underlying transport protocol see http://ffmpeg.org/ffmpeg.html#mmsh 2. Video I'm not familiar with video support so I cannot offer any opinion except that providing decoders in open source is only relevant if they are an API which can be used VLC, mpler, ffmped etc. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=34178 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
