VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Hello everybody,

    I would like to know if it is anyhow possible to play dailymotion live streams in PotPlayer.

    Twitch live streams for example work: https://github.com/23rd/TwitchPotPlayer
    Does something similar exist for dailymotion?

    Thanks for your interest.
    Best regards.
    Quote Quote  
  2. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    You can use a browser extension like Video Download Helper or Stream Detector to grab the link to the live stream, then paste it into a media player. It can be a little tricky, you have to make sure the link ends in .m3u8 (delete what comes after the 8). Not all links work, some are made to expire.
    Even working links might eventually change, so check regularly.
    Last edited by Gus.Ghanem; 21st Dec 2020 at 10:27.
    Quote Quote  
  3. First of all thank you very much for answering to my question.

    I am aware of this method and can find out most urls using Internet Download Manager but I would like to have them in a playlist with a fixed link.

    In my Enigma 2 receiver for instance I have this fix code that resolves always to the correct url:
    Code:
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a8088/https%3a//www.dailymotion.com/embed/video/x2j4lj9#tab_embed:EURONEWS(Français)
    This is necessary since the real url is changing after a certain time.


    In vlc this is not a problem at all:

    I can open the stream by this link:
    Code:
    https://www.dailymotion.com/video/x2j4lj9
    and automatically it resolves it to this:
    Code:
    https://stream-04.dc3.dailymotion.com/sec(ZHW-kyIDNbzrgtZQEivCa2ZUQMZKRJuZ86FFHajueeU)/dm/3/x2j4lj9/d/live-3.m3u8

    So is there any trick to do this also in PotPlayer ?
    Quote Quote  
  4. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    Sorry, this is a little beyond me, but I was trying to open the short web urls in Potplayer... Here's what you can try:
    Install latest LAV Filters https://files.1f0.de/lavf/nightly/
    Install 3DYD Source Filter https://ys.3dyd.com/
    Set stream analysis in both filters to 10000 ms (10 seconds)
    3DYD can also make use of youtube-dl (both are not just for Youtube)
    I set all filters to prefered in Potplayer, again, all this was a little tricky to get working.
    Quote Quote  
  5. So you got it working ?

    I am trying to follow your steps but obviously there is something missing.
    First of all I have installed everything you've mentioned before.

    Then I set in LAV Splitter Configuration
    Network Settings -> Stream Analysis Duration to 10000

    But I don't know where to set this in 3DYD.
    In Youtube Source (x64) is this the setting Network -> Main -> Maximum reconnection delay (seconds) ?

    And last but not least I am not sure where to set the filters in PotPlayer as preferred.
    Am I right here ?
    Filter Management -> Filter Priority -> Custom Filter Manager

    Add Registered Filter:
    3DYD Youtube Source
    LAV Splitter
    LAV Splitter Source

    I have set all to "Prefer"

    If this all was right then it should be able to open this link resolving to the correct url, right ?
    Code:
    https://www.dailymotion.com/video/x2j4lj9
    But since it doesn't something else I have must done wrong but what was it ?
    Quote Quote  
  6. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    Your stream is geo-restricted, I can't open the short url video stream (I'm in Canada)
    In 3DyD: General -> Probe limit per stream 10000
    For example, I can open Nessma I linked above, like this https://www.dailymotion.com/embed/video/x7lmd4f
    It takes a long time... I've always had trouble opening certain streams with Potplayer, especially secure HTTPS ones.
    After opening the stream, the Filters right-click context shows:
    3DYD Youtube Source
    LAV Splitter
    Quote Quote  
  7. Oh I was't aware of that euronews live streams are geoblocked. I am located in Germany and euronews in all languages work.

    Now that I have changed
    In 3DyD: General -> Probe limit per stream to 10000
    I have tried to open the Nessma stream in PotPlayer but it does not open (in Firefox directly no problem at all) and this is what I get:

    Code:
    23:57:51, libcurl (internal): libcurl/7.68.0 Schannel zlib/1.2.11 brotli/1.0.7 nghttp2/1.40.0
    23:57:51, ffmpeg (internal): lavf 58.29.100, lavc 58.54.100, lavu 56.31.100
    23:57:51, #01, Analysis, https://www.dailymotion.com/video/x7lmd4f
    23:57:51, #01, Opening given Dailymotion URL...
    23:57:51, [error] #01, Analysis, no video found on Dailymotion URL
    23:57:51, #01, Ready
    The same output I am getting by trying to open some other dailymotion streams.
    Quote Quote  
  8. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    I don't understand the errors, but I have the latest Potplayer 201209 with all the Opencodec filters:
    https://potplayer.daum.net/forum/viewtopic.php?f=5&t=21112
    I'm on Windows 10 with all C++ Redist/Runtimes installed
    Quote Quote  
  9. Same configuration also here but I cannot remember if I have installed C++ Redist/Runtimes so I installed them now (again ?).
    Nothing.
    Quote Quote  
  10. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    Did you install that Opencodec with all filters selected?

    It's because of stream troubles with Potplayer that I also use SMPlayer/MPV, that combination can open anything.

    Edit: In 3DYD General Analyze URLs from unsupported sites enabled.
    3DYD Maintenance Third Party Binaries, add Youtube-dl.exe (right-click and point to it)
    Last edited by Gus.Ghanem; 19th Dec 2020 at 19:14.
    Quote Quote  
  11. I have uninstalled PotPlayer and reinstalled it and Opencodec with all filters as well during the installation routine.

    SMPlayer I had not tested yet and although it looks very simple it can play twitch, youtube and dailymotion streams without any further configuration which is indeed quite impressive !!

    On the other hand it cannot open links like this here:
    https://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1.m3u8
    And it also does not show greek characters, maybe a unicode support problem ?

    Anyway, i would like to use PotPlayer.

    I have enabled "3DYD General Analyze URLs from unsupported sites" but still it does not open any dailymotion url.

    P.S.: I do believe that PotPlayer is not configured correctly so I have made some screenshots.





    Maybe you can find anything that I have misunderstood ?
    Last edited by dxellas; 19th Dec 2020 at 19:56.
    Quote Quote  
  12. Member
    Join Date
    Dec 2017
    Location
    Canada
    Search PM
    I can open the Greek link in both players, you may need to update MPV:
    https://sourceforge.net/projects/mpv-player-windows/files/64bit/
    Extract into the mpv subfolder in SMPlayer (v20.6) folder (it also has an update script)

    In 3DYD Maintenance, Third Party Binaries, add Youtube-dl.exe (right-click and point to it)
    I just haven't discovered a simpler way for Potplayer to open those types of streams, or for it to use youtube-dl.exe directly.

    Also tick the LAV Splitter and Source (I think the player can use them anyway because they are registered)
    In Potplayer Preferences, Filter Control, Source/Splitter, click Filter Management and click Scan.
    Last edited by Gus.Ghanem; 19th Dec 2020 at 20:08.
    Quote Quote  
  13. Originally Posted by Gus.Ghanem View Post
    I can open the Greek link in both players, you may need to update MPV:
    https://sourceforge.net/projects/mpv-player-windows/files/64bit/
    Extract into the mpv subfolder in SMPlayer (v20.6) folder (it also has an update script)
    This worked.

    Originally Posted by Gus.Ghanem View Post
    In 3DYD Maintenance, Third Party Binaries, add Youtube-dl.exe (right-click and point to it)
    I just haven't discovered a simpler way for Potplayer to open those types of streams, or for it to use youtube-dl.exe directly.
    Great. This is it !!
    Youtube-dl.exe was invisible for 3DYD.
    I wonder why PotPlayer has not implemented direct playback of dailymotion and other streams yet.

    Originally Posted by Gus.Ghanem View Post
    Also tick the LAV Splitter and Source (I think the player can use them anyway because they are registered)
    In Potplayer Preferences, Filter Control, Source/Splitter, click Filter Management and click Scan.
    Done.


    Thank you so much for helping me.
    I wish you all the best.
    Quote Quote  



Similar Threads

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