feat(stream): implement stream processing service with routes for managing streaming URLs; add support for concurrent processing and metadata extraction
This commit is contained in:
@@ -11,7 +11,7 @@ from app.services.decorators import (
|
||||
)
|
||||
from app.services.vlc_service import vlc_service
|
||||
|
||||
bp = Blueprint("soundboard", __name__, url_prefix="/api/soundboard")
|
||||
bp = Blueprint("soundboard", __name__)
|
||||
|
||||
|
||||
@bp.route("/sounds", methods=["GET"])
|
||||
|
||||
Reference in New Issue
Block a user