Dear live dev team:
(1)
When I use proxy server,I get the flow message
RTCPInstance::RTCPInstance error: totSessionBW parameter should not be zero!
(2)If the back-end RTSP/RTP stream server restarted,Should I need to restart
the proxy server?
Please help me,Thank you very much!
Is it possible to have a streaming server on one iOS device and a RTP
client on another using the live555 libraries?
Thanks!
-Jen
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hello everyone,
I am using openRTSP for recording video clips of 5 seconds duration. I am
doing this continuously, so my code looks like this:
while(1)
{
// some code to generate a unique file-name for video clip based on date
and time
system("openrtsp.exe -4 -b 10 -d 5 -w 640 -h 480 -f 30 -N
RTSP is a protocol, so is HTTP, you need a plugin.
Browsers natively handle HTTP but they do not yet directly support RTSP, it
requires a plug-in. Players like VLC, Quicktime and Flash can handle RTSP and
usually have a plugin avail, indeed flash is the most common defacto plugin out
there.
I
> I believe that the solution will be to create a custom file source and set
> fDurationInMicroseconds to zero.
Yes, that would work. However, because this will cause packets to get sent as
quickly as possible (which is what you say you want), then you need to worry
about packet loss. Even if
I believe that the solution will be to create a custom file source and
set fDurationInMicroseconds to zero. If I am correct, the client will
than request packets as quickly as it can. I will test this later
today.
Regards.
From: live-devel-boun...@ns.live555
Hi everyone,
We are thinking of using RTSP streaming in a way that can be considered
untraditional (at least according to me) and I was wondering if it will
be possible using Live555.
Lets assume that we have an mp3 file of 1 minute duration on the machine
with the RTSP server, and we want to c