Essentially, VLC is truncating the path to media in RTSP commands. At first I was printing out debug statements in live555, but instead went ahead and got a wireshark capture to verify what I'm seeing. The wireshark capture showed receiving the following RTSP commands from VLC:
Now, I'm able to receive the video file as long as I start live555 up with 'home' directory /ssrd/VIDEO, but if it's anything else, I get nothing. Additionally, since the path is truncated out, I can't get anything in subdirectories!Protocol: RTSP, Info: OPTIONS rtsp://134.51.8.70/ssrd/VIDEO/xmen.ts RTSP/1.0
Protocol: RTSP, Info: DESCRIBE rtsp://134.51.8.70/ssrd/VIDEO/xmen.ts RTSP/1.0
Protocol: RTSP, Info: SETUP rtsp://134.51.8.70/xmen.ts RTSP/1.0
Protocol: RTSP, Info: PLAY rtsp://134.51.8.70/xmen.ts RTSP/1.0
I've compared this with QuickTime player, and ffmpeg, and neither of them have this behavior. Wondering if this is a known issue, or a new one?
In any case, thanks for your time!
Jeff Davey