Opened 13 years ago
Closed 9 years ago
#419 closed defect (fixed)
rtsp:// doesn't support any port number other than 80
Reported by: | Kelvin | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | unspecified | Keywords: | rtsp tcp udp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
rtsp:// doesn't support any port number other than 80
for tcp and udp (http works fine). e.g.
rtsp://xxx.xxx.xxx.xxx:8080/axis-media/media.amp?tcp
will return
[rtsp @ 0057B0E0] CSeq 1 expected, 0 received.
[rtsp @ 0057B0E0] method OPTIONS failed: 501 Not Implemented
[rtsp @ 0057B0E0] Date: Wed, 03 Aug 2011 19:18:56 GMT
Accept-Ranges: bytes
Connection: close
Content-Type: text/html; charset=ISO-8859-1
rtsp://xxx.xxx.xxx.xxx:8080/axis-media/media.amp?tcp : Invalid data found when processing input
Using
rtsp://xxx.xxx.xxx.xxx:8080/axis-media/media.amp?http
works great.
Change History (2)
comment:1 by , 12 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | rtsp tcp udp added |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
-rtsp_transport udp
and tcp seem to work fine (tested with ffserver)so i assume that this has been fixed.
Dont hesitate to reopen if you can still reproduce a problem