>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
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
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
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