# (Help with ws stream) ffmpeg and node-red

**URL:** https://discourse.nodered.org/t/help-with-ws-stream-ffmpeg-and-node-red/20622
**Category:** General
**Created:** [20 January 2020 11:46 UTC](https://discourse.nodered.org/t/help-with-ws-stream-ffmpeg-and-node-red/20622 "2020-01-20T11:46:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nxito](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nxito/32/88293_2.png) [@Nxito](https://discourse.nodered.org/u/Nxito)
#### Post date: [20 January 2020 11:46 UTC](https://discourse.nodered.org/t/help-with-ws-stream-ffmpeg-and-node-red/20622/1 "2020-01-20T11:46:31Z")

</div>

I want to use this ffmpeg command  
"ffmpeg -f rtsp -i" rtsp: // user: pass @ host: 554 / cam / realmonitor " -f mpegts -codec: v mpeg1video [http://127.0.0.1:8081/password](http://127.0.0.1:8081/password) "

My goal is to create a stream via websocket.

I plan to use jsmpeg.js on a template node
