GithubHelp home page GithubHelp logo

kmoskwiak / node-tcp-streaming-server Goto Github PK

View Code? Open in Web Editor NEW
127.0 11.0 44.0 4 KB

Experimental TCP video streaming server written in node.js. Streaming over TCP and redistributing using WebSockets.

CSS 5.22% HTML 16.76% JavaScript 78.02%
streaming video-streaming tcp websocket mediasource nodejs ffmpeg vp8 h264

node-tcp-streaming-server's Issues

Working?

I am planning on building something similar but really struggled with the media extension API

Did you get this guy working fully? haven't had a chance to try it yet

Audio

First off, cool project!

Do you have audio working at all?

Thanks!

Image preview error

Thanks for sharing!

I'm working on a project that uses this feature, but when I run your solution, an error is occurring.

Has anyone managed to make it work?

Any idea how I can solve it?

Uncaught DOMException: Failed to execute 'appendBuffer' on 'SourceBuffer': The HTMLMediaElement.error attribute is not null.
    at WebSocket.ws.onmessage (http://localhost:8080/js/app.js:66:24)
ws.onmessage @ app.js:66

Cod ffmpeg + IP cam RTSP

ffmpeg -rtsp_transport tcp -i rtsp://admin:[email protected]/Streaming/Channels/1 -vcodec libx264 -profile:v main -g 25 -r 25 -b:v 500k -keyint_min 250 -strict experimental -pix_fmt yuv420p -movflags empty_moov+default_base_moof -an -preset ultrafast -f mp4 tcp://localhost:9090

captura de tela de 2018-07-25 23-04-08

captura de tela de 2018-07-25 23-05-21

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.