Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BigBadOwl/iPhone-Rtmpdump
A version of Rtmpdump 2.3 that compiles for iPhone
https://github.com/BigBadOwl/iPhone-Rtmpdump
Last synced: 3 months ago
JSON representation
A version of Rtmpdump 2.3 that compiles for iPhone
- Host: GitHub
- URL: https://github.com/BigBadOwl/iPhone-Rtmpdump
- Owner: BigBadOwl
- License: gpl-2.0
- Created: 2010-12-07T09:32:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-07T09:57:51.000Z (almost 14 years ago)
- Last Synced: 2024-05-15T04:30:55.263Z (6 months ago)
- Homepage:
- Size: 73.6 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Minor changes had to be made
librtmp/hashswf.c
Changed lines 499, 500 to
path = malloc(hpre.av_len + home.av_len + sizeof(DIRSEP "Documents/.swfinfo"));
sprintf(path, "%s%s" DIRSEP "Documents/.swfinfo", hpre.av_val, home.av_val);This allows it to work within an iPhone Apps documents directory. I tried setting the Environment variables, but without success.
Use the buildfat.sh script to build a binary library which will work in the simulator and iPhone
To build with OpenSSL (needed for rtmpe) use the OpenSSL from my GitHub and change the buildfat.sh to link to the correct location.The Download Manager project shows how to use the library.