live555
live555 copied to clipboard
Earlier versions
Hi
I'm trying to compile a libvlc 5.6.0 for my Ubuntu 22 with live555 support so that I can play rtsp streams. When I try to compile, I get:
CXX access/liblive555_plugin_la-live555.lo access/live555.cpp: In function ‘int SessionsSetup(demux_t*)’: access/live555.cpp:855:63: error: ‘class MediaSubsession’ has no member named ‘connectionEndpointAddress’; did you mean ‘getConnectionEndpointAddress’? 855 | p_sys->b_multicast = IsMulticastAddress( sub->connectionEndpointAddress() ); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | getConnectionEndpointAddress
I'm guessing this is due to a new version. I can't find any older versions anywhere. Neither on the live555 website, nor on this github. I really need something I can use with VLC 3.0.16 so that it compiles and does rtsp. Any suggestions?