VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 10 of 10
  1. Streaming

    Any help please? Tried sniffing URL to start with but nothing gets out
    Quote Quote  
  2. IDM
    or yt-dlp

    Code:
    yt-dlp https://cloudreplay.ftven.fr/cd587967ed526/1109628989_monde_TA.ism/ZXhwPTE2NTE5Mjk3NzB+YWNsPSUyZmNkNTg3OTY3ZWQ1MjYlMmYxMTA5NjI4OTg5X21vbmRlX1RBLmlzbSp+aG1hYz03YjgwOTNhNDI1MzJiMWM2Yzc4ZjVjMDA1NDk5MGU5ZGY2NjI5OThmZmVlOGJkZjdjMzY2NGU1NDJlZmY4N2Ey/manifest.mpd
    discord=notaghost9997
    Quote Quote  
  3. Thanks a lot! Can you please tell me how you got that link? I have read some pages already but have not figured it all out...
    Quote Quote  
  4. Originally Posted by bapop View Post
    Thanks a lot! Can you please tell me how you got that link? I have read some pages already but have not figured it all out...
    - open link in browser
    - press F12 to open developer tools
    - go to the network tab
    - filter for "mpd"
    - refresh the page (F5) and play the video
    - in network tab it should show the mpd url
    Image
    [Attachment 64711 - Click to enlarge]
    Quote Quote  
  5. You're awesome. Are there other common protocols nowadays that I should be looking out for, besides mpd?
    Quote Quote  
  6. Sorry for posting in the wrong topic. Can anyone help me please?
    How can I play m3u8 with aes--128 on kodi. This is m3u8 content
    Code:
    https://r5yqppqecmliv.vcdn.cloud/manifest/vtv1/playlist_720p.m3u8
    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:6
    #EXT-X-MEDIA-SEQUENCE:2281559
    #EXT-X-STREAM-MEDIA-ID:9E9961B7A5356FC70E0D48237426BD63
    #EXT-X-STREAM-DENIED:MTIz
    #EXT-X-STREAM-SIGNAL:95EC9B812E5EB809CF006E4F22E87E3A
    #EXT-X-KEY:METHOD=AES-128,URI="https://sdrm.vgame.us/verify?key=x9UTFEU9KSlPmtKjiUgLZZTPkTrtqHaIOXxH5GdP384%3D&chanel=vtv1&mode=live"
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281559.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281560.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281561.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281562.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281563.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281564.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281565.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281566.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281567.ts
    #EXTINF:6.000000,
    /media-static/1f3ba24de9/432b8b27-a16d-486d-8ea6-baf22c62e9fe/720p-2281568.ts
    Thanks very much.
    Quote Quote  
  7. Originally Posted by bapop View Post
    Are there other common protocols nowadays that I should be looking out for, besides mpd?
    m3u8 link (same as mpd link)

    anyway if you don't want search and prefer an easier way, use IDM as mentioned by notaghost above. immediate and fast for a simple site like yours
    Last edited by lomero; 8th May 2022 at 03:05.
    Quote Quote  
  8. Awesome. Thank you guys, you rock

    Originally Posted by lomero View Post
    m3u8 link (same as mpd link)

    anyway if you don't want search and prefer an easier way, use IDM as mentioned by notaghost above. immediate and fast for a simple site like yours
    Quote Quote  
  9. Originally Posted by ipvtv View Post
    How can I play m3u8 with aes--128 on kodi.
    You probably need a KODI add-on for that.
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  10. Originally Posted by [ss]vegeta View Post
    Originally Posted by ipvtv View Post
    How can I play m3u8 with aes--128 on kodi.
    You probably need a KODI add-on for that.
    Is's playable if I add to a IPTV playlist. Like that

    Code:
    #EXTINF:-1 tvg-id="vtv1hd" group-title="Test" tvg-logo=" ", VTV1 HD
    #KODIPROP: inputstreamaddon=inputstream.adaptive
    #KODIPROP: inputstream.adaptive.manifest_type=hls
    #KODIPROP:inputstream.adaptive.license_key=https://sdrm.vgame.us/verify?key=x9UTFEU9KSlPmtKjiUgLZZTPkTrtqHaIOXxH5GdP384%3D&chanel=vtv1&mode=live
    https://r5yqppqecmliv.vcdn.cloud/manifest/vtv1/playlist_720p.m3u8
    and it can be play by a IPTV app?
    Last edited by ipvtv; 8th May 2022 at 11:00.
    Quote Quote  



Similar Threads

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