muxpie / livestream-companion

MuxPie LiveStream Companion
GNU General Public License v3.0
9 stars 3 forks source link

plex desktop Playback Error #8

Open coreyman2000 opened 11 months ago

coreyman2000 commented 11 months ago

Playback Error This live TV session has ended this is the error in the docker log FFMPEG process stopped unexpectedly: exit status 1

'seems to work fine on web and other device firetv etc.

searched google and found these with xteve , how do i make this change here? https://github.com/xteve-project/xTeVe/issues/331 I think I have this figured out. In the Plex Server logs I noticed this: ERROR - [Req#6b158/Transcode/5g8sh36g2xh37lnm965lx6r1/eeb1e4f8-828b-4440-93d2-e9388e55f73b] [matroska @ 0x7f139ffd3340] Error parsing AAC extradata, unable to determine samplerate.

So, i changed the ffmpeg audio codec in xTeVe by adding -c:a ac3 to the "FFmpeg Options" right after -c copy so the whole line is now: -hide_banner -loglevel error -i [URL] -c copy -c:a ac3 -f mpegts pipe:1