-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow multiple streams at once #2
Comments
Do you have an idea on how to solve it?
…On Sun 22. Jul 2018 at 19:37 dragon299 < dragon299 ( dragon299 ***@***.***> ) > wrote:
I love frizzante and it works perfectly but as mentioned in the readme
file the support for multiple streams is still missing. I would love that
feature and would like to know if this is coming in the near future.
Unfortunately I am not familiar with ruby. Otherwise I would have created
a pull request already.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (
#2 ) , or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAUMuzPbnXfrFOQFEvics0NjQADrjJBuks5uJLhKgaJpZM4VaFEf
).
|
@dragon299 your input is highly appreciated - if you have ideas or can propose a way on how to easily get around the ip limit, I would be glad to integrate it. |
I do not use a fritzbox but a "AVM FRITZ!WLAN Repeater DVB-C (Dual-Tuner (DVB-C)". So this device is able to provide two streams concurrently. I guess the only missing part is to allow two frizzante sessions? From my tests the fritz repeater does choose the tuner by its own. So its not necessary to provide anything in the RTSP url. |
Okay. I invested a few hours and this problem is really taff to fix. I am pretty sure you can not do it by code. Its working now for me. Here is what I did: You need two different Ips when you access the tuner. It will not work from one ip. Create a second IP on your interface:
Create a new docker network: Create two frizzante docker containers:
Create a iptables NAT rule to make sure the second container will use the second IP: Install haproxy to loadbalance the two containers: Setup the config for haproxy:
Start the haproxy: Add frizzante to plex with IP: This is a huge workaround I guess but it works at least. I would really appreciate to hear other ideas on how to make this work. |
@dragon299 did you test fritzos 07.00? |
Hi tobsch, first of all thanks for providing this docker container! It's working properly. I'm using following setup:
I've noticed that two streams concurrently isn't working on my side with current OS version. |
I tested my configuration with fritzos 7.12. It does still not work, if you try to open two streams from the same ip. |
I love frizzante and it works perfectly but as mentioned in the readme file the support for multiple streams is still missing. I would love that feature and would like to know if this is coming in the near future.
Unfortunately I am not familiar with ruby. Otherwise I would have created a pull request already.
The text was updated successfully, but these errors were encountered: