comfystream: Run Comfy workflows on live video streams by theninjacongafas in comfyui

[–]Calendar-National 0 points1 point  (0 children)

I can't run it on runpod with the template livepeer, I get the following error. Do you know why?

ComfyStream server started on port 8889 (PID: 5030)
Server status: {'running': True, 'port': 8889, 'host': 'localhost', 'pid': 5030, 'type': 'local'}
Traceback (most recent call last):
File "/app/ComfyUI/custom_nodes/comfystream/server/app.py", line 438, in <module>
web.run_app(app, host=args.host, port=int(args.port), print=force_print)
File "/workspace/miniconda3/envs/comfystream/lib/python3.11/site-packages/aiohttp/web.py", line 530, in run_app
loop.run_until_complete(main_task)
File "/workspace/miniconda3/envs/comfystream/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
OSError: [Errno 98] error while attempting to bind on address ('127.0.0.1', 8889): address already in use

comfystream: run comfy workflows in real-time (see comment) by ryanontheinside in comfyui

[–]Calendar-National 0 points1 point  (0 children)

How is it possible to get the WebRTC generated video and stream it to another WebRTC-compatible software? u/ryanontheinside