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
- Host: GitHub
- URL: https://github.com/mntone/rtmpclient
- Owner: mntone
- License: other
- Archived: true
- Created: 2013-09-25T11:08:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T01:24:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T05:53:59.364Z (over 1 year ago)
- Topics: communication, media, rtmp, windows, windows-8, windows-8-1, windows-phone, windows-phone-8-1, windows-runtime
- Language: C++
- Homepage:
- Size: 930 KB
- Stars: 27
- Watchers: 10
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# RtmpClient for Windows Runtime
[](https://www.nuget.org/packages/RtmpClient/) [](https://www.nuget.org/packages/https://img.shields.io/nuget/v/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)