Ticket #419 (new defect)

Opened 22 months ago

Last modified 2 weeks ago

rtsp:// doesn't support any port number other than 80

Reported by: uscgraphics 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

comment:1 Changed 2 weeks ago by cehoyos

  • Keywords rtsp tcp udp added
  • Component changed from undetermined to avformat
Note: See TracTickets for help on using tickets.