python-librtmp icon indicating copy to clipboard operation
python-librtmp copied to clipboard

python-librtmp is a RTMP client library. It uses the implementation provided by librtmp via cffi.

Results 23 python-librtmp issues
Sort by recently updated
recently updated
newest added
trafficstars

"fatal error: 'librtmp/rtmp.h' file not found" Hi, another one having troubles installing `python-librtmp` to Mac OS X, I tried a few different calls/methods for the install (pip, easy_install, etc) but...

Hi, I'm trying to install librtmp on a python 3.5 environment with pip 19.1.1, but keep getting the following error, Any clue how to solve it?: ` ERROR: Complete output...

librtmp._librtmp.c build\temp.win-amd64-3.7\Release\librtmp._librtmp.c(493): fatal error C1083: Cannot open include file: 'librtmp/rtmp.h': No such file or directory error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2

Hi chrippa, Thanks for your work on developing this great project. I am a developer from China. Recently, I am using python-flashmedia to read flv file and push the stream...

``` >>> import librtmp Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\librtmp\__init__.py", line 8, in from ._librtmp import ffi, lib as librtmp ImportError: DLL load failed:...

This module is working excellently using the streaming example, to connect to a server, and print out the first 1024 bytes. However, there is no explanation as to how this...

According to documentation on https://pythonhosted.org/python-librtmp/, the `stop` argument is in seconds, but it seems to be in milliseconds.

Hello, Is there any guide how to crosscompile python-librtmp? The most interesting architechures is mipsel (and arm). Thanks

question

I can't install use commad `pip install python-librtmp` said need Microsoft Visual C++ 14.0. who can give me a file by py35 on windows10? Now, I try to install Microsoft...

hello i have a question ,Can you help me ? I create two thread ,one tread call rtmpurl(exists),other thread call rtmpurl(not exits),the process was force exit by me. Do the...