kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Resize rtsp streaming on client side #60

Closed sallo1723 closed 4 years ago

sallo1723 commented 4 years ago

I'm streaming an ip camera and i need to resize the video of the streaming. I tried resizing the canvas and it doesn't work. I also tried create a new stream with different ffmpeg flags and a new JSMpeg.Player() on the same port, and it doesn't work.

Any ideas?

sallo1723 commented 4 years ago

I found the way to resize the output in a previous closed issue.