VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. I actually tried to download the video aired at the moment on the website www.suprememastertv.com

    found this

    <title>Conserving the World's Resources - Part 2 of 2</title>
    <description>July 15, 2013 ~ Europe - DVD# 1022</description>
    <media:content url="/2013Euro/DVD-1022-360P-P2v2.mp4" />
    <media:thumbnail url="/playlist/img/DVD-1022-360P-P2.jpg" />
    <jwplayer:provider>rtmp</jwplayer:provider>
    <jwplayer:streamer>rtmps://53272e9ba9a08.streamlock.net/s-vod</jwplayer:streamer>

    tried this

    ffmpeg -i "http://53272e9ba9a08.streamlock.net:1935/s-vod/_definst_/2013Euro/DVD-1022-360P-P2v2.mp4/playlist.m3u8" -c copy -absf aac_adtstoasc DVD-1022-P2.mp4

    and it gave
    HTTP error 403 Forbidden
    Input/output error

    Some one can help please?
    Last edited by redwudz; 16th May 2015 at 12:21.
    Quote Quote  
  2. Originally Posted by bfa1trung View Post
    I actually tried to download the video aired at the moment on the website www.suprememastertv.com

    found this

    <title>Conserving the World's Resources - Part 2 of 2</title>
    <description>July 15, 2013 ~ Europe - DVD# 1022</description>
    <media:content url="/2013Euro/DVD-1022-360P-P2v2.mp4" />
    <media:thumbnail url="/playlist/img/DVD-1022-360P-P2.jpg" />
    <jwplayerrovider>rtmp</jwplayerrovider>
    <jwplayertreamer>rtmps://53272e9ba9a08.streamlock.net/s-vod</jwplayertreamer>

    tried this

    ffmpeg -i "http://53272e9ba9a08.streamlock.net:1935/s-vod/_definst_/2013Euro/DVD-1022-360P-P2v2.mp4/playlist.m3u8" -c copy -absf aac_adtstoasc DVD-1022-P2.mp4

    and it gave
    HTTP error 403 Forbidden
    Input/output error

    Some one can help please?
    hi

    Code:
    ffmpeg -i "http://188.40.118.204:1935/vod/_definst_/DVD-1022-360P-P2v2/playlist.m3u8" -c copy -absf aac_adtstoasc DVD-1022-P2.mp4
    Quote Quote  
  3. Thanks biezom,

    I tried to catch the 480 resolution video by replacing 360P to 480P, it did not work, can you help?
    Quote Quote  
  4. Thanks biezom,

    I tried to catch the 480 resolution video by replacing 360P to 480P, it did not work, can you help?
    Quote Quote  
  5. Originally Posted by bfa1trung View Post
    Thanks biezom,

    I tried to catch the 480 resolution video by replacing 360P to 480P, it did not work, can you help?
    480p
    Code:
    rtmpdump -v -r "rtmps://5326e9482b79a.streamlock.net/s-vod" -a "s-vod" -W "http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf" -p "http://www.suprememastertv.com/playlist/euro-playlist-sub-480.php" -y "mp4:/2013Euro/DVD-1022-480P-P2v2.mp4" -T "tlsdmltkfkd10" -o "DVD-1022-P2-480p.flv"
    or 720p
    Code:
    rtmpdump -v -r "rtmps://5326e9482b79a.streamlock.net/s-vod" -a "s-vod" -W "http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf" -p "http://www.suprememastertv.com/playlist/euro-playlist-sub-720.php" -y "mp4:/2013Euro/DVD-1022-720P-P2v2.mp4" -T "tlsdmltkfkd10" -o "DVD-1022-P2-720p.flv"
    Quote Quote  
  6. great, thanks again biezom,

    could you tell how to find the Token please?
    Quote Quote  
  7. great, thanks again biezom,

    could you tell how to find the Token please?
    Quote Quote  
  8. Originally Posted by bfa1trung View Post
    great, thanks again biezom,

    could you tell how to find the Token please?
    http://www.showmycode.com/

    Code:
    http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf
    this._connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "tlsdmltkfkd10"));
    Quote Quote  
  9. Download "SWF Decompiler.rar" at http://www.mediafire.com/?lm8qilr6451bygi
    unrar the file so you have "SWF Decompiler" folder

    run SWF Decompiler.bat

    pageUrl= paste http://www.suprememastertv.com/playlist/euro-playlist-sub-720.php
    swfUrl= paste http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf

    wait and a file Token.txt is created in the folder (maybe you need update your file browser to see it) open it and you can read the result

    it works in this case sometimes it's harder you need read flash memory
    Quote Quote  
  10. Thanks CristianoA found the Token right away

    Thanks biezom but i'am still waiting for the Token.txt to be created.

    How do you catch the video link cause i see your link is slightly different :5326e9482b79a.streamlock.net, 188.40.118.204, from mine 53272e9ba9a08.streamlock.net, please !
    Quote Quote  
  11. Originally Posted by bfa1trung View Post
    Thanks CristianoA found the Token right away

    Thanks biezom but i'am still waiting for the Token.txt to be created.

    How do you catch the video link cause i see your link is slightly different :5326e9482b79a.streamlock.net, 188.40.118.204, from mine 53272e9ba9a08.streamlock.net, please !
    I go to the mobile site

    http://www.suprememastertv.com/m/europe-seminar.php

    and i use adblock plus addon on firefox
    Name:  0adblock.png
Views: 1337
Size:  10.2 KB

    Click image for larger version

Name:	0master.png
Views:	485
Size:	50.9 KB
ID:	31754


    5326e9482b79a.streamlock.net or 53272e9ba9a08.streamlock.net it's not important just differents servers, surely according to our locations


    rtmpdump works too with 53272e9ba9a08.streamlock.net


    Code:
    rtmpdump -v -r "rtmps://53272e9ba9a08.streamlock.net/s-vod" -a "s-vod" -W "http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf" -p "http://www.suprememastertv.com/playlist/euro-playlist-sub-480.php" -y "mp4:/2013Euro/DVD-1022-480P-P2v2.mp4" -T "tlsdmltkfkd10" -o "DVD-1022-P2-480p.flv"
    Code:
    rtmpdump -v -r "rtmps://53272e9ba9a08.streamlock.net/s-vod" -a "s-vod" -W "http://suprememastertv.com/mediaplayer-5.10/SMPlayer.swf" -p "http://www.suprememastertv.com/playlist/euro-playlist-sub-720.php" -y "mp4:2013Euro/DVD-1022-720P-P2v2.mp4" -T "tlsdmltkfkd10" -o "DVD-1022-P2-720p.flv"
    Quote Quote  
  12. Thanks biezom, i was trying wireshark but could not find it
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!