ccloquet / ShowMe

Let a citizen send a picture to the 112 / 911 / 999 PSAPs, on invitation from the dispatcher
MIT License
2 stars 0 forks source link

🎥 Pictures enhancement (from @laudeco's idea) #11

Open ccloquet opened 5 years ago

ccloquet commented 5 years ago

Ideas from laudeco

"Next things: We can add the location of the user to the picture Send a video A live video ?"

ccloquet commented 5 years ago

Video: for sure, quick-win, seems quite easy, will need some security checks & a couple of lines to display

Live video: would be great, I did not go into the details, are you thinking to using WebRTC (PeerJS/PubNub/...) ?

Location: either using the EXIF or using the geolocation API?

The question is then how far to go ; there is already a great project : geoloc_18_112 (but not open source? -- could not find it)->it seems that it does allow to send pictures also -> should we bring something to it, is the "showme" project sufficiently different to grow by itself, or does its value lies more in some form of simplicity & specificity?

ccloquet commented 5 years ago

Live support video added using PeerJS+Twilio TURN servers