-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNIX-flavored systems setup failing #10
Comments
You need to install the |
No, this library is simply Python bindings to the C library librtmp which only supports AMF0 currently. Edit: Actually, there is support to decode AMF3, but not encode. |
I can't seem to find the librtmp package available on OS X. So same issue for me |
Hi, I just spotted that this is similar to my problem too, I get the same error installing Would really love some help on this too! Thanks all! |
You either don't have librtmp installed or it's in a location that is not looked at by default. If you grab the source tree instead of using pip you can specify it manually like this:
"headers location" is the path where there is a "librtmp" directory containing .h files. "dynamic library location" is the path where "librtmp.dylib" file is located. |
Thanks for the reply chrippa! Too busy to try it out so far, the above code seems to make sense once I know where librtmp is installed etc.
Also, I did set up PLEX (and Python) a while ago, but removed it as it seemed to be way too resource heavy when serving media to AppleTV etc (possibly something to do with SoundFlower(?) and kernel panics). Maybe some old bits weren't removed properly? MASSIVE THANKS in advance! |
Also, I recently installed this through Homebrew, hoping to get librtmp installed on my system, in seemed to finish the installation without problem.. But didn't seem to help any of my my attempts to install python-librtmp.. |
I'm not sure if this works on OS X but you might be able to run
I doubt there is a way to magically do this without erasing the rest of your OS.
That installs ffmpeg, try installing rtmpdump/librtmp instead with |
FYI for Mac OS X users: To get librtmp, do |
No description provided.
The text was updated successfully, but these errors were encountered: