Giter VIP home page Giter VIP logo

h5stream's Introduction

H5S is a HTML5 streaming server

Recently, as the Internet also the Mobile grow quickly, more and more Mobile APP based on HTML5, so the big challenge is the video streaming for browser, and Flash has a lot of problem, so most Brower has begin to stop flash by 2020. And all the browser has top the plugin. Currently IP Camera/NVR/VMS web browser only support IE11, so it is import to support video streaming in browser without plugin.

And the HTML5 native video streaming technology are very different. And the low latency is an important requirement, so how to achieve 1s or 500ms latency is a big challenge.

The cloud is very common now, remote cloud video streaming and video sharing with low latency is also important.

H5STREAM support the HTML5 native video streaming and cloud video streaming through WEBRTB WEBSOCKET RTMP FLV. Below is all the technology we used for different browser.

Features list

Native HTML5 player, no plug-in.
Support RTSP stream input, convert RTSP H264 into HTML5 Media Source Extensions H264
Support Websocket 
Support video encryption by Websocket over SSL
Don't need transcoding.
HTML5 video Low latency, in Chrome Firefox and safari the best latency is 300ms(1080P)
API for embedded device Raw H264 stream input.
Chrome & safari Hardware decoding support.

Browser support

Firefox 49+
Chrome 49+
OSX Safari 9.1+
MS Edge 14+
Opera 41+
Android 4.4.4+

For more guide https://www.linkingvision.com/

Mail : [email protected]

Skype : [email protected]

QQ : 2104915834

h5stream's People

Contributors

jackxu2 avatar xsmart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

h5stream's Issues

h5s service stops automatically

H5s is started normally, and the real-time preview of hik camera can be displayed, but the h5s service stops running after about 1 hour.
As for the h5s configuration file, I just changed the 'src' entry basically. I don't know what will work for this problem in the 'system' entry. I really hope to get your help, thanks!

Missing cpp files?

Hello,

I've tried to compile h5stream on Linux without success.
It seems like it does not build the h5slib:
/usr/bin/ld: cannot find -lh5slib

Folder h5slib/ does not contain neither cpp files nor Makefile.
But it contains unneeded precompiled files like h5slib/output/Release/h5slib.dll

Or may I miss a git submodule?

I can provide more logs if needed.

Thanks for your attention!

cannot find h5slib

Hi,

I'm trying to compile on Linux Ubuntu 14.04. But the make process is stopped because:

/usr/bin/ld: cannot find -lh5slib

This happens when it's inside the h5stream-master/h5ss folder and try to to this compiling:
g++ -o h5ss -std=c++11 -Wall -Wextra -Wshadow -Wformat-security -Winit-self -Wmissing-prototypes -O2 -DLINUX -Iinclude -Wall -Wextra -Wshadow -Wformat-security -Winit-self -Wmissing-prototypes -O2 -DLINUX -Iinclude -DUSE_WEBSOCKET -I/home/derzu/Downloads/h5stream-master/output/Ubuntu-14.04-64bit/include -I../h5slib/include -I./src/ -I./src/mse -I../3rdparty/live555//BasicUsageEnvironment/include -I../3rdparty/live555//groupsock/include -I../3rdparty/live555//liveMedia/include -I../3rdparty/live555//UsageEnvironment/include -I../3rdparty/live555//live555/include/ -I../3rdparty/civetweb/include/ -DNDEBUG out.linux/build//../3rdparty/civetweb/src/CivetServer.o out.linux/build//src/webserver.o out.linux/build//../3rdparty/civetweb/src/civetweb.o out.linux/build//src/h5ss.o -lpthread -lm -lrt -ldl -L/home/derzu/Downloads/h5stream-master/output/Ubuntu-14.04-64bit/lib -llive555 -lh5slib -lavformat -lavcodec -lavutil -lswscale

I looked at the h5slib folder, but it has just the header files and the binary files for windows. Can you add the cpp files or add an binary lib (.so) for Linux?

Best regards,

Derzu.

H5ss.exe has stoped working on start playing

Why it is stop working on start playing?

My source config is like this.

"source": {
  "src": [
   {
    "strNameComment": "name for this stream",
    "strName": "Test Camera",
    "strTokenComment": "token for this stream, must unique, if same, only frist will be available",
    "strToken": "officecam01",
    "nTypeComment": "source type H5_FILE/H5_STREAM",
    "nType": "H5_STREAM",
    "strUrlComment": "",
    "strUrl": "rtsp://192.168.0.156:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif",
    "strUserComment": "username",
    "strUser": "",
    "strPasswdComment": "password",
    "strPasswd": ""
   }
]
}

Error
h5

回放问题

这是我本地的静态文件

image

这是远程服务器上的静态文件
image

h5服务是部署在远程的,访问的是同一个视频,一个可以回放,一个不行。

而且回放的时间是10:00:00,但是实际显示的时间是从15:06:00开始的。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.