After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302482 - Support for Apples RTSP
Support for Apples RTSP
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
Old
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-04-29 20:28 UTC by Amadeus
Modified: 2008-06-03 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This embedded .mov object that is used on the website (57 bytes, text/plain)
2005-05-01 02:14 UTC, Amadeus
Details

Description Amadeus 2005-04-29 20:28:04 UTC
I would like to suggest a plugin that can stream and dump Apple's
RTSPtextRTSP:// protocol.

www.live.com have succeeded in reverse engineering it, which untill now couldn't
be streamed on Linux.

With the program openRTSP, which comes with LIVE, it is possible to stream or
dump those files.

MPlayer uses this library for streaming Real's RTSP, but MPlayer doesn't support
Apple's RTSP.

You can try it out by typing:

openRTSP -4 -t -E 100 -b 2000000
RTSP://130.226.1.16/nbi/JensMKnudsen-high.mp4 > jmk.mp4

# -4    mp4
# -q    mov
# -t    tcp/ip
# -E    close connection after n sec.
# -b    buffer size

The source can be downloaded from:
http://www.live.com/liveMedia/public/
http://www.live.com/liveMedia/public/live-latest.tar.gz

If you go to the first link, you can read the ChangeLog.

Would this be a good idea for GStreamer?
Comment 1 Amadeus 2005-05-01 02:14:57 UTC
Created attachment 45890 [details]
This embedded .mov object that is used on the website

The attached file is the mov file that contains the RTSPtextRTSP:// link.

It can also be found at
http://www.gamma.nbi.dk/jmk-high.html
http://www.gamma.nbi.dk/jmk-low.html
Comment 2 Andy Wingo 2006-01-27 17:30:36 UTC
Would be awesome to have in 0.10.
Comment 3 Edward Hervey 2006-02-09 09:54:09 UTC
For information, the live website is now : http://www.live555.com/liveMedia/ (the live.com was bought up my Microsof (which I guess makes them 666)).

But on the other hand, it seems we already have an rtsp source in 0.10 (rtspsrc from gst-plugins-good). I unfortunately can't try it on the given files.

Martin, could you give us any feedback ?
Comment 5 Baybal Ni 2006-06-20 07:18:27 UTC
We realy need normal rtsp support.
Comment 6 Wim Taymans 2006-10-10 15:27:22 UTC
This is actually just a playlist like:

  RTSP[\r\n]text[\r\n]<URL>

Reassigning to totem.
Comment 7 Bastien Nocera 2006-10-11 19:30:44 UTC
In shared-mime-info:

2006-10-11  Bastien Nocera  <hadess@hadess.net>

        * freedesktop.org.xml.in: add RTSPtextRTSP-style movie references
        to the application/x-quicktime-media-link mime-type (see GNOME #302482)

And in Totem HEAD:

2006-10-11  Bastien Nocera  <hadess@hadess.net>

        * data/mime-type-list.txt: add application/x-quicktimeplayer
        as a supported mime-type
        * src/plparse/test-parser.c: (main): update the help output for
        "disable-unsafe"
        * src/plparse/totem-pl-parser.c:
        (totem_pl_parser_add_quicktime_rtsptextrtsp),
        (totem_pl_parser_add_quicktime_metalink),
        (totem_pl_parser_is_quicktime):
        Add a basic parser for RTSPtextRTSP quicktime reference files
        (Closes: #302482)
Comment 8 Philip Withnall 2008-06-03 17:39:44 UTC
Mass-move from totem to totem-pl-parser. You can remove all messages by searching for this comment.