Closed razzeee closed 7 years ago
Comment by gamester17 on 12 Jul 2004 08:41 UTC
Logged In: YES user_id=630186
@devs; FYI, MPlayer-devs have this weekend applied a patch to their MPlayer CVS to fix a crucial RTP code bug/design-flaw making rtp:// cohexist with LIVE (LiveDotCom). More info here:
http://mplayerhq.hu/pipermail/mplayer-dev-eng/2004- July/027203.html http://mplayerhq.hu/pipermail/mplayer-dev-eng/2004- June/026551.html http://mplayerhq.hu/pipermail/mplayer-dev-eng/2004- June/026550.html http://mplayerhq.hu/pipermail/mplayer-dev-eng/2004- June/026549.html
Comment by gamester17 on 15 Nov 2004 17:37 UTC
Logged In: YES user_id=630186
@eZar, now that you got RTSP/RDT (only RealMedia streams) working in XBMC, any chance that you can also take a look at standard RTSP/RTP streams (and also LIVE.COM?)?, please ;-)
Comment by gamester17 on 30 Nov 2004 12:13 UTC
Logged In: YES user_id=630186
Just an idea; "openRTSP" client could be used to save/store video that is being streamed to XBMC over RTSP:
Comment by gamester17 on 26 Jul 2005 08:16 UTC
Logged In: YES user_id=630186
Un-assigning from ezar2003 since he's not been seen for ages =(
This feature/function is still open for any dev to implement in xbmc
Comment by gamester17 on 3 Nov 2005 05:55 UTC
Logged In: YES user_id=630186
FYI; live.com changed domain to live555.com (this is because Microsoft bought live.com)
Modified by sho on 28 Jul 2008 19:38 UTC
Modified by sho on 22 Aug 2008 09:36 UTC
Comment by sho on 22 Aug 2008 09:36 UTC r2416
Reported by Gamester17 on 4 Oct 2003 10:51 UTC
Real-time Streaming Protocol ( RTSP/RTP ) RTSP - Real-time Streaming Protocol
RTSP is a standard network protocol used for coordinating multimedia streaming. More RTSP info: http://www.ietf.org/rfc/rfc2326.txt
RTSP/RTP streaming support for MPlayer source code: http://www.live.com/mplayer/ (above site has code for this, but maybe in CVS now?)
Note to all developers wanting to port/code this into XBMP! MPlayer 1.0pre1 released September 01 2003 www.mplayerhq.hu Couple of things that is new in it and relative to this is:
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 ).
Also indirectly related but there is an open source alternativ to "QuickTime Streaming Server" called "Darwin Streaming Server". Both uses and are based on RTP/RTSP - Real-Time Transport Protocol/Real-Time Streaming Protocol http://developer.apple.com/darwin/projects/streaming/ http://www.apple.com/quicktime/products/qtss/
Migrated-From: http://trac.kodi.tv/ticket/52