Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcoder Not Working #15

Closed
warhorse-bot opened this issue Jan 23, 2018 · 0 comments
Closed

Transcoder Not Working #15

warhorse-bot opened this issue Jan 23, 2018 · 0 comments

Comments

@warhorse-bot
Copy link

Trying to play a video through the web interface and all i see is this in the logs.

[tcp @ 0x42c8d00] Connection to tcp://127.0.0.1:32400 failed: Connection refused
[libx264 @ 0x341d4c0] frame=37510 QP=23.01 NAL=2 Slice:P Poc:40  I:44   P:484  SKIP:642  size=6108 bytes
[http @ 0x445d4a0] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
[tcp @ 0x437ad60] Connection to tcp://127.0.0.1:32400 failed: Connection refused

The video will not play. From the looks of your go code, you're replacing three arg values for the transcoder with the PMS master address. The command I am seeing on the transcoder is. I see there are being replaced though I only see two.

/usr/lib/plexmediaserver/Plex Transcoder -codec:0 h264 -codec:1 aac -i /data/test.mkv -filter_complex [0:0]scale=w=720:h=406[0];[0]format=pix_fmts=yuv420p|nv12[1] -filter_complex [0:1] aresample=async=1:ocl='stereo':osr=48000[2] -map [1] -codec:0 libx264 -crf:0 21 -maxrate:0 1331k -bufsize:0 2662k -r:0 29.969999999999999 -preset:0 veryfast -x264opts:0 subme=2:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 expr:gte(t,0+n_forced*3) -map [2] -metadata:s:1 language=eng -codec:1 aac -b:1 162k -f dash -min_seg_duration 3000000 -skip_to_segment 1 -time_delta 0.0625 -manifest_name http://plex-kube-plex:32400/video/:/transcode/session/ohqao3aqifnu71c7yt27kwbu/6f575c59-5583-4953-b794-3b46605c68cd/manifest -avoid_negative_ts disabled -map_metadata -1 -map_chapters -1 -movflags +faststart dash -start_at_zero -copyts -vsync cfr -y -nostats -loglevel debug -loglevel_plex debug -progressurl http://plex-kube-plex:32400/video/:/transcode/session/ohqao3aqifnu71c7yt27kwbu/6f575c59-5583-4953-b794-3b46605c68cd/progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant