VideoHelp Forum




+ Reply to Thread
Page 126 of 154
FirstFirst ... 26 76 116 124 125 126 127 128 136 ... LastLast
Results 3,751 to 3,780 of 4610
  1. Member
    Join Date
    Oct 2015
    Location
    United States
    Search PM
    duplicate
    Last edited by MrD37jncj; 2nd Nov 2015 at 01:26.
    Quote Quote  
  2. I'm trying to stream https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true through livestreamer but I'm having no success.

    Code:
    livestreamer rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true live -np omxplayer
    [cli][info] Found matching plugin stream for URL rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (rtmp)
    [cli][error] No data returned from stream
    I've tried with other protocols, hds, hls, etc, but none of them work either.

    I'd appreciate any help streaming this. Thanks!
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by BashDashovi View Post
    I'm trying to stream https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true through livestreamer but I'm having no success.

    Code:
    livestreamer rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true live -np omxplayer
    [cli][info] Found matching plugin stream for URL rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (rtmp)
    [cli][error] No data returned from stream
    I've tried with other protocols, hds, hls, etc, but none of them work either.

    I'd appreciate any help streaming this. Thanks!
    Are you sure that is the correct video? It is just a video of someone's messy office.
    hls works. the address is in the page source.
    Code:
    https://stream-delta.dropcam.com/nexus_aac/9d898e66fa614c19864c947e74cce434/playlist.m3u8
    Quote Quote  
  4. Originally Posted by MrD37jncj View Post
    After tried search many time i get result with this command but it still error
    C:\PHP>rtmpdump.exe -r "rtmpe://cp133145.edgefcs.net/ondemand/" -a "ondemand/" -
    W "https://sadmin.brightcove.com/%5B%5BIMPORT%5D%5D/79423.analytics.edgesuite.ne
    t/csma/brightcove/BrightcoveCSMALoader.swf" -y "mp4:videos/963482467001/201510/1
    967/963482467001_4571035890001_4570994387001.mp4" -o test.flv
    RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    ERROR: RTMP_HashSWF: swfurl https://sadmin.brightcove.com/%5B%5BIMPORT%5D%5D/794
    23.analytics.edgesuite.net/csma/brightcove/BrightcoveCSMALoader.swf not found
    Connecting ...
    WARNING: HandShake: Type mismatch: client sent 6, server answered 8
    INFO: Connected...
    ERROR: HandleCtrl: SWFVerification Type 2 request not supported, attempting to u
    se SWFVerification Type 1! Patches welcome...
    ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
    Starting download at: 0.000 kB
    INFO: Metadata:
    INFO: duration 1385.60
    INFO: moovPosition 36.00
    INFO: width 720.00
    INFO: height 396.00
    INFO: videocodecid encv
    INFO: audiocodecid enca

    INFO: avcprofile 100.00
    INFO: avclevel 30.00
    INFO: aacaot 2.00
    INFO: videoframerate 25.00
    INFO: audiosamplerate 48000.00
    INFO: audiochannels 2.00
    INFO: trackinfo:
    INFO: length 34640.00
    INFO: timescale 25.00
    INFO: language und
    INFO: sampledescription:
    INFO: sampletype encv
    INFO: length 66506752.00
    INFO: timescale 48000.00
    INFO: language und
    INFO: sampledescription:
    INFO: sampletype enca
    73669.004 kB / 657.60 sec (47.4%)
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header
    73797.313 kB / 658.68 sec (47.5%)
    How to download complete this video (

    Even if you manage to download that file, you won't be able to play it, because it's encrypted (see bold text)
    Quote Quote  
  5. http://www.emmys.com/video/webcast-evening-game-thrones

    I was trying to dowload the video from here, but didn't succeed.
    Tubedigger failed in download mode and never succeded in recording all of it in record mode, it always stopped after a while.

    rtmpdump helper failed differently. It didn't prevent or notice the video changing to a lower resolution variant and just kept on recording, which resulted in the file being played back with a corrupted video for huge chunks.

    I couldn't get an URL usable by rtmpdump with urlsnooper either.

    Anyone has an idea how to donwload it?
    Quote Quote  
  6. Originally Posted by ponens View Post
    Originally Posted by BashDashovi View Post
    I'm trying to stream https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true through livestreamer but I'm having no success.

    Code:
    livestreamer rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true live -np omxplayer
    [cli][info] Found matching plugin stream for URL rtmp://https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true
    [cli][info] Available streams: live (worst, best)
    [cli][info] Opening stream: live (rtmp)
    [cli][error] No data returned from stream
    I've tried with other protocols, hds, hls, etc, but none of them work either.

    I'd appreciate any help streaming this. Thanks!
    Are you sure that is the correct video? It is just a video of someone's messy office.
    hls works. the address is in the page source.
    Code:
    https://stream-delta.dropcam.com/nexus_aac/9d898e66fa614c19864c947e74cce434/playlist.m3u8
    Thanks ponens! How did you view the page source? Firefox didn't interpret it as ascii for me.
    Quote Quote  
  7. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by mzso View Post
    http://www.emmys.com/video/webcast-evening-game-thrones

    I was trying to dowload the video from here, but didn't succeed.
    Tubedigger failed in download mode and never succeded in recording all of it in record mode, it always stopped after a while.

    rtmpdump helper failed differently. It didn't prevent or notice the video changing to a lower resolution variant and just kept on recording, which resulted in the file being played back with a corrupted video for huge chunks.

    I couldn't get an URL usable by rtmpdump with urlsnooper either.

    Anyone has an idea how to donwload it?
    It is using brightcove. Use youtube-dl.
    Code:
    http://brightcove.vo.llnwd.net/e1/uds/pd/24489591001/24489591001_2241473037001_GOT-Brightcove.mp4
    Quote Quote  
  8. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by BashDashovi View Post

    Thanks ponens! How did you view the page source? Firefox didn't interpret it as ascii for me.
    Not the swf player source, but the page source.
    Code:
    https://video.nest.com/embedded/live/IhMDWX
    Quote Quote  
  9. Originally Posted by ponens View Post
    Originally Posted by BashDashovi View Post

    Thanks ponens! How did you view the page source? Firefox didn't interpret it as ascii for me.
    Not the swf player source, but the page source.
    Code:
    https://video.nest.com/embedded/live/IhMDWX
    Thanks again, but how did you get https://video.nest.com/embedded/live/IhMDWX from https://www.dropcam.com/e/9d898e66fa614c19864c947e74cce434?autoplay=true in the first place?
    Quote Quote  
  10. ...
    Last edited by sysanin; 15th Nov 2015 at 14:32.
    Quote Quote  
  11. Originally Posted by ponens View Post
    Originally Posted by mzso View Post
    http://www.emmys.com/video/webcast-evening-game-thrones

    I was trying to dowload the video from here, but didn't succeed.
    Tubedigger failed in download mode and never succeded in recording all of it in record mode, it always stopped after a while.

    rtmpdump helper failed differently. It didn't prevent or notice the video changing to a lower resolution variant and just kept on recording, which resulted in the file being played back with a corrupted video for huge chunks.

    I couldn't get an URL usable by rtmpdump with urlsnooper either.

    Anyone has an idea how to donwload it?
    It is using brightcove. Use youtube-dl.
    Code:
    http://brightcove.vo.llnwd.net/e1/uds/pd/24489591001/24489591001_2241473037001_GOT-Brightcove.mp4
    Thanks for the tip/link. But do I use it for getting the link or downloading it?(I see now that it's a plain http link which I can download it with a plain download manager) So how exactly did you get that link?
    Quote Quote  
  12. Originally Posted by sysanin View Post
    Thank you sysanin! That was exactly what I needed!
    Quote Quote  
  13. Member
    Join Date
    Jan 2015
    Location
    India
    Search PM
    Originally Posted by andyleo View Post
    Use this script written by @beizom .

    https://github.com/biezom/hotstarsportslivestreamer
    Quote Quote  
  14. Anyone can help me please ?

    Originally Posted by Neyiox View Post
    How can we download videos (with mediagen) from the new mtv website ?
    For exemple from this link : http://www.mtv.com/video-clips/fas2sv/shannara-making-of-the-elf-ears

    The old links were something like: http://www.mtv.com/shows/teen_wolf/teen-wolf-season-5-ep-10-illustrated-recap/1235392/...eo/#id=1737520
    And with the id "1235392" we could find the mediaGen files like : http://www.mtv.com/meta/context/mediaGen?uri=mgid:uma:video:mtv.com:1235392

    But now, the url has changed ..
    Thanks!
    Quote Quote  
  15. ...
    Last edited by sysanin; 15th Nov 2015 at 14:32.
    Quote Quote  
  16. Member
    Join Date
    Nov 2015
    Location
    Indonesia
    Search Comp PM
    Please Help Me !

    Hi, I need help of you guys. I managed to download the video at "https://www.zenius.net/c/828/introduction-to-basic-skills" via livestream assisted with adblock plus. But I have a problem, when I have downloaded the first video on this site then successfully, but when I would start the next download video link I get always the same. as a result I just repeat what I download, anyone can help me?
    Quote Quote  
  17. Member
    Join Date
    Feb 2014
    Location
    India
    Search PM

    Any one ?
    Quote Quote  
  18. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Hi, i'm newbie

    Please help me to download this site --> http://mytv.tvb.com/tc (request IP or VPN for HongKong)

    Example : http://mytv.tvb.com/tc/ed_latestdrama/warofthegenders/223058

    I can using livestreamer, i don't find video (mp4,mkv) link, please help me using this tool to get link download or etc...
    Quote Quote  
  19. Member
    Join Date
    Nov 2014
    Location
    America
    Search PM
    Hello, everyone.

    Can someone help me download this: "rtmpe://87.119.197.85/aodrelaunch/mp4:1447639214|5ca5e312f07968d9d1c4dff16933ae32|/system/videomaterials/mp4_hd_unencs/000/001/832/original/9ba875a23d1406a11c245e7a99eeeb51d22d95e7.mp4"?

    I hardly understand the URL. The filepath (/mp4:... etc) seems to be composed of three parts separated by "|", two of them randomly generated every time the URL is requested (for security purposes I assume), the second part being hexadecimal and, likewise, the third part being constant.

    What I don't understand is how am I supposed to download such stream.
    When using rtmpdump with said URL I get this: "ERROR: RTMP_ReadPacket, failed to read RTMP packet header", which isn't that much useful but is what I get.

    Any ideas?
    Quote Quote  
  20. Member
    Join Date
    Oct 2015
    Location
    United States
    Search PM
    Hi everybody, i just want download video from cbs.com via this link
    So i use youtube-dl to get link stream and i get result:
    rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4{slistFilePath}mp4:rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4{slistFilePath}
    After that i use this command to download video:
    rtmpdump.exe -r "rtmp://cp98363.edgefcs.net/ondemand/" -a “ondemand/“ —W “http://vidtech.cbsinteractive.com/player/3_6_2/CBSI_PLAYER_HL.swf” -p"http://www.cbsnews.com/videos/the-bugs-bunny-defense/" -y "mp4:media/015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4" -o testcbs.flv
    I sniffed these link .swf for command below:
    but i can't download anything
    Quote Quote  
  21. Member
    Join Date
    Oct 2015
    Location
    United States
    Search PM
    Hi everybody, i just want download video from cbs.com via this link
    So i use youtube-dl to get link stream and i get result:
    rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4{slistFilePath}mp4:rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4{slistFilePath}
    After that i use this command to download video:
    rtmpdump.exe -r "rtmp://cp98363.edgefcs.net/ondemand/" -a “ondemand/“ —W “http://vidtech.cbsinteractive.com/player/3_6_2/CBSI_PLAYER_HL.swf” -p "http://www.cbsnews.com/videos/the-bugs-bunny-defense/" -y "mp4:media/015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125 _796.mp4" -o testcbs.flv
    I sniffed these link .swf for command below:
    but i can't download anything
    Image Attached Thumbnails Click image for larger version

Name:	Screen Shot 2015-11-17 at 11.47.54 pm.png
Views:	497
Size:	314.8 KB
ID:	34527  

    Last edited by MrD37jncj; 17th Nov 2015 at 11:02.
    Quote Quote  
  22. Hi guys,

    I'm trying to download the following video but I don't succeed with user-agent switcher

    link is = http://onlinemeetingnow5.com/seminar/?id=psp08com74&email=chri.lechner@gmail.com&name=...istian+Lechner
    and this link = rtmp://s5vxvri5608no.cloudfront.net/cfx/st/mp4susers/jessejayx/webinar/encoded/files/500MillionFullVideoFinalHB-HD.mp4

    I don't succeed converting the link in the amazon-aws link. Maybe someone can help me. thank you a lot!

    Christian
    Quote Quote  
  23. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by MrD37jncj View Post
    Hi everybody, i just want download video from cbs.com via this link
    Code:
    http://www.cbsnews.com/videos/the-bugs-bunny-defense/
    but i can't download anything
    Use youtube-dl, or find http progressive url in the source of the webpage.

    Code:
    http://download.cbsnews.com/media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125_796.mp4
    Maximum http progressive quality is 640x360. For 960x540, use hls - also found in the source of the webpage.
    Quote Quote  
  24. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by chri83 View Post
    Hi guys,

    I'm trying to download the following video but I don't succeed with user-agent switcher

    Code:
    link is = http://onlinemeetingnow5.com/seminar/?id=psp08com74
    and this link = rtmp://s5vxvri5608no.cloudfront.net/cfx/st/mp4:ssusers/jessejayx/webinar/encoded/files/500MillionFullVideoFinalHB-HD.mp4
    I don't succeed converting the link in the amazon-aws link. Maybe someone can help me. thank you a lot!
    What do you mean "converting"? The amazon link is to mp4 video that should download and play directly without any converting.
    Code:
    http://ssstream473.s3.amazonaws.com/ssusers/jessejayx/webinar/encoded/files/500MillionFullVideoFinalHB-HD.mp4
    Quote Quote  
  25. ...
    Last edited by sysanin; 21st Nov 2015 at 15:05.
    Quote Quote  
  26. Member
    Join Date
    Oct 2015
    Location
    United States
    Search PM
    Originally Posted by ponens View Post
    Originally Posted by MrD37jncj View Post
    Hi everybody, i just want download video from cbs.com via this link
    Code:
    http://www.cbsnews.com/videos/the-bugs-bunny-defense/
    but i can't download anything
    Use youtube-dl, or find http progressive url in the source of the webpage.

    Code:
    http://download.cbsnews.com/media/2015/10/31/556390467863/48_HOURS_1031_FULL_EP_v2_10pm_Bunny_Defense_462125_796.mp4
    Maximum http progressive quality is 640x360. For 960x540, use hls - also found in the source of the webpage.
    Thank you so much ponens
    Quote Quote  
  27. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by therain View Post
    Hi, i'm newbie

    Please help me to download this site --> http://mytv.tvb.com/tc (request IP or VPN for HongKong)

    Example : http://mytv.tvb.com/tc/ed_latestdrama/warofthegenders/223058

    I can using livestreamer, i don't find video (mp4,mkv) link, please help me using this tool to get link download or etc...
    i has been successed download this site (http://mytv.tvb.com/tc) but i can get link file size 360mb, any new help me to get link file size 500mb or 800mb ...etc ?

    Example : http://mytv.tvb.com/tc/ed_hottitles/theshellgame/162864

    Please see attached file below .

    Thanks and best regard !
    Last edited by therain; 25th Nov 2015 at 13:45. Reason: add more
    Quote Quote  



Similar Threads

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