mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-12 02:40:02 +01:00
reloaded:
on invalid status message, restart reloaded veejay: stream 'unicast': moved all net io into thread validation to libvjnet, assigns invalid fd after close fix possible segfault fix accidental closing of connections clear fd after new connection. read in next step fix track listing event (causes hang in reloaded) fix bundles event (causes hang in reloaded) removed debug lines from previous run
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
int net_already_opened(const char *filname, int n, int chan);
|
||||
void net_thread_stop(vj_tag *tag);
|
||||
int net_thread_start(vj_client *v, vj_tag *tag);
|
||||
int net_thread_start(vj_tag *tag, int w, int h, int f);
|
||||
void net_thread_remote(void *priv, void *p );
|
||||
int net_thread_get_frame( vj_tag *tag, uint8_t *buffer[3]);
|
||||
int net_thread_get_frame_rgb( vj_tag *tag, uint8_t *buffer, int w, int h);
|
||||
|
||||
Reference in New Issue
Block a user