Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Earlier versions #50

Open
martinoshub opened this issue Mar 21, 2024 · 0 comments
Open

Earlier versions #50

martinoshub opened this issue Mar 21, 2024 · 0 comments

Comments

@martinoshub
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant