Any suggestions?
Nikhil Naik
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hi Ross,
Thanks for your speedy reply. Yes I have tried using those two and they work
just fine with saved files.
However I m trying to stream a live source and am setting up a RTSP Server
using Groupsock class.
My current setup works just fine for Multicast on the LAN (as expected).
However w
Hi Ross,
I have developed a RTSP Server and I can get it to stream just fine
over the LAN. However when I try to stream over the internet, I see a
connection but do not see an image come through. I can send commands
to and fro. I can see the DESCRIBE, SETUP, PLAY and TEARDOWN pass just
f
Hi Ross,
I have built a player based on the openRTSP sample and it works
just fine. Now I have created a password protected server by adding:
UserAuthenticationDatabase* authDB = NULL;
authDB = new UserAuthenticationDatabase;
authDB->addUserRecord(username, password);
When I pass
Hey Ross,
I was looking at using the LIVE555 libraries to stream video from a camera
source
using rtsp. I have already compiled and debugged the samples. I was curious
to
know if there was anything in the samples that you would recommend to stream
a "Test Pattern".
:What we are trying to do is