So a couple of tests and a separate one with wireshark for the 401 errors on 192.168.1.33 requests. All using version 1.13.8.5395
- Enable verbose Logging for Plex Media Server: go to
Settings
/ Server
/ General
/ Show Advanced
and enable verbose and debug logging
- Enable Transcoder verbose Logging. Using RegEdit, locate this in the registry
HKEY_CURRENT_USER\Software\Plex, Inc.\Plex Media Server
Right Click on Plex Media Server
and select New
→ String Value
and give the new item the name TranscoderLogLevel
- note it is case sensitive. Give it a value of verbose
. Exit Regedit
- Restart the server to get fresh logs
- You can combine the wireshark test with this test. So launch Wireshark and capture all traffic from the network interface (we are not doing any wireshark for the tuner issue as that is complex since it would be loopback].
- Attempt to stream live video from channel 107
- Collect the logs when you get the error
- Save the wireshark capture and zip and send me by Private Message
- Revert to default logging (Disabling Verbose logging in server settings and deleting registry key
TranscoderLogLevel
For the next test, it will be using curl.exe and will need you to find the server security token so it can be used in requests. To find the server token, copy it out of PlexOnlineToken
in the registry area - or follow the steps here and use a Plex Web token - see https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
Now download curl.exe from curl - Download - link for windows downloads curl for Windows
Download the curl project 64-bit - current version 7.61.1
unzip and pick the curl.exe
from the bin folder and copy it to a test directory - eg
%LocalAppData%\Plex Media Server\DVR-Curl-Tests
The test in curl would basically try to capture the stream from channel 107 from the tuner (whilst Plex Media Server is running - but not using any tuner at the time)
So let us restart the server for this test
Wait few minutes
So start a command line window
cd to the directory you saved curl.exe in
CD %LocalAppData%\Plex Media Server\DVR-Curl-Tests
Then prepare this text to paste into the window
curl.exe "http://127.0.0.1:32600/devices/compound_device041dvb%23bda%23usb%23vid_2040%26pid_0265%230013909418%23/media/triplet%3A%2F%2F9018%3A40960%3A40960?param=%3C%3Fxml%20version%3D%221%2E0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Ctunedata%3E%3Ctt%3E4%3C%2Ftt%3E%3Cdq%3E0%3C%2Fdq%3E%3Cdr%2F%3E%3Cfr%3E745833%3C%2Ffr%3E%3Cmd%3E0%3C%2Fmd%3E%3Csr%3E0%3C%2Fsr%3E%3Cpl%3E0%3C%2Fpl%3E%3Clf%3E8%3C%2Flf%3E%3Cl1%3E0%3C%2Fl1%3E%3Cl2%3E0%3C%2Fl2%3E%3Cls%3E0%3C%2Fls%3E%3Cpp%3E0%3C%2Fpp%3E%3Chz%3E0%3C%2Fhz%3E%3Cin%3E0%3C%2Fin%3E%3Cfc%3E0%3C%2Ffc%3E%3Ct%3E40960%3C%2Ft%3E%3Cn%3E9018%3C%2Fn%3E%3Cs%3E40960%3C%2Fs%3E%3Cen%3E0%3C%2Fen%3E%3C%2Ftunedata%3E%0A&X-Plex-Token=xxxxxxxxxxxxxxxxxx" > DVRChan107Grab.ts
The xxxxxxxxxxxxxxxxxx
at the end you need to replace with the server token string
When you have that text ready including the quotes - paste into the command line window and press Enter key
If it is successful, you will see the time and size incrementing as it writes the stream capture to the file DVRChan107Grab.ts
in that directory
You can break-in after a few minutes and check the file with a video player.
Upload the DVRChan107Grab.ts
file to dropbox ot similar service
Upload your logs zip from the first test and link to where the ts file was uploaded
Thanks