| Projects on Google Code | Results 1 - 10 of 33 |
This is a python implementation of the Flash RTMP server with minimal support needed for real-time streaming and recording using AMF0.
Advanced application service such as shared object or web API are outside the scope. The goal is to use existing protocols and tools such as web servers as much a...
=perlRTMP=
perlで書かれたRTMPサーバ。
*対応フォーマット*
* MPEG2-TS (.ts)
* MP4 (.mp4)
* 『24時間ワンセグ野郎』(.ts & .idx)
==どうしてperl?==
自由に使える言語がperlくらいしかなかった。<br>
rubyで出来るならperlでも出来るんじゃないか、と。
==どうしてMPEG2-TS?==
『24時間ワンセグ野郎』に触発されて24時間ワンセグ録画サーバを作った。ただしLinuxで。<br>
Windowsから視聴するためにストリーミング(もしくはプログレッシ...
hxIS is a multithreaded streaming server using the rtmp protocol. hxIS is entirely written in haXe<br>
<b>NetStream :</b><br>
* play:<br>
* from server : play a pre-recorded video/flv<br>
* from client(s) : play live streaming video and audio <br>
* publish<br>
* to client(s)(+server...
= RubyIZUMI =
RubyIZUMI is an open source RTMP Server for Flash Video/Audio Streaming.
It is written in (Pure) Ruby and it supports to broadcast MP4(H.264 + AAC).
You can watch it on the latest Flash player on your browser.
== Flash Player Version ==
*RubyIZUMI can play with the latest Fla...
This project has been renamed to [http://code.google.com/p/rtmplite/ rtmplite] and can be accessed from http://code.google.com/p/rtmplite/.
=Home of the project moved [http://www.rtmpd.com here]=
Download videos from various Flash-based video hosting sites, without having to use the Flash player. Handy for saving videos for watching offline, and means you don't have to keep upgrading Flash for sites that insist on a newer version of the player.
=== Supports Linux, Windows and OS X - see [...
=A Rtmp client for PHP=
=== Usage ===
{{{
<?
require "RtmpClient.class.php";
$client = new RtmpClient();
$client->connect("localhost","myApp");
$result = $client->myRemoteMethod($arg1,$arg2);
var_dump($result);
$client->close();
?>
}}}
[HowTo How to here!]
*feedbacks will be app...
This is an attempt of a server-side implementation of the non-standard (and mostly undocumented) RTMP Video streaming protocol as used in the flashplayer.
===Project status:===
===This is pre-beta software. Most probably it simply won't work for you, it also might behave in an unexpected way a...
*NEHET project* is aimed for IP telephony (VoIP) between classical SIP phones and Flash streaming applications.
Main goal of the project is to create a gateway for Flash applications, which can communicate with SIP phones. The gateway behave as a server for Flash applications (RTMP server) and as...