[App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

for D series MIPS models (firmware T-MST5...)
Post Reply

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

[App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by sectroyer »

This patch fixes the bug in Movie Player which causes mpeg-ts video files with multiple streams to not be recognized and as a result not playable.


For testing, not permanent!
After reboot TV starts in original state.
  1. Download patch file
    mpegtspatch.zip
    and extract from archive
  2. Via ftp transfer mpegtspatch file to /mtd_rwcommon/
  3. give proper permissions (telnet/netcat):

    Code: Select all

    chmod 775 /mtd_rwcommon/mpegtspatch
    if error, try
    SpoilerShow

    Code: Select all

    chmod +x /mtd_rwcommon/mpegtspatch
  4. Inject patch:

    Code: Select all

    cd /mtd_rwcommon
    ./mpegtspatch -n exeDSP -d
    
  5. Go to Movie Player and check :)

Autostart mpegtspatch as part of SamyGO Extensions
  1. Download "mpegtspatch" patch and script file:
    01_02_mpegts.rar
  2. extract files from archives
  3. Copy "mpegtspatch" patch over FTP to TV :

    Code: Select all

    /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin/
  4. Copy "01_02_mpegts.init" script over FTP to TV :

    Code: Select all

    /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/
You do not have the required permissions to view the files attached to this post.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
magiel
Posts: 3
Joined: Sun Sep 07, 2014 12:16 am

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by magiel »

Missing "mpegtspatch" script!!!

Thanx for Font Size Color Patch@PVR Player Seek Patch but this patch probably does not work.

Output console:

chmod +x /mtd_rwcommon/mpegtspatch
chmod 775 /mtd_rwcommon/mpegtspatch

mpegtspatch -n exeDSP -d
/bin/sh: mpegtspatch: Permission denied



Sorry for my English :)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by sectroyer »

Hooray. Some MIPS tester:D
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by juusso »

what about:

Code: Select all

/mtd_rwcommon/mpegtspatch -n exeDSP -d
or

Code: Select all

cd /mtd_rwcommon
./mpegtspatch -n exeDSP -d
:) ?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by sectroyer »

juuso wrote:what about:

Code: Select all

/mtd_rwcommon/mpegtspatch -n exeDSP -d
or

Code: Select all

cd /mtd_rwcommon
./mpegtspatch -n exeDSP -d
:) ?
Hehe changed :) Anyway if you can upload the script for it :) I will try making samyGOrc :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by juusso »

sectroyer wrote: Anyway if you can upload the script for it :) I will try making samyGOrc :)
more or less done
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by sectroyer »

juuso wrote:
sectroyer wrote: Anyway if you can upload the script for it :) I will try making samyGOrc :)
more or less done
Hehe, good :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
magiel
Posts: 3
Joined: Sun Sep 07, 2014 12:16 am

Re: [App] MPEG-TS Patch for D55xx/57xx/69xx MIPS/MSTAR

Post by magiel »

Thx, now theoretically works :D Earlier I had problems with some files .ts but now I have no way to check this

Post Reply

Return to “MIPS”