Noob help needed adding MPEG2 Decoder

Guys,

 

This is all new to me so I am after a bit of help.

 

I bought a Pi2 today and have managed to install Rasplex and it works beautifully, I am well impressed. I want to add the MPEG2 decoder as I also use DVBLogic and the SD streams use MPEG2.

 

My question is, how do I add the code once I have it. I installed Rasplex using the GetRasPlex installer, it auto boots straight into Plex and when I quit it just blank screens. What do I need to do to get it working please?

 

Thanks

Chris

Edit the config.txt.

You can edit over SSH the password for root is Rasplex or rasplex I cant remember.

Or you plug your SD card int the PC and edit there.

either you take out the sdcard and put it in another computer and edit the config.txt file.

OR

ssh into the pi and run:

mount /flash -o remount,rw
nano /flash/config.txt

then

find this line if it exists and replace the zeros with your key or add it if it doesn't exist.

decode_MPG2=0000000000

Awesome, thank you for the help