Thanks for that tip!
I've done my tests by now, the picture is pretty conclusive, the main problems are ac3 and aac:
Note: build used from 15th Oct. Last commit: linuxdvb_adapter: remove.. (2637ee0aad72f1cff14814e3f4782405b1094d64)
## vlc-playback
- aac-transcoded-streams have no sound, a stream shows up, but no sound (actually
that can only be verified for mpga->aac, as ac3->aac doesn't work for another
reason).
- no ac3-decoding, log message: ac3-decoder not found (although this test used a
fresh build from a fresh checkout with --enable-libffmpeg_static). So ac3-sound
works if the client supports it, but it cannot be transcoded.
- hd-transcodings return two audio-streams (as reported by vlc) while the source
has only one. Vlc does not allow to select that second stream, though. And
the dvbs-stream from the original is not returned in the transcode.
- the mpegts-stream seems to be pretty broken
So at the moment HD-streams cannot be transcoded for clients that only support aac
or libvorbis audio.
### Profiles:
- matroska (passthrough): SD & HD sound&video ok
- pass: SD & HD sound&video ok
- transcoding codecs
-- webtv-h264-aac-matroska (384): SD: no-sound, no image, HD: sound-and image,
but: wrong audio-codec (a52), two audio streams, lost undf stream
-- webtv-h264-aac-mpegts (384): HD&SD: stream never get's stable, automatic unsubscribe
-- webtv-h264-vorbis-webm (384): SD&HD: sound & image work, but HD audio wrong
codec (as above)
-- webtv-vp8-aac-webm (384): SD: no sound, video works, HD: video and sound work,
but sound is wrong codec (as above)
-- webtv-vp8-vorbis-webm (384): SD&HD work, but HD using ac3 (as above)
## tvh WebUI-playback:
- SD: no image no sound
- HD: image but no sound (ac3-decoder not found)
- resolution-switch not-functional
- cosmetical WebUI-player often opens with "Unspecified error"
## little/unrelated issues found on the way
- help in stream-configuration missing
- build-problem (?): the libav_static build seems not to be changed once detected,
even if there are build-configuration changes
I made tables where log messages for each profile are copied. If somebody would
like to see them let me know. It's a lot of lines, so I omitted posting it for now...
Best
.r.