Re: [Live-devel] Case Sensitive Server Handling of Commands

2007-07-30 Thread Ross Finlayson
>After doing some tests using LabView, it appears the server is case >sensitive. Such as rtsp/1.0 must be RTSP/1.0 and Cseq must be Cseq. >Why is this? Basically, laziness on my part. (A lot of the input parsing is done using "sscanf()" - which is case sensitive - because it was easy to do that

[Live-devel] Case Sensitive Server Handling of Commands

2007-07-30 Thread Li, Chen
Hello, After doing some tests using LabView, it appears the server is case sensitive. Such as rtsp/1.0 must be RTSP/1.0 and Cseq must be Cseq. Why is this? And will future versions be able to account for this? Thanks, --Chen Li ___ live-devel mailing

[Live-devel] UDP Instead of TCP

2007-07-30 Thread Li, Chen
Hey, Looking through the code while trying to build from scratch a custom rtsp command sender, it seems the libraries that come with Live555 utilize TCP and are base64 encoded. Is there a way to transport commands UDP and have the server respond? If so, could you please point me to the source co

[Live-devel] Streaming MPEG4 from live network camera

2007-07-30 Thread Dario maljur
Hi all. Can someone give me instructions on how this is done. I red in FAQ that i can change test*streamer.cpp to do this, by changing test*streamer.cpp file. But this is pretty confusing, couse it says that I can use the name of that file instead of test*??? I don't understand that. Basically