hudl / HudlFfmpeg

Hudl.Ffmpeg framework
Apache License 2.0
112 stars 32 forks source link

Add support for data streams #62

Closed JoelHensley closed 8 years ago

JoelHensley commented 8 years ago

Streams with codec_type=data were being recognized and cast as AudioStream instead of DataStream. Therefore if a file had a video stream and data stream but no audio stream, the container was incorrectly detecting an audio stream in the file.

Casey-Bateman commented 8 years ago

You need to add a ContainsStream attribute on all the resources that accept the data stream