Opened 16 years ago

Last modified 13 years ago

#950 assigned defect

try port 80 on rtsp streams

Reported by: compn Owned by: reimar
Priority: normal Component: streaming
Version: HEAD Severity: normal
Keywords: Cc: diego@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

realplayer can play this, mplayer cannot

rtsp://stream4.rbb-online.de/rad/_programm/8/20071125_evers21.rm
http://www.radioeins.de/meta/_programm/8/20071125_evers21.ram

mplayer needs to failback to port 80 after 7070/554.

Attachments (2)

stream_cddb.c.diff (807 bytes ) - added by r_togni@… 16 years ago.
Try port 80 is other fails
stream_rtsp.c.diff (498 bytes ) - added by r_togni@… 16 years ago.
Try port 80 if other fails

Download all attachments as: .zip

Change History (8)

comment:1 by compn, 16 years ago

workaround is to add :80 to the url....

comment:2 by diego@…, 16 years ago

Cc: diego@… added

by r_togni@…, 16 years ago

Attachment: stream_cddb.c.diff added

Try port 80 is other fails

comment:3 by r_togni@…, 16 years ago

comment:4 by r_togni@…, 16 years ago

Status: newassigned

Trivial fix attached, but my realplayers (rp8 and rp from helix) can't play this stream unless I enable the 'attempt HTTP' option in the transport configuration tab. If you select that option realplayer uses a mode where rtsp is encapsulated in http, that's quite different from doing an rtsp connection on port 80.
So, while the fix works for this url, I'm not sure it's a general solution and/or would help if you re behind a firewall that allows only http traffic.

by r_togni@…, 16 years ago

Attachment: stream_rtsp.c.diff added

Try port 80 if other fails

comment:5 by r_togni@…, 16 years ago

attachments.isobsolete: 01

Oops, this is the right patch :)

comment:6 by compn, 13 years ago

Owner: changed from r_togni@… to reimar
Note: See TracTickets for help on using tickets.