lsowen / cam-record

Golang server to record RTSP stream (such as security cameras) using gst-launch
25 stars 9 forks source link

Hey guy, I'm bothering about play RTSP on Browser/HTML5 #1

Open ryanemax opened 8 years ago

ryanemax commented 8 years ago

These many way I've tried.

1.Directly Play by VLC

It's a good try, and work fine with VLC. I using:

But the Problem is that, chrome has already stop the support for npapi since semptember, 2015. And the Firefox declare that they will also stop the support for npapi in the beginning of 2016.

Opera/Edge/Firefox/Chrome will support ppapi for a long term. But until now, There isn't any ppapi-vlc support.

2.Convert RTSP to RTMP via Server, and then play with ppapi(flash)

like this I'm very interested in Golang and RESTful API. I stared go-rest-json & gin & raml & gorm for a long time. That's why I found here: https://github.com/lsowen/cam-record/

I didn't found the readme.md. could you intro your project for short?

lsowen commented 8 years ago

@ryanemax Good point, I will update the project with a short README which explains what it does and how to run it.