An open API service indexing awesome lists of open source software.

https://github.com/mntone/rtmpclient

RtmpClient for Windows Runtime
https://github.com/mntone/rtmpclient

communication media rtmp windows windows-8 windows-8-1 windows-phone windows-phone-8-1 windows-runtime

Last synced: 9 months ago
JSON representation

RtmpClient for Windows Runtime

Awesome Lists containing this project

README

          

# RtmpClient for Windows Runtime

[![NuGet](https://img.shields.io/nuget/v/RtmpClient.svg?style=flat-square)](https://www.nuget.org/packages/RtmpClient/) [![Downloads](https://img.shields.io/nuget/dt/RtmpClient.svg?style=flat-square)](https://www.nuget.org/packages/https://img.shields.io/nuget/v/RtmpClient.svg?style=flat-square/) [![License](https://img.shields.io/github/license/mntone/RtmpClient.svg?style=flat-square)](https://github.com/mntone/RtmpClient/blob/master/license.md)

This client treats rtmp streaming, just like Adobe Flash Player. Now, only rtmp is available.

## Environment
You can use:

- Windows (8.1),
- Windows Phone (8.1).

## License
This component and demoapp is “2-clause BSD license.”
You must check “[license.md](./license.md).”

## API reference
If you know these in detail, you check “[Document](./Document/)” folder. However, this file is not latest!

## Beta version Phase II
This component is debugged with Windows 8.1 and Windows Phone 8.1 Emulator. However, implementation of error or exit transaction is not completed.

Thus, this component sometimes changes API endpoints.

## TODO
- rtmps/rtmpt/rtmpe streaming handle
- SharedObject handle
- more useful, just like callback assigns parameter.
- and so on…

## Related projects
- [Action Message Format for Windows Runtime](//github.com/mntone/Data.Amf)