Adrian
Adrian
@131 I'm interested too in a ws broadcast solution.
hi, I'm trying to achive this using [another web-socket server implementation (websocket-relay.js)](https://github.com/phoboslab/jsmpeg/blob/master/websocket-relay.js). Basically I'm doing this: camera -> ffmpeg (rawvideo) -> websocket-relay.js (the unchanged input) -> browser (h264-live-player's index.html changed...
hi, how to use server-frames.js? Please, some short help here, thank you.
I have a camera (SONY RTSP Server) for which it happens to work this: var args = [ "-rtsp_transport", "tcp", "-i", "rtsp://172.20.19.103/media/video1" , "-an", '-pix_fmt', 'yuv420p', '-c:v', 'copy', '-f' ,'rawvideo',...
I'm interested too in this topic but in a more broad sense. I want to take the ffmpeg rawvideo output and broadcast it to all websocket connections; e.g. I could...
What did you do to run mopidy as an _user_ service? You mean you run it with `systemctl --user start mopidy` or you did additional configurations? I run it with...
I tried to start `wetty` these ways: `wetty --ssh-port 1234 --sshhost 127.0.0.1 --title "xxx" --command "export SSH_SESSION=true; /bin/bash -i"` `wetty --ssh-port 1234 --sshhost 127.0.0.1 --title "xxx" --command "/bin/bash -i; export...
I noticed that I have to add username and password too despite already using client id and secret.
it doesn't, see https://github.com/mopidy/mopidy/issues/2121
``` ░░ A start job for unit mopidy.service has finished successfully. ░░ ░░ The job identifier is 17240. Aug 31 19:09:12 mopidy[1860666]: INFO [MainThread] mopidy.__main__ Starting Mopidy 3.4.1 Aug 31...