# Display camera ip in dashboard and store video in raspberry

**URL:** https://discourse.nodered.org/t/display-camera-ip-in-dashboard-and-store-video-in-raspberry/6349
**Category:** General
**Created:** [3 January 2019 14:37 UTC](https://discourse.nodered.org/t/display-camera-ip-in-dashboard-and-store-video-in-raspberry/6349 "2019-01-03T14:37:07Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [9 August 2020 05:56 UTC](https://discourse.nodered.org/t/display-camera-ip-in-dashboard-and-store-video-in-raspberry/6349/29 "2020-08-09T05:56:34Z")

</div>

Morning Kevin,  
Nice to hear from you again!  
Unfortunately not. And I had some other issues with the pipes (e.g. creating mp4 files seemed not to be possible). So at the end I decided to go for a file-based approach, since that is the standard way to use it. And for systems that mostly don't have a hard drive ( like a Raspberry PI 3), I have been experimenting with _ **in-memory filesystems** _. Those allow you to achieve better results as the pipe-approach (i.e. all ffmpeg commands are possible). You only need enough ram...  
I have summarized it into another [discussion](https://discourse.nodered.org/t/best-way-to-integrate-ffmpeg-in-node-red/23861).  
Kind regards,  
Bart

---

_[View the full topic](https://discourse.nodered.org/t/display-camera-ip-in-dashboard-and-store-video-in-raspberry/6349)._
