Hi everyone, <br><br>I am trying to use gstreamer to play a mpeg-ts stream from standard input using hdhomerun device.<br><br>Here is the command that can get <b>audio only</b><br><br>hdhomerun_config 1310054B save /tuner2/ - | gst-launch-0.10 playbin2 uri=file:///dev/stdin video-sink=dri2videosink<br>
<br>I have also save the stream as a ts file, here is link<br><br><a href="https://www.dropbox.com/s/c34kxzfe4cnkkmd/pandacap.ts" target="_blank">https://www.dropbox.com/s/c34kxzfe4cnkkmd/pandacap.ts</a><br><br>here is the log that gstreamer had generated during playback<br>
<br><a href="http://pastebin.com/aA5LEzPM" target="_blank">pastebin.com/aA5LEzPM</a><br><br>How
 to make it both video and audio working? From the log I only can see 
it's missing the decoder for audio, but the only output I can get is 
audio which makes me confused.<br><br>Thanks and regards.<br><br>Linus