0xpr03 / yamba

[archived] ts3 music bot with full youtube-dl support, fine grained permissions & web interface
GNU General Public License v3.0
1 stars 0 forks source link

YT streams #33

Open 0xpr03 opened 5 years ago

0xpr03 commented 5 years ago

YouTube streams are only valid for ~6 hours, afterwards the stream link becomes invalid. If gst-player reports some kind of error for this we could catch it and re-resolve the link. The downside is that this will lead to some seconds of downtime during the fetch process. Another solution would be to setup a timer when such a stream source is detected and restart the stream by our self. This would prevent any downtime.

0xpr03 commented 5 years ago

cc @OliverHabersetzer @TurtleTony