1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/easyhao-rtmp_server

Клонировать/Скачать
Внести вклад в разработку кода
Синхронизировать код
Отмена
Подсказка: Поскольку Git не поддерживает пустые директории, создание директории приведёт к созданию пустого файла .keep.
Loading...
README
RTMPServer - Video streaming server for Adobe Flash player

Copyright 2012 Janne Kulmala <janne.t.kulmala@iki.fi>

Program code is licensed with GNU LGPL 2.1. See COPYING.LGPL file.

-----

RTMPServer can be used to stream live video/audio content to Adobe Flash 
player clients over RTMP protocol. It is similar to using Adobe's Flash 
Server (FMS). The server is written to be lightweight and easy to 
understand, while having good performance. The server just copies the 
received bitstream to the clients as-is. The server does not support 
authentication of either the clients or the publisher. Written in C++ and 
STL.

Testing with FFmpeg:

    To encode and push a stream:

    ffmpeg -re -i video.mp4 -f flv rtmp://server/live/stream

    To watch the stream:

    ffplay rtmp://server/live/stream

Комментарии ( 0 )

Вы можете оставить комментарий после Вход в систему

Введение

Простейший сервер для обучения по протоколу RTMP Развернуть Свернуть
LGPL-2.1
Отмена

Обновления

Пока нет обновлений

Участники

все

Недавние действия

Загрузить больше
Больше нет результатов для загрузки
1
https://api.gitlife.ru/oschina-mirror/easyhao-rtmp_server.git
git@api.gitlife.ru:oschina-mirror/easyhao-rtmp_server.git
oschina-mirror
easyhao-rtmp_server
easyhao-rtmp_server
master