Skip to content
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

if rtmpurl's connection isn't close,exit program ,program restart call the same rtmp again,process will be crash #33

Open
luowqn opened this issue Dec 4, 2017 · 0 comments

Comments

@luowqn
Copy link

luowqn commented Dec 4, 2017

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 same thing again,process will be crash .
my code:
import librtmp conn = librtmp.RTMP(rtmpurl, live=True) conn.connect() stream = conn.create_stream() data = stream.read(1024)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant