Lets say I am 30 seconds into the clip I am watching. If I say play "Range:
npt=-60" it will return "Range: npt=0-" and play from the start. When I use
"Range: npt=now-60" it doesn't return a Range header but continues from where
it left off and stops at 60 seconds into the commercial IF the s
The basic problem is your code's use of the port number 8556. First, you
shouldn't think of it as being the server's 'output' port. Instead, it's the
'control' port that the server uses for incoming RTSP connections from clients.
(The actual RTP/RTCP stream 'output' uses other port numbers, w
All,
I used the live555 lib to make a simple RTSP server, my server IP is
135.240.130.30, the inputPort is 1236, the outputPort is 8556,
One phone can send TS packet to 1236 port, another phone can get the packets
from rtsp://135.240.130.30:8556/mobileLiveVideo,
This works fine.
However, I also