Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Network streams reading added

Compare
Choose a tag to compare
@zergon321 zergon321 released this 05 Mar 14:38
· 5 commits to master since this release

It's now possible to read network streams via RTMP, RTSP, etc. just like usual media files. See examples/rtmp. It's the same as examples/player, but the NetworkInitialize function needs to be called before opening the network stream. The stream address (for example, rtmp://127.0.0.1/live/stream) needs to be supplied for NewMedia as a file name.

Fixed obtaining the number of streams in the media (it may not be present before finding the stream info).