GNOME Bugzilla – Bug 602127
Parsing of RTSPtext not working correctly
Last modified: 2009-12-04 13:27:59 UTC
Parsing of RTSPtext files fail if they look like: RTSPtext rtsp://host.org/video.mp4 ... If there is no URL after "RTSPtext" in the first line the for-loop should start with examining the second line. (Occured while trying to watch H.264 videos on http://www.3sat.de/mediathek/mediathek.php).
Created attachment 147925 [details] [review] start loop with the second line
Fixed in master (for GNOME 2.28), thanks.