arut / nginx-ts-module

NGINX MPEG-TS Live Module
BSD 2-Clause "Simplified" License
422 stars 91 forks source link

Play TS. Is this possible? #22

Closed mesouug closed 6 years ago

mesouug commented 7 years ago

Good day.

Does it possible to play TS stream without any conversion to HLS or DASH?

Thanks, Mikhail.

arut commented 6 years ago

It's up to your player. Browsers aren't usually capable of that.

mesouug commented 6 years ago

No. I meant not to play HLS or DASH but rather play stream as is. For example I can use ffmpeg to push TS stream to module. Can I play this stream with another ffmpeg using same URL as used to push the stream similar to rtmp module? For example to feed multiple clients with raw TS.

arut commented 6 years ago

Oh, I get it. No, currently it's not supported and probably will never be. However I will probably support (push) exec which will receive mpeg-ts on stdin. This will probably solve most issues.