arut / nginx-live-module

HTTP live module
BSD 2-Clause "Simplified" License
67 stars 17 forks source link

Nginx MPEGTS testing #3

Closed matthiasfostel closed 5 years ago

matthiasfostel commented 5 years ago

I have been testing the Live module for re-transmitting MPEG-TS for a project. I followed your short example and it works but only on the first connection. Each re-connect requires that I restart the Nginx service. I am wondering if I have something misconfigured or missing a step. Any pointers on where to start troubleshooting would be helpful. Thank you in advance!

Fisher-mast commented 3 years ago

I have been testing the Live module for re-transmitting MPEG-TS for a project. I followed your short example and it works but only on the first connection. Each re-connect requires that I restart the Nginx service. I am wondering if I have something misconfigured or missing a step. Any pointers on where to start troubleshooting would be helpful. Thank you in advance!

Same here. Did you solve this problem?

matthiasfostel commented 3 years ago

No. I read through the code and could not figure out what was happening so I migrated to a MPEG-Dash solution instead.