[Live-devel] Test programs for RTSP streaming over HTTP (Other than Apple iPhone, iPads and Safari)

sandeep suresh sandeep.suresh at yahoo.co.in
Sun Oct 30 08:22:58 PDT 2011


Dear Mr.Ross Finlayson,
           Greetings! and thanks for the quick response. I was successfully able to perform the steps that you havd detailed in the mail below and test RTSP over HTTP tunelling. The following were my observations and wanted to know if this is expected:
 
1. I am using Ubuntu 10.04 LTS and used two instances of the terminal ; one running live555mediaserver and the other retrieveing bipbop-gear1-all.ts using "./openRTSP -T 8000 rtsp://10.0.2.15:8554/bipbop-gear1-all.ts". This file which is given as a test file is around 44.5MB. It took 1807 seconds (~30 minutes). Is this delay of transmission normal or I am facing some other problems? Next I was successfully able to play it using movie player. The documentation says that the original file is not segregated into multiple files but segregated into VIRTUAL files. 
2. Next I followed the same procedure for a m4e file (petrov.m4e; an example file in m4e format). Even though I was able to successfully retrieve it. the type it generated was "unknown". Hence I could not play the stream (unlike the bipbop-gear1-all.ts which was retrieved as MPEG2 transport stream and was successfully able to play with movie player).
 
Thanks in advance
Regards
Sandeep Suresh.

From: Ross Finlayson <finlayson at live555.com>
To: LIVE555 Streaming Media - development & use <live-devel at ns.live555.com>
Sent: Sunday, 30 October 2011 1:04 AM
Subject: Re: [Live-devel] Test programs for RTSP streaming over HTTP (Other than Apple iPhone, iPads and Safari)


You are confusing two different things: 


1/ RTSP-over-HTTP
2/ HTTP Live Streaming

Our server supports both of these, but they are different protocols.  "HTTP Live Streaming" uses HTTP, not RTSP at all, and is used for streaming to Apple iPhones or iPads.  (Also, this type of streaming works only for certain kinds of Transport Stream files - not other kinds of audio+video.)

What you want is "RTSP-over-HTTP", which our server also supports.  This is the regular RTSP protocol, but tunneled over HTTP.

To use it, run the "live555MediaServer", and note the port number that it displays when it starts up:

"(We use port <http-port-num> for optional RTSP-over-HTTP tunneling ..."

You can use our "openRTSP" command-line RTSP client, with the "-T <http-port-num>" option to test this.  See <http://www.live555.com/openRTSP/#other-options>.

I.e., run
openRTSP -T <http-port-num> <rtsp-url>
Where <http-port-num> is the port number that "live555MediaServer" displays (at the end), and <rtsp-url> is the "rtsp://" URL that "live555MediaServer" displays (near the beginning) for your file.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111030/381a207d/attachment.html>


More information about the live-devel mailing list