I need to use certain predefined port numbers for RTP streaming, for
example 60004 for audio substream, 60006 for audio...
Is your streaming multicast or unicast? If it's multicast, you can
easily define and use a single port number. However, if your
streaming is unicast, then you can't do t
I need to use certain predefined port numbers for RTP streaming, for
example 60004 for audio substream, 60006 for audio...
I tried to set response header for "DESCRIBE" to use those numbers, like:
m=video 60004 RTP/AVP 32\r\n vs. m=video 0 RTP/AVP 32\r\n but it
doesn't seem to make any difference