VideoHelp Forum




+ Reply to Thread
Page 78 of 154
FirstFirst ... 28 68 76 77 78 79 80 88 128 ... LastLast
Results 2,311 to 2,340 of 4610
  1. I just found a little while ago rtmpexplorer, thanks. Works perfect.
    Quote Quote  
  2. Hello, I've been trying to download the video of the boy and puppy, however, rtmp explorer keeps downloading the advertisement before it. Any suggestions?
    http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0
    Quote Quote  
  3. Originally Posted by spire-hunter View Post
    Hello, I've been trying to download the video of the boy and puppy, however, rtmp explorer keeps downloading the advertisement before it. Any suggestions?
    http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0


    Code:
    rtmpdump -r "rtmp://ms-3.sbgnet.com/vod" -a "vod" -f "WIN 12,0,0,77" -W "http://www.wchstv.com/template/flashplayers/fpcomm/swf/flowplayer.commercial.swf" -p "http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0" -y "mp4:wchs/2014/04/clips/MWEwMmE2YmU4ZGFk.mp4" -o "MWEwMmE2YmU4ZGFk.flv"
    Quote Quote  
  4. Member
    Join Date
    Mar 2014
    Location
    Germany
    Search PM
    Hello,
    does anyone here know how to rip subtitles from Crunchyroll?
    For example, I'd like to get the subtitles from this video:
    http://www.crunchyroll.com/jojos-bizarre-adventure/episode-1-652155

    There's a tool called "Crunchyroll Downloader Toolkit DX" but it just doesn't work for me.
    Quote Quote  
  5. Originally Posted by Galebourn View Post
    Hello,
    does anyone here know how to rip subtitles from Crunchyroll?
    For example, I'd like to get the subtitles from this video:
    http://www.crunchyroll.com/jojos-bizarre-adventure/episode-1-652155

    There's a tool called "Crunchyroll Downloader Toolkit DX" but it just doesn't work for me.
    http://keepvid.com/?url=http%3A%2F%2Fwww.crunchyroll.com%2Fjojos-bizarre-adventure%2Fe...isode-1-652155
    Quote Quote  
  6. Originally Posted by CristianoA View Post
    Originally Posted by spire-hunter View Post
    Hello, I've been trying to download the video of the boy and puppy, however, rtmp explorer keeps downloading the advertisement before it. Any suggestions?
    http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0


    Code:
    rtmpdump -r "rtmp://ms-3.sbgnet.com/vod" -a "vod" -f "WIN 12,0,0,77" -W "http://www.wchstv.com/template/flashplayers/fpcomm/swf/flowplayer.commercial.swf" -p "http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0" -y "mp4:wchs/2014/04/clips/MWEwMmE2YmU4ZGFk.mp4" -o "MWEwMmE2YmU4ZGFk.flv"
    Thanks ChristianoA. Do I paste this code into rtmpdump? I keep trying to open rtmpdump but it keeps closing right away.
    Quote Quote  
  7. Hi,

    i've tried to download a video from this site:

    http://www.vidz.com/vidz/t16/tonya_s_list_vintage

    They work with f4m manifest files, but i haven't figured out how i can get to the URL i need.

    I searched through this HUGE thread but i couldn't find anything that would help me.
    I tried the HiDownloader, a few other more common Firefox-addons and the here recommended Streamtransport.
    But it didn't work.

    I'm no expert in this, so i apologize in advance, if i missed something.
    I attached the f4m-file.

    Your help is most appreciated.

    Thank you.
    Image Attached Files
    Quote Quote  
  8. Hello, I used to be able to download VEVO videos at 1080p with the RTMP command:

    rtmpdump -r "rtmp://vevoodfs.fplive.net:1935/vevood/" -y "mp4:/Video/V2/SMIL/{videoId}/{videoId}_5392k_1920x1080_x264_5200_quicktime_192. mp4" -o video.flv

    This no longer seems to work, I guess they have moved to V3. I've seen in the previous post something like:
    rtmp://vevoodfs.fplive.net/vevood/mp4:/v3/smil/{videoId}/{videoId}_5392k_1920x1080_h264_5200_aac_128.mp4

    What would be the equivalent rtmpdump command for V3 for this video http://www.vevo.com/watch/USYAH1300319?

    Thanks
    Quote Quote  
  9. Originally Posted by a1566588 View Post
    Hello, I used to be able to download VEVO videos at 1080p with the RTMP command:

    rtmpdump -r "rtmp://vevoodfs.fplive.net:1935/vevood/" -y "mp4:/Video/V2/SMIL/{videoId}/{videoId}_5392k_1920x1080_x264_5200_quicktime_192. mp4" -o video.flv

    This no longer seems to work, I guess they have moved to V3. I've seen in the previous post something like:
    rtmp://vevoodfs.fplive.net/vevood/mp4:/v3/smil/{videoId}/{videoId}_5392k_1920x1080_h264_5200_aac_128.mp4

    What would be the equivalent rtmpdump command for V3 for this video http://www.vevo.com/watch/USYAH1300319?

    Thanks
    because now they use Adobe HLS and you need to use ffmpeg

    Code:
    ffmpeg -i "http://hls-aka.vevo.com/v3/hls/2014/04/USYAH1300319/4200/usyah1300319_4200k_1920x1080_h264_4200_aac_128.m3u8" -c copy -absf aac_adtstoasc usyah1300319_4200k_1920x1080_h264_4200_aac_128.mp4
    Quote Quote  
  10. Originally Posted by Brakiri View Post
    Hi,

    i've tried to download a video from this site:

    http://www.vidz.com/vidz/t16/tonya_s_list_vintage

    They work with f4m manifest files, but i haven't figured out how i can get to the URL i need.

    I searched through this HUGE thread but i couldn't find anything that would help me.
    I tried the HiDownloader, a few other more common Firefox-addons and the here recommended Streamtransport.
    But it didn't work.

    I'm no expert in this, so i apologize in advance, if i missed something.
    I attached the f4m-file.

    Your help is most appreciated.

    Thank you.


    Code:
    http://im.4f8f57dc.10879.video.vidz.com/videos/mp4/62/ef/e8/vidz.com_62efe87021639a867c6ef64dbe013c6d-480.mp4?e=1397619144&ri=1024&rs=85&h=34cabe6ee229abce36de7105525e5a5a
    Quote Quote  
  11. Originally Posted by spire-hunter View Post
    Originally Posted by CristianoA View Post
    Originally Posted by spire-hunter View Post
    Hello, I've been trying to download the video of the boy and puppy, however, rtmp explorer keeps downloading the advertisement before it. Any suggestions?
    http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0


    Code:
    rtmpdump -r "rtmp://ms-3.sbgnet.com/vod" -a "vod" -f "WIN 12,0,0,77" -W "http://www.wchstv.com/template/flashplayers/fpcomm/swf/flowplayer.commercial.swf" -p "http://www.wchstv.com/newsroom/eyewitness/140410_24623.shtml?wap=0" -y "mp4:wchs/2014/04/clips/MWEwMmE2YmU4ZGFk.mp4" -o "MWEwMmE2YmU4ZGFk.flv"
    Thanks ChristianoA. Do I paste this code into rtmpdump? I keep trying to open rtmpdump but it keeps closing right away.
    you need to run it from windows command or copy rtmdump.exe to C:/ and run this batch file http://www22.zippyshare.com/v/97844285/file.html
    Quote Quote  
  12. Originally Posted by CristianoA View Post
    Originally Posted by a1566588 View Post
    Hello, I used to be able to download VEVO videos at 1080p with the RTMP command:

    rtmpdump -r "rtmp://vevoodfs.fplive.net:1935/vevood/" -y "mp4:/Video/V2/SMIL/{videoId}/{videoId}_5392k_1920x1080_x264_5200_quicktime_192. mp4" -o video.flv

    This no longer seems to work, I guess they have moved to V3. I've seen in the previous post something like:
    rtmp://vevoodfs.fplive.net/vevood/mp4:/v3/smil/{videoId}/{videoId}_5392k_1920x1080_h264_5200_aac_128.mp4

    What would be the equivalent rtmpdump command for V3 for this video http://www.vevo.com/watch/USYAH1300319?

    Thanks
    because now they use Adobe HLS and you need to use ffmpeg

    Code:
    ffmpeg -i "http://hls-aka.vevo.com/v3/hls/2014/04/USYAH1300319/4200/usyah1300319_4200k_1920x1080_h264_4200_aac_128.m3u8" -c copy -absf aac_adtstoasc usyah1300319_4200k_1920x1080_h264_4200_aac_128.mp4
    Thanks for that, I got the download working.

    Do you know if there are any higher quality streams like there was before? The 4200 bitrate looks a lot worse than the previous 5200.
    Quote Quote  
  13. Originally Posted by CristianoA View Post
    Originally Posted by Brakiri View Post
    Hi,

    i've tried to download a video from this site:

    http://www.vidz.com/vidz/t16/tonya_s_list_vintage

    They work with f4m manifest files, but i haven't figured out how i can get to the URL i need.

    I searched through this HUGE thread but i couldn't find anything that would help me.
    I tried the HiDownloader, a few other more common Firefox-addons and the here recommended Streamtransport.
    But it didn't work.

    I'm no expert in this, so i apologize in advance, if i missed something.
    I attached the f4m-file.

    Your help is most appreciated.

    Thank you.


    Code:
    http://im.4f8f57dc.10879.video.vidz.com/videos/mp4/62/ef/e8/vidz.com_62efe87021639a867c6ef64dbe013c6d-480.mp4?e=1397619144&ri=1024&rs=85&h=34cabe6ee229abce36de7105525e5a5a

    Thank you!

    I got it to work using GetFLV.
    I was just to dumb to use it right
    Quote Quote  
  14. trying to watch in vlc or my dreambox this video stream

    http://www.sportlemon.tv/20140414/vv534c45148f0f91.20028887-798127.html

    its from sports lemon you can chhose any

    using url snooper it gives me this url

    rtmp://89.40.71.199:1936/lives/_definst_/94sa0jef8zszzh

    with which im unavble to connect using either rtmp dump or any other flash web player (to test if it works)

    rtmp dump gives

    C:\rtp>rtmpdump -r "rtmp://89.40.71.199:1936/lives/_definst_/94sa0jef8zszzh" -o
    "c:\rtp\video.flv"
    RTMPDump v2.4
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting ...
    ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)

    C:\rtp>

    any ideas?

    i dont want to download it just stream it to either vlc or dreambox without using the websites flash player i just want to know how to obtain the link to main feed

    cheers
    Quote Quote  
  15. Member
    Join Date
    Apr 2014
    Location
    prince26121991
    Search Comp PM
    http://www.startv.in/episodes/manish-paul-interviews-sonu-nigam/63247

    can someone help me with this video to download it I tried RTMPDumpHelper But It's not grabbing it?
    Quote Quote  
  16. Hi everyone and happy Easter. My problem is a video at the bottom of the following page (skip an intro at the start of clip):
    http://www.rtvslo.si/mmc-priporoca/video-tinkara-kovac-posnela-nov-spot-za-evrovizijsko-pesem/334252
    What I get from downloader is: rtmp://stream.rtvslo.si/simplevideostreaming32/mp4:2014/04/11/tinkara_kovac__round_and_round__slovenia.flv
    Although, an entire thing won't download giving me "a gap" of dropped frames in the middle. RTMP Dump: failed to connect socket. 10060 (URL 1), Closing connection: NetStream.Play.StreamNotFound (URL 2)
    URL Snooper gave no results, except an input URL. Please help!
    Quote Quote  
  17. batch expert Endoro's Avatar
    Join Date
    Dec 2013
    Location
    Bozen
    Search PM
    Code:
    wget --no-check-certificate "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr" -O "Mad in India_1000.mp4"
    You may need own tokens.
    Quote Quote  
  18. ...
    Last edited by sysanin; 13th Nov 2015 at 17:45.
    Quote Quote  
  19. sysanin: zabava.mp4 is an intro, which i don't need. Actual file name: tinkara_kovac__round_and_round__slovenia.flv (size is around one gig). Playback is undetected in Chrome, although Tube and such work. Advanced detector tries to open a page trough Inet. Explorer, where player fails to load (even though I re-installed system Java). Generally dislike IE so it's old, unused version.
    Thank you for trying...
    Quote Quote  
  20. Member
    Join Date
    Apr 2014
    Location
    prince26121991
    Search Comp PM
    Originally Posted by Endoro View Post
    Code:
    wget --no-check-certificate "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr" -O "Mad in India_1000.mp4"
    You may need own tokens.
    Bro How did u got this thing?

    "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr"
    Quote Quote  
  21. batch expert Endoro's Avatar
    Join Date
    Dec 2013
    Location
    Bozen
    Search PM
    Originally Posted by prince26121991 View Post
    Bro How did u got this thing?

    "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr"
    Take a Android phone/tablet and check its network traffic using Fiddler.
    Quote Quote  
  22. Member
    Join Date
    Apr 2014
    Location
    prince26121991
    Search Comp PM
    Originally Posted by Endoro View Post
    Originally Posted by prince26121991 View Post
    Bro How did u got this thing?

    "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr"
    Take a Android phone/tablet and check its network traffic using Fiddler.
    I Didnt understand it Can you please elaborate it?
    or any tutorial available for it?
    Quote Quote  
  23. Deceased
    Join Date
    Dec 2007
    Search PM
    See next message...
    Last edited by blimey; 28th Apr 2014 at 11:19.
    Quote Quote  
  24. Member
    Join Date
    Apr 2014
    Location
    prince26121991
    Search Comp PM
    Originally Posted by Endoro View Post
    Originally Posted by prince26121991 View Post
    Bro How did u got this thing?

    "https://media.startv.in/newstream/star/starplus/mad_in_india/7/lf_1000.mp4?_=wahy21yk3xr"
    Take a Android phone/tablet and check its network traffic using Fiddler.
    I figured it out bro! Thanks bro for all your help!
    God Bless You!
    Quote Quote  
  25. hello,

    i have a rtmp:// code that works fine combinate with rtmpdump + vlc but only a thing.. i try to rec it works but end after few secs, i tryed many times sometimes after 1 min end , sometimes 38 or 48 seconds? and then breaks stream? i dont know why?

    can any help me please



    Code:
    rtmpdump -v -r "rtmp://5.10.77.107/live" -a "live" -f "WIN 13,0,0,182" -W "http://www.etvshow.com/flowplayer-3.2.12.swf" -p "http://www.etvshow.com/index.php?action=video" -y "etvgold-streamer_1" | c:\progra~1\videolan\vlc\vlc -

    Code:
    rtmpdump -v -r "rtmp://5.10.77.107/live" -a "live" -f "WIN 13,0,0,182" -W "http://www.etvshow.com/flowplayer-3.2.12.swf" -p "http://www.etvshow.com/index.php?action=video" -y "etvgold-streamer_1" | c:\progra~1\videolan\vlc\vlc -
    RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV)
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    WARNING: You haven't specified an output file (-o filename), using stdout
    Connecting ...
    INFO: Connected...
    Starting Live Stream
    INFO: Metadata:
    INFO:   presetname              Custom
    INFO:   creationdate            Fri Apr 18 14:40:54 2014
    INFO:   videodevice             vMix Video
    INFO:   framerate               25.00
    INFO:   width                   864.00
    INFO:   height                  486.00
    INFO:   videocodecid            avc1
    INFO:   videodatarate           900.00
    INFO:   avclevel                41.00
    INFO:   avcprofile              77.00
    INFO:   videokeyframe_frequency 5.00
    INFO:   audiodevice             Line In (High Definition Audio
    INFO:   audiosamplerate         44100.00
    INFO:   audiochannels           2.00
    INFO:   audioinputvolume        30.00
    INFO:   audiocodecid            .mp3
    INFO:   audiodatarate           96.00
    6001.898 kB / 51.70 sec
    ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 314
    6016.746 kB / 51.83 sec
    Download may be incomplete (downloaded about 0.00%), try resuming
    ERROR: WriteN, RTMP send error 10054 (42 bytes)





    thx
    flame
    Last edited by flame; 18th Apr 2014 at 08:19.
    Quote Quote  
  26. ...
    Last edited by sysanin; 13th Nov 2015 at 18:05.
    Quote Quote  
  27. it is already there
    Code:
    rtmpdump -v -r "rtmp://5.10.77.107/live" -a "live" -f "WIN 13,0,0,182" -W "http://www.etvshow.com/flowplayer-3.2.12.swf" -p "http://www.etvshow.com/index.php?action=video" -y "etvgold-streamer_1" | c:\progra~1\videolan\vlc\vlc -
    Last edited by chapun67; 18th Apr 2014 at 15:39.
    Quote Quote  



Similar Threads

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