portier/source/rtmp/signals.py

5 lines
88 B
Python
Raw Normal View History

from django.dispatch import Signal
stream_active = Signal()
stream_inactive = Signal()