shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

How to config the input file not transcode just packager? #40

Closed Romantic-LiXuefeng closed 4 years ago

Romantic-LiXuefeng commented 5 years ago

Use case: To input a stream with 1080p, want to output 3 HLS streams with 1080p, 720p, 640p, so the output 1080p stream just need to package, other two stream need to transcode and package. How to config?

joeyparrish commented 5 years ago

Sorry, that's not supported. As you've discovered recently in https://github.com/google/shaka-packager/issues/665#issuecomment-544135951, there may be compatibility issues with the original encoding.

joeyparrish commented 4 years ago

Also, if you want to package only, you could always use Shaka Packager directly.

Thanks for your feedback!