[Live-devel] A Problem of proxy server

2012-08-22 Thread kingaceck
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!

[Live-devel] using live555 on iOS device

2012-08-22 Thread Jennifer Sphere
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

[Live-devel] Behavior of OpenRTSP during non-availability of RTSP stream

2012-08-22 Thread Saurabh Gandhi
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

Re: [Live-devel] Fwd: live555 on demand, apache and win 7 64bit

2012-08-22 Thread Jeff Shanab
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

Re: [Live-devel] Using RTSP to copy files

2012-08-22 Thread Ross Finlayson
> 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

Re: [Live-devel] Using RTSP to copy files

2012-08-22 Thread Marlon Reid
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

[Live-devel] Using RTSP to copy files

2012-08-22 Thread Marlon Reid
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