paulgalow / racoder

Transcode Internet radio and video streams to HTTP MP3 streams 📻
MIT License
9 stars 4 forks source link

Implement multiple streams #3

Open quantenProjects opened 2 weeks ago

quantenProjects commented 2 weeks ago

I implemented multiple streams into one process/container as discussed in #1.

Add extra URLs with | delimiter. In that case, setting OUTPUT_PATH is required.

I choose pipe | since it isn't allowed in URLs, so there shouldn't be conflicts.

Concurrent access of different (or the same) streams seems to work.