Giter Club home page Giter Club logo

sms's Introduction

SMS is a streaming media server based on java development.

Features

  • RTMP/RTSP/RTP/HLS live streaming, the RTMP protocol is based on red5 porting, thanks to the red5 project

  • RTMP Video on demand FLV/MP4, playing from local filesystem or HTTP

  • Stream relay support for distributed streaming: push & pull models

  • Recording streams in multiple FLVs

  • H264/AAC support

Build

  • Import the project into eclipse and execute the build with ant
  • Start the service with startup

Example

Warning

  • This project is mainly used for learning. If you have any questions, please send an email to [email protected]

sms's People

Stargazers

 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

sms's Issues

This Project can transfer ( HLS input to RTMP output ), and ( HLS input to HLS output )??

I'm not good at english...

I run SMS program.

It's good program for understanding rtmp, rtsp, hls process!!!

I use raspberry pi webcam for input stream.

input : rtmp (ex : ffmpeg -thread_queue_size 21 -i /dev/video0 -f lavfi -f alsa -i hw:1 -f flv -c:v libx264 -c:a libfdk_aac -vb 1500k -s 640x360 -ar 44100 -r 30 rtmp://192.168.0.41:1935/live/xxx)

output : rtmp (In VLC player, I can play Live streaming video.)

It works GOOD!!!

But!!

I tried HLS input and HLS output, it doesn't work....

(ex: ffmpeg -thread_queue_size 21 -i /dev/video0 -f lavfi -f alsa -i hw:1 -f hls -hls_time 4 -c:v libx264 -c:a libfdk_aac -vb 1500k -s 640x360 -ar 44100 -method POST -r 30 -hls_playlist_type event http://192.168.0.41:5080/live/aaa.flv/playlist.m3u8)

Input connection completed, and input data go to the SMS server.

When I play Live steaming video(http://192.168.0.41:5080/live/aaa.flv/playlist.m3u8) in VLC Player, SMS Server displays "File was null or did not exist".

Question.

  1. SMS project has function ? -> [hls input -> hls output]

  2. SMS project has function ? -> [RTMP input -> hls output]

Thanks!!!!!

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.