Re: [Live-devel] port numbers problem

2010-02-08 Thread Ross Finlayson
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

[Live-devel] port numbers problem

2010-02-08 Thread Victor lyamtsev
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