D
On Fri, Oct 14, 2011 at 4:24 PM, akshay katti wrote:
> I have a query, if user specifies the .mp4 filename including start and
> end time in the command line. I should stream the data only for the
> duration specified by the user, one of the task is to create RTSP server
> and stream out from
>Ok, now I understand. Regarding the first point, we use the
> openRTSP test programs to test RTSP tunneling over HTTP using the command :
> openRTSP -T
> As the video is being streamed, how can I play the stream simultaneously
> rather than waiting till the complete video is stream
Dear Ross Finlayson,
Ok, now I understand. Regarding the first point, we use the openRTSP
test programs to test RTSP tunneling over HTTP using the command :openRTSP -T
As the video is being streamed, how can I play the stream simultaneously rather
than waiting till the complete vide
> 1. How and where can I change the bitrate of the HTTP stream so that the
> delay time can be reduced?
You can't. The file "bipbop-gear1-all.ts" takes 30 minutes to play (when you
play it locally, i.e., using a media player). When you stream it (from a
streaming server, such as ours), it str
Dear Ross Finlayson,
Thanks for your reply.
1. How and where can I change the bitrate of the HTTP stream so that the delay
time can be reduced?
2. Regarding my second query below, after RTSP over HTTP tunneling the
extension of the file name was missing (Original file petrov.m4e and after
t
> 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 180
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 Ubu