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

veejay -V (multicast frame sender) broken/removed ? #190

Closed
d-j-a-y opened this issue Feb 9, 2019 · 5 comments
Closed

veejay -V (multicast frame sender) broken/removed ? #190

d-j-a-y opened this issue Feb 9, 2019 · 5 comments

Comments

@d-j-a-y
Copy link
Collaborator

d-j-a-y commented Feb 9, 2019

( still a reference here in getops https://github.com/c0ntrol/veejay/blob/master/veejay-current/veejay-server/veejay/veejay.c#L629 )

if removed, how to rewrite that part 453-network ?

@game-stop
Copy link
Owner

I think, only the commandline option was removed, veejay can still do multicast frame sending - There is a VIMS message to enable/disable this

@d-j-a-y
Copy link
Collaborator Author

d-j-a-y commented Feb 9, 2019

The only VIMS multicast related seems to be 246 'Open UDP multicast as new input stream' but I'm sure you are thinking to something else .... isn't it ?
edit : I think I found VIMS 022 & 023 (Start/Stop built-in UDP mcast server (YUV planar)) ... isn't ?

Also in the 4.5.3 network UDP example, i don't get what initial video source is cast ... can you explain ?
edit I found in VIMS section :-) cab734d

@d-j-a-y d-j-a-y added the veejay label Feb 9, 2019
@d-j-a-y
Copy link
Collaborator Author

d-j-a-y commented Feb 10, 2019

There is a VIMS message to enable/disable this

In fact VIMS 22 & 23 "doesn't work" if veejay was not started with -V option
E: start veejay in multicast mode (see -V commandline option) vj-event.c L9106

@d-j-a-y d-j-a-y changed the title veejay -V (multicast frame sender) removed ? veejay -V (multicast frame sender) broken/removed ? Feb 10, 2019
@game-stop
Copy link
Owner

Yes, this is correct. Veejay needs a multicast address to broadcast on. We can change this, so that the user passes the broadcast address to the VIMS command, e.g: 22:224.0.0.0;

@game-stop
Copy link
Owner

Continue with #233, close issue

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

No branches or pull requests

2 participants