VideoHelp Forum




+ Reply to Thread
Page 130 of 154
FirstFirst ... 30 80 120 128 129 130 131 132 140 ... LastLast
Results 3,871 to 3,900 of 4610
  1. Originally Posted by fracassato View Post
    If you can provide the web page url of the video.
    ty
    Last edited by danielko; 14th Jan 2016 at 14:50.
    Quote Quote  
  2. It asks me an username and a password. If it is another restricted video I cannot do much about it...

    Do you have HTTPFox installed ?

    Activate it before reloading the page ( clean all previous catched url if any ), reload the page and in the search tab type video and you will filter all video objects captured.

    Copy and paste here all links you've got.
    Quote Quote  
  3. ..
    Last edited by danielko; 22nd Nov 2017 at 22:34.
    Quote Quote  
  4. @danielko: I can't PM you, I don't know why, this message you send me

    Originally Posted by danielko
    Hi Fracassato,

    can you help me with this link


    http://www.linkedu.tv/news/cisco-network-administration-2
    i got this link somehow: rtmp://148.251.85.99:1935/vod
    rtmp://148.251.85.99:1935/vod <--- this link works with ffmpeg/ffplay

    To download with ffmpeg, just parse

    Code:
    ffmpeg -i rtmp://148.251.85.99:1935/vod -c:v copy -c:a copy -flags +global_header -y video.mp4
    Quote Quote  
  5. ..
    Last edited by danielko; 22nd Nov 2017 at 22:34.
    Quote Quote  
  6. Member
    Join Date
    Jan 2016
    Location
    Europe
    Search Comp PM
    anyone can help this
    Code:
    http://tpr199196sec-vh.akamaihd.net/z/secure/SPE_-_Central_Europe/194/451/SHANCH00103-Hungary,.,_1300.,_670.,mp4.csmil/2_6b2ff5ecca11e4fd_Seg1-Frag1_AQBZhPePaFMEjBb+mVYLKYb50+S5uW4ywUOJXyjsgbrdi8E9uyc4Wgzb+0EK2nLQ6qh15%2fx7?hdntl=exp=1453017265~acl=%2fz%2fsecure%2fSPE_-_Central_Europe%2f194%2f451%2fSHANCH00103-Hungary*~data=hdntl~hmac=145102203f9a1188514d139c361069436d45c3ff2a5e2f754c8cb0025a7cd273&als=64.58,60,1.6,0,659,1188,24.88,500,0,139,t,2325.65,2394.28,f,s,PCJSKSPVTWLQ,3.5.0,139&hdcore=3.5.0
    Quote Quote  
  7. Originally Posted by Dartelton View Post
    anyone can help this
    Code:
    http://tpr199196sec-vh.akamaihd.net/z/secure/SPE_-_Central_Europe/194/451/SHANCH00103-Hungary,.,_1300.,_670.,mp4.csmil/2_6b2ff5ecca11e4fd_Seg1-Frag1_AQBZhPePaFMEjBb+mVYLKYb50+S5uW4ywUOJXyjsgbrdi8E9uyc4Wgzb+0EK2nLQ6qh15%2fx7?hdntl=exp=1453017265~acl=%2fz%2fsecure%2fSPE_-_Central_Europe%2f194%2f451%2fSHANCH00103-Hungary*~data=hdntl~hmac=145102203f9a1188514d139c361069436d45c3ff2a5e2f754c8cb0025a7cd273&als=64.58,60,1.6,0,659,1188,24.88,500,0,139,t,2325.65,2394.28,f,s,PCJSKSPVTWLQ,3.5.0,139&hdcore=3.5.0
    web page link ?
    Quote Quote  
  8. Member
    Join Date
    Jan 2016
    Location
    Europe
    Search Comp PM
    Originally Posted by fracassato View Post
    web page link ?
    Code:
    http://www.viasat3.hu/viasat-play/series/shannara-jovo-kronikaja/shannara-jovo-kronikaja-3-resz
    Quote Quote  
  9. Originally Posted by Dartelton View Post
    Originally Posted by fracassato View Post
    web page link ?
    Code:
    http://www.viasat3.hu/viasat-play/series/shannara-jovo-kronikaja/shannara-jovo-kronikaja-3-resz
    Sorry for being late.

    You need the following setup to download the video file. It's the easiest way I've found so far.

    Code:
    1. Download and install PHP: http://nl3.php.net/downloads.php
    
    2. Download AdobeHDS script: https://github.com/K-S-V/Scripts/blob/master/AdobeHDS.php ( wiki: https://github.com/K-S-V/Scripts/wiki )
    
    3. Download HDS Link Detector: https://addons.mozilla.org/en-US/firefox/addon/hds-link-detector/ ( it will find for you the manifest of the video )
    
    4. Make sure to activate HDS Link Detector BEFORE starting playing video on the web page you give me ( it prompt automatically the command, just tip activate when it will show up )
    
    5. Open the terminal in the same directory you download AdobeHDS.php and parse the command HDS Link Detector gave you
    It should download the video file. For me It worked.
    Quote Quote  
  10. Member
    Join Date
    Jan 2016
    Location
    Europe
    Search Comp PM
    It's working perfectly too! I try couple of times to working, but i dont understand why not working, i skipped some steps, tyvm!
    Quote Quote  
  11. I really need help please. I NEED this! I'm from outside Ireland and can't do it. http://www.rte.ie/player/ie/show/the-tommy-tiernan-show-tv-30003801/10510011 -

    Someone lovely has passed along these links:

    http://feeds.rasset.ie/rteavgen/player/playlist/?type=iptv&format=json&showId=10510011
    http://cdn.rasset.ie/hds-vod//2015/1227/20151227_rteone-thetommyti_cl10510011_10510148..._/manifest.f4m
    http://cdn.rasset.ie/hds-vod//2015/1227/20151227_rteone-thetommyti_cl10510011_10510148..._2048k.mp4.f4m

    FFMPEG won't work because I need to be within Ireland. I think. Can anyone shed some light? (If I could get the actual stream to play then I could screen record it at the very least.)

    Thank you so kindly for any help.
    Quote Quote  

  12. Are these two valid links ?

    It says not found for both.

    I think you may have copied wrong the URL strings.
    Last edited by fracassato; 17th Jan 2016 at 11:29.
    Quote Quote  
  13. Hi all,

    i try to extract a live stream from a Wowza Streaming Server.

    You can see the flashplayer-stream at:
    http://tv.exitoostore.com/2015/12/tv-online-tvn-v7.html

    I sniffed the tcp traffic to the streaming server and extracted the following interesting data:

    http://live.64ma.com:1930/tv/cmp.swf?ver=201406301600..t.cUrl..1rtmp://pip-live-tving-...videoCodecs.@o........
    videoFunction.?.........pageUrl..Xhttp://live.64ma.com:1930/tv/html/flv.asp?code=O2idv2iYJ6wkJRXKTn1KS2vSHRX7IgvCOBDs8 QNK3...objectEncoding.@.......................&%..............&%................................................. .._result.?..........fmsVer...FMS/3,5,7,7009..capabilities.@?........mode.?......... ....level...status..code...NetConnection.Connect.S uccess..description...Connection succeeded...data.......version..
    3,5,7,7009.....clientid.A....@....objectEncoding.@ ............|..........&%.C...........createStream.@........B.....
    ..........................._result.@.........?.... .........J.........play............5EC7A974C899C75 A7965B81E7028032E4?content_type=PREVIEW........... .................................onStatus......... ....level...status..code...NetStream.Play.Reset..d escription...Playing and resetting wowz://pip-live-tvingorigin2.myskcdn.com:1935/tvn/_definst_/s5|wowz://pip-live-tvingbackup2.myskcdn.com:1935/tvn/_definst_/s5...clientid.A....@..........."........onStatus.............level...status..code. ..NetStream.Play.Start..description...Started playing wowz://pip-live-tvingorigin2.myskcdn.com:1935/tvn/_definst_/s5|wowz://pip-live-tvingbackup2.myskcdn.com:1935/tvn/_definst_/s5
    I already tried some hours but did not success
    Maybe somebody could help to get the livestream with rtmpdump, vlc or similar.

    UPDATE
    I solved the problem myself. I found the following tool: https://github.com/andreafabrizi/rtmpSnoop

    It worked perfect and shows the stream information while starting the website-player:

    # ./rtmpSnoop.py
    rtmpSnoop v0.2.1 - The RTMP Sniffer!
    Andrea Fabrizi - andrea.fabrizi@gmail.com

    Starting sniffing on all devices...

    * RTMP Stream found!
    *************************************
    url: rtmp://pip-live-tving-tvn.cjenm.skcdn.com:80/tvn/EC7A974C899C75A7965B81E7028032E4?content_type=PREV IEW
    app: tvn/
    pageUrl: http://live.64ma.com:1930/tv/html/flv.asp?code=O2idv2iYJ6wkJRXKTn1KS2vSHRX7IgvCOBDs8QNK3
    swfUrl: http://live.64ma.com:1930/tv/cmp.swf?ver=201406301600
    tcUrl: rtmp://pip-live-tving-tvn.cjenm.skcdn.com:80/tvn/
    playPath: EC7A974C899C75A7965B81E7028032E4?content_type=PREV IEW
    flashVer: LNX 11,2,202,554
    *************************************
    Tim
    Last edited by MySpy; 17th Jan 2016 at 12:11.
    Quote Quote  
  14. ..
    Last edited by danielko; 22nd Nov 2017 at 22:33.
    Quote Quote  
  15. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Hi all!

    I want to download a video which is available than a video on demand on AXS TV,you can find the video here:

    http://www.axs.tv/schedules/free-on-demand/

    I want to grab the Farm Aid 30 special...

    But I could not access the video with the download code!

    Could anyone help me with a link or a code for downloading the video?

    Greetings,

    HJ
    Quote Quote  
  16. Hi!

    I want to download this video http://observator.tv/sport/becali-se-uita-la-filme-coreene-82889.html
    I searched for its code. It is [http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playli...r7eeZlWFed7A=]
    I used a .bat which was made here. Only replaced the link with the one above. It looks like this
    livestreamer --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML,like Gecko) Version/4.0 Mobile/7D11 Safari/528.16" "hls://http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playlist.m3u8?letokenstarttime=1453297802&letokenendtime=1453305002&letokensource=web&letokenhash=K6mgdp_x_6UxtyjcRyVjTDJ-2fUGvxYr7eeZlWFed7A=" best -o abc.ts
    But it doesn't work. It says it couldn't find the stream. Please help me!

    With thanks...
    Quote Quote  
  17. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Originally Posted by Username2013 View Post
    Hi!

    I want to download this video http://observator.tv/sport/becali-se-uita-la-filme-coreene-82889.html
    I searched for its code. It is [http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playli...r7eeZlWFed7A=]
    I used a .bat which was made here. Only replaced the link with the one above. It looks like this
    livestreamer --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML,like Gecko) Version/4.0 Mobile/7D11 Safari/528.16" "hls://http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playlist.m3u8?letokenstarttime=1453297802&letokenendtime=1453305002&letokensource=web&letokenhash=K6mgdp_x_6UxtyjcRyVjTDJ-2fUGvxYr7eeZlWFed7A=" best -o abc.ts
    But it doesn't work. It says it couldn't find the stream. Please help me!

    With thanks...


    You can grab the video with following steps!


    user agent switcher /chrome mobile) > reloading the site > IDM > Code: http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/chunkl...mQlNZWT0=.m3u8 > FFmpeg with following code:

    ffmpeg -i http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/chunkl...mQlNZWT0=.m3u8 -c copy ab.ts

    Good luck,

    HJ
    Quote Quote  
  18. Ghostrewel, thank you so much! It worked!!!!!
    Quote Quote  
  19. Member
    Join Date
    Jan 2016
    Location
    New Zealand
    Search Comp PM
    Hi there,

    Trying to save the direct stream link to my computer in m38u format if possible so I can run it on my wifes tablet (home sick missing her indian telly).

    The website I am trying to obtain the streams from is www.yupptv.com I am unable to obtain and save the stream to my computer. I have tried both RTMP/helper which doesn't pick up the stream and a FLV downloader software (I forget its exact name) however it does pick up the M38U URL when I try to save it to my computer it doesn't save to my machine and just sits there doing nothing. Wonder if they have some special secure feature on their stream?

    If anyone could help it would be really appreciated.

    I am trying to get the main channels on their website;

    In HD
    All Z channels
    All Sony channels
    All music channels
    All movie channels
    Star plus, Life ok, colors
    and a couple of the more popular new channels.

    Some of these streams also have proxy requirements aswell I know how to bypass in order to view them and I have tried on music india channel as no proxy required for this channel and I can get it to play no problems but not save the stream (have a subscribed account to the website).

    Cheers,

    Time
    Quote Quote  
  20. Originally Posted by fracassato View Post

    Are these two valid links ?

    It says not found for both.

    I think you may have copied wrong the URL strings.

    I don't know because I can't try being outside of Ireland Someone suggested I try them. - The video is here: http://www.rte.ie/player/au/show/the-tommy-tiernan-show-tv-30003801/10510011/ (I only have until the 27th to see it)

    Can anyone please help?? Thank you so very much!
    Quote Quote  
  21. ..
    Last edited by danielko; 22nd Nov 2017 at 22:30.
    Quote Quote  
  22. ...
    Last edited by sysanin; 2nd Feb 2016 at 16:53.
    Quote Quote  
  23. Hi all,

    I need help to download this video

    http://globoplay.globo.com/v/4759930/

    Video won't load. I tried with different browsers but none works. (Opera, firefox and the other options that offers GetFLV)


    Click image for larger version

Name:	globotv.JPG
Views:	344
Size:	98.0 KB
ID:	35407

    Thanks in advance.
    Quote Quote  
  24. Could someone help me download the file here: http://en.musicplayon.com/play?v=362380
    Thank you for your kind help
    Quote Quote  
  25. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Hi folks!

    I try to download a webcast from here:

    https://www.yahoo.com/music/livenation/event/saving-abel-2016

    I catched in the past a lot of these without any problems!

    It looks like some things are changing from Yahoo!

    Any help for catching these?

    HJ
    Quote Quote  
  26. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by ghostrewel View Post
    Hi folks!

    I try to download a webcast from here:

    https://www.yahoo.com/music/livenation/event/saving-abel-2016
    hls
    Code:
    https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_6128_60fps.m3u8
    
    https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_4628.m3u8
    or
    Code:
    http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_6128_60fps.m3u8
    
    http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_4628.m3u8
    Quote Quote  
  27. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by kurek View Post
    Hi all,

    I need help to download this video

    http://globoplay.globo.com/v/4759930/

    Video won't load. I tried with different browsers but none works. (Opera, firefox and the other options that offers GetFLV).
    You can download all 235 .ts fragments using this single link (720p version) in DownThemAll Firefox plugin:

    https://vodstreaming03.video.globo.com/v2/0e/a6/22/4759930_2283bb4016e11fd796f4dabea1b...[1:235].ts

    Then join using command:
    copy /b *.ts video.ts
    Quote Quote  



Similar Threads

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