VideoHelp Forum
+ Reply to Thread
Results 1 to 12 of 12
Thread
  1. https://www.positionmusic.com/track/MTgyMDk3MTYtMDczZTRl

    streamlink -o "stream113.ts" "https://www.positionmusic.com/mpdproxy/full/MTgyMDk0NDAtNjk0MzQz/stream.mpd" best

    Turns out that you do need the extra data

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36" --http-header "Cookie=PHPSESSID=420d0624f48cac279d6b3a33c8843ac2; previewGridListView=1; csrfToken=lYarFGN9Vuhd9otqgM9wNOlXe9kS7Z3UA2xKYOQJmws; stMusicPlayerVolume=100" --http-header "Referer=https://www.positionmusic.com/track/Mzg5NTM1LTAwYjI4Ng" -o "stream333.ts" "https://www.positionmusic.com/mpdproxy/full/Mzg5NTM1LTAwYjI4Ng/stream.mpd" best
    Last edited by jack_666; 3rd Aug 2022 at 23:59. Reason: removed unnecessary info
    Quote Quote  
  2. Originally Posted by jack_666 View Post
    https://www.positionmusic.com/track/MTgyMDk3MTYtMDczZTRl

    streamlink -o "stream113.ts" "https://www.positionmusic.com/mpdproxy/full/MTgyMDk0NDAtNjk0MzQz/stream.mpd" best

    Turns out that you do need the extra data

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36" --http-header "Cookie=PHPSESSID=420d0624f48cac279d6b3a33c8843ac2; previewGridListView=1; csrfToken=lYarFGN9Vuhd9otqgM9wNOlXe9kS7Z3UA2xKYOQJmws; stMusicPlayerVolume=100" --http-header "Referer=https://www.positionmusic.com/track/Mzg5NTM1LTAwYjI4Ng" -o "stream333.ts" "https://www.positionmusic.com/mpdproxy/full/Mzg5NTM1LTAwYjI4Ng/stream.mpd" best
    So where & how do I find data for specific songs ? I know its in Network thingy
    Quote Quote  
  3. Use Stream Detector Addon for Firefox to find the good link

    Image
    [Attachment 66207 - Click to enlarge]
    Quote Quote  
  4. Originally Posted by cedric8528 View Post
    Use Stream Detector Addon for Firefox to find the good link

    Image
    [Attachment 66207 - Click to enlarge]
    That downloaded a 663 bytes file that does nothing
    Quote Quote  
  5. If you click on "stream.mpd" , It will copy the good link with the good data and you paste it in Command prompt.

    Image
    [Attachment 66214 - Click to enlarge]



    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0" --http-header "Cookie=https_not_enabled=1; expires=Thu, 05-Aug-2021 05:58:11 GMT; Max-Age=0; path=/; HttpOnly" --http-header "Referer=https://www.positionmusic.com/track/MTgyMDk3MTYtMDczZTRl" -o "stream.ts" "https://www.positionmusic.com/mpdproxy/full/MTgyMDk0NDAtNjk0MzQz/stream.mpd" best
    Image
    [Attachment 66213 - Click to enlarge]
    Last edited by cedric8528; 5th Aug 2022 at 01:36.
    Quote Quote  
  6. Originally Posted by cedric8528 View Post
    If you click on "stream.mpd" , It will copy the good link with the good data and you paste it in Command prompt.

    Image
    [Attachment 66214 - Click to enlarge]



    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0" --http-header "Cookie=https_not_enabled=1; expires=Thu, 05-Aug-2021 05:58:11 GMT; Max-Age=0; path=/; HttpOnly" --http-header "Referer=https://www.positionmusic.com/track/MTgyMDk3MTYtMDczZTRl" -o "stream.ts" "https://www.positionmusic.com/mpdproxy/full/MTgyMDk0NDAtNjk0MzQz/stream.mpd" best
    Image
    [Attachment 66213 - Click to enlarge]
    'streamlink' is not recognized as an internal or external command,
    operable program or batch file.

    I have no idea what that root thing is in your screen shot or if that makes a difference so FYI its not working even with Administration Command Prompt
    Quote Quote  
  7. Streamlink is an extra program that you need to download to use.

    Anyways, just can just use yt-dlp (or your favourite mpd downloader) no extra headers necessary.
    Code:
    yt-dlp "https://www.positionmusic.com/mpdproxy/full/MTgyMDk0NDAtNjk0MzQz/stream.mpd"
    Quote Quote  
  8. indeed the root does not change anything ... it was just to show you that it works.
    And as Elcap says, yt-dlp works too....if you install it...
    Quote Quote  
  9. Originally Posted by cedric8528 View Post
    indeed the root does not change anything ... it was just to show you that it works.
    And as Elcap says, yt-dlp works too....if you install it...
    Streamlink immediately crashes after opening it. Any good GUi out there ?
    Quote Quote  
  10. I suppose that you click on "streamlink.exe" like a good windows user but Streamlink is a command-line utility

    So, in your command prompt, if your file (streamlink.exe) is located in your folder "Downloads", use "cd" to change directory (cd Downloads)

    and put the streaming line...

    or yt-dlp GUI.

    https://forum.videohelp.com/threads/405624-TUBE4-%28beta11%29-2022-06-29
    Last edited by cedric8528; 5th Aug 2022 at 12:36.
    Quote Quote  
  11. Originally Posted by cedric8528 View Post
    I suppose that you click on "streamlink.exe" like a good windows user but Streamlink is a command-line utility

    So, in your command prompt, if your file (streamlink.exe) is located in your folder "Downloads", use "cd" to change directory (cd Downloads)

    and put the streaming line...

    or yt-dlp GUI.

    https://forum.videohelp.com/threads/405624-TUBE4-%28beta11%29-2022-06-29
    I am one of those people that hates working with Command Lane but TUBE works so thanks for that
    Quote Quote  



Similar Threads

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